📄 makefile.in
字号:
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@SET_MAKE = @SET_MAKE@SHELL = @SHELL@STRIP = @STRIP@USE_NLS = @USE_NLS@VERSION = @VERSION@XGETTEXT = @XGETTEXT@ac_ct_CC = @ac_ct_CC@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build_alias = @build_alias@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@host_alias = @host_alias@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target_alias = @target_alias@INCLUDES = \ -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@ XDGMIME_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@all: all-am.SUFFIXES:.SUFFIXES: .c .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -