📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inINCLUDES = \ -I$(top_srcdir)/src/xdgmime \ -I$(top_srcdir)/src/compat \ -I$(top_srcdir)/src/ptk \ -I$(top_srcdir)/src/vfs \ -I$(top_srcdir)/src/libmd5-rfc \ -I$(top_srcdir)/src/desktop \ -I$(top_srcdir)/src/inotify \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ @HAL_CFLAGS@ bin_PROGRAMS = pcmanfmXDGMIME_SOURCES= \ xdgmime/xdgmimealias.c xdgmime/xdgmimealias.h \ xdgmime/xdgmime.c xdgmime/xdgmime.h \ xdgmime/xdgmimecache.c xdgmime/xdgmimecache.h \ xdgmime/xdgmimeglob.c xdgmime/xdgmimeglob.h \ xdgmime/xdgmimeint.c xdgmime/xdgmimeint.h \ xdgmime/xdgmimemagic.c xdgmime/xdgmimemagic.h \ xdgmime/xdgmimeparent.c xdgmime/xdgmimeparent.hMD5_SOURCES= \ libmd5-rfc/md5.c libmd5-rfc/md5.hVFS_SOURCES= \ vfs/vfs-file-monitor.c vfs/vfs-file-monitor.h \ vfs/vfs-mime-type.c vfs/vfs-mime-type.h \ vfs/vfs-file-info.c vfs/vfs-file-info.h \ vfs/vfs-dir.c vfs/vfs-dir.h \ vfs/vfs-app-desktop.c vfs/vfs-app-desktop.h \ vfs/vfs-file-task.c vfs/vfs-file-task.h \ vfs/vfs-volume.c vfs/vfs-volume.h \ vfs/vfs-execute.c vfs/vfs-execute.hPTK_SOURCES= \ ptk/ptk-file-browser.c ptk/ptk-file-browser.h \ ptk/ptk-file-list.c ptk/ptk-file-list.h \ ptk/ptk-icon-view.c ptk/ptk-icon-view.h \ ptk/ptk-path-entry.c ptk/ptk-path-entry.h \ ptk/ptk-text-renderer.c ptk/ptk-text-renderer.h \ ptk/exo-marshal.c ptk/exo-marshal.h \ ptk/exo-string.c ptk/exo-string.h \ ptk/ptk-file-icon-renderer.c ptk/ptk-file-icon-renderer.h \ ptk/ptk-utils.c ptk/ptk-utils.h \ ptk/ptk-dir-tree-view.c ptk/ptk-dir-tree-view.h \ ptk/ptk-dir-tree.c ptk/ptk-dir-tree.h \ ptk/ptk-location-view.c ptk/ptk-location-view.h \ ptk/ptk-bookmarks.c ptk/ptk-bookmarks.h \ ptk/ptk-input-dialog.c ptk/ptk-input-dialog.h \ ptk/ptk-file-task.c ptk/ptk-file-task.h \ ptk/ptk-file-archiver.c ptk/ptk-file-archiver.h \ ptk/ptk-console-output.c ptk/ptk-console-output.h \ ptk/ptk-clipboard.c ptk/ptk-clipboard.h \ ptk/ptk-file-menu.c ptk/ptk-file-menu.h \ ptk/ptk-file-misc.c ptk/ptk-file-misc.hDESKTOP_SOURCES= \ desktop/fm-desktop.c desktop/fm-desktop.h \ desktop/working-area.c desktop/working-area.hINOTIFY_SOURCES= \ inotify/inotify-syscalls.h \ inotify/linux-inotify.hpcmanfm_SOURCES = \ $(XDGMIME_SOURCES) \ $(PTK_SOURCES) \ $(INOTIFY_SOURCES) \ $(VFS_SOURCES) \ $(MD5_SOURCES) \ $(DESKTOP_SOURCES) \ compat/glib-mem.h \ main.c \ glade-support.c glade-support.h \ main-window.c main-window.h \ file-properties.c file-properties.h \ file-properties-ui.c file-properties-ui.h \ settings.c settings.h \ pref-dialog.c pref-dialog.h \ pref-dialog-ui.c pref-dialog-ui.h \ edit-bookmarks.c edit-bookmarks.h \ app-chooser-dialog.c app-chooser-dialog.h \ app-chooser-dialog-ui.c app-chooser-dialog-ui.h \ file-assoc-dlg.c file-assoc-dlg.h \ file-assoc-dlg-ui.c file-assoc-dlg-ui.hpcmanfm_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @FAM_LIBS@ @HAL_LIBS@# pcmanfm_wrapper_SOURCES = pcmanfm-wrapper.c# pcmanfm_wrapper_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -