⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 Linux下的多协议即时通讯程序源代码
💻 IN
📖 第 1 页 / 共 2 页
字号:
am__leading_dot = @am__leading_dot@am__quote = @am__quote@am__tar = @am__tar@am__untar = @am__untar@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_vendor = @build_vendor@datadir = @datadir@enable_dbus = @enable_dbus@enable_dot = @enable_dot@enable_doxygen = @enable_doxygen@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localstatedir = @localstatedir@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pango_CFLAGS = @pango_CFLAGS@pango_LIBS = @pango_LIBS@perlpath = @perlpath@pidginpath = @pidginpath@prefix = @prefix@program_transform_name = @program_transform_name@sbindir = @sbindir@sedpath = @sedpath@sharedstatedir = @sharedstatedir@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@gntclipboard_la_LDFLAGS = -module -avoid-versiongntgf_la_LDFLAGS = -module -avoid-versiongnthistory_la_LDFLAGS = -module -avoid-versiongntlastlog_la_LDFLAGS = -module -avoid-version@PLUGINS_TRUE@plugin_LTLIBRARIES = \@PLUGINS_TRUE@	gntclipboard.la \@PLUGINS_TRUE@	gntgf.la \@PLUGINS_TRUE@	gnthistory.la \@PLUGINS_TRUE@	gntlastlog.la@PLUGINS_TRUE@plugindir = $(libdir)/finch@PLUGINS_TRUE@gntclipboard_la_SOURCES = gntclipboard.c@PLUGINS_TRUE@gntgf_la_SOURCES = gntgf.c@PLUGINS_TRUE@gnthistory_la_SOURCES = gnthistory.c@PLUGINS_TRUE@gntlastlog_la_SOURCES = lastlog.c@PLUGINS_TRUE@gntclipboard_la_CFLAGS = $(X11_CFLAGS)@PLUGINS_TRUE@gntgf_la_CFLAGS = $(X11_CFLAGS)@PLUGINS_TRUE@gntclipboard_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS)@PLUGINS_TRUE@gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/finch/libgnt/libgnt.la@PLUGINS_TRUE@gnthistory_la_LIBADD = $(GLIB_LIBS)@PLUGINS_TRUE@gntlastlog_la_LIBADD = $(GLIB_LIBS)EXTRA_DIST = AM_CPPFLAGS = \	-DDATADIR=\"$(datadir)\" \	-I$(top_builddir)/libpurple \	-I$(top_srcdir)/libpurple \	-I$(top_srcdir) \	-I$(top_srcdir)/finch \	-I$(top_srcdir)/finch/libgnt \	$(DEBUG_CFLAGS) \	$(GLIB_CFLAGS) \	$(GNT_CFLAGS) \	$(PLUGIN_CFLAGS)## This part allows people to build their own plugins in here.# Yes, it's a mess.#SUFFIXES = .c .soall: all-am.SUFFIXES:.SUFFIXES: .c .so .lo .o .obj$(srcdir)/Makefile.in:  $(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  finch/plugins/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  finch/plugins/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)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure:  $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshinstall-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \	    $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \	  else :; fi; \	doneuninstall-pluginLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \	doneclean-pluginLTLIBRARIES:	-test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)	@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \	  test "$$dir" != "$$p" || dir=.; \	  echo "rm -f \"$${dir}/so_locations\""; \	  rm -f "$${dir}/so_locations"; \	donegntclipboard.la: $(gntclipboard_la_OBJECTS) $(gntclipboard_la_DEPENDENCIES) 	$(LINK) $(am_gntclipboard_la_rpath) $(gntclipboard_la_LDFLAGS) $(gntclipboard_la_OBJECTS) $(gntclipboard_la_LIBADD) $(LIBS)gntgf.la: $(gntgf_la_OBJECTS) $(gntgf_la_DEPENDENCIES) 	$(LINK) $(am_gntgf_la_rpath) $(gntgf_la_LDFLAGS) $(gntgf_la_OBJECTS) $(gntgf_la_LIBADD) $(LIBS)gnthistory.la: $(gnthistory_la_OBJECTS) $(gnthistory_la_DEPENDENCIES) 	$(LINK) $(am_gnthistory_la_rpath) $(gnthistory_la_LDFLAGS) $(gnthistory_la_OBJECTS) $(gnthistory_la_LIBADD) $(LIBS)gntlastlog.la: $(gntlastlog_la_OBJECTS) $(gntlastlog_la_DEPENDENCIES) 	$(LINK) $(am_gntlastlog_la_rpath) $(gntlastlog_la_LDFLAGS) $(gntlastlog_la_OBJECTS) $(gntlastlog_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gntclipboard_la-gntclipboard.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gntgf_la-gntgf.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnthistory.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lastlog.Plo@am__quote@.c.o:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<gntclipboard_la-gntclipboard.lo: gntclipboard.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gntclipboard_la_CFLAGS) $(CFLAGS) -MT gntclipboard_la-gntclipboard.lo -MD -MP -MF "$(DEPDIR)/gntclipboard_la-gntclipboard.Tpo" -c -o gntclipboard_la-gntclipboard.lo `test -f 'gntclipboard.c' || echo '$(srcdir)/'`gntclipboard.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gntclipboard_la-gntclipboard.Tpo" "$(DEPDIR)/gntclipboard_la-gntclipboard.Plo"; else rm -f "$(DEPDIR)/gntclipboard_la-gntclipboard.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gntclipboard.c' object='gntclipboard_la-gntclipboard.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gntclipboard_la_CFLAGS) $(CFLAGS) -c -o gntclipboard_la-gntclipboard.lo `test -f 'gntclipboard.c' || echo '$(srcdir)/'`gntclipboard.cgntgf_la-gntgf.lo: gntgf.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gntgf_la_CFLAGS) $(CFLAGS) -MT gntgf_la-gntgf.lo -MD -MP -MF "$(DEPDIR)/gntgf_la-gntgf.Tpo" -c -o gntgf_la-gntgf.lo `test -f 'gntgf.c' || echo '$(srcdir)/'`gntgf.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/gntgf_la-gntgf.Tpo" "$(DEPDIR)/gntgf_la-gntgf.Plo"; else rm -f "$(DEPDIR)/gntgf_la-gntgf.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='gntgf.c' object='gntgf_la-gntgf.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gntgf_la_CFLAGS) $(CFLAGS) -c -o gntgf_la-gntgf.lo `test -f 'gntgf.c' || echo '$(srcdir)/'`gntgf.cmostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \	  test -n "$$unique" || unique=$$empty_fix; \	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	    $$tags $$unique; \	fictags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagsdistdir: $(DISTFILES)	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \	list='$(DISTFILES)'; for file in $$list; do \	  case $$file in \	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \	  esac; \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \	    dir="/$$dir"; \	    $(mkdir_p) "$(distdir)$$dir"; \	  else \	    dir=''; \	  fi; \	  if test -d $$d/$$file; then \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	donecheck-am: all-amcheck: check-amall-am: Makefile $(LTLIBRARIES)installdirs:	for dir in "$(DESTDIR)$(plugindir)"; do \	  test -z "$$dir" || $(mkdir_p) "$$dir"; \	doneinstall: install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."clean: clean-amclean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \	mostlyclean-amdistclean: distclean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-libtool distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-pluginLTLIBRARIESinstall-exec-am:install-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \	clean-libtool clean-pluginLTLIBRARIES ctags distclean \	distclean-compile distclean-generic distclean-libtool \	distclean-tags distdir dvi dvi-am html html-am info info-am \	install install-am install-data install-data-am install-exec \	install-exec-am install-info install-info-am install-man \	install-pluginLTLIBRARIES install-strip installcheck \	installcheck-am installdirs maintainer-clean \	maintainer-clean-generic mostlyclean mostlyclean-compile \	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \	tags uninstall uninstall-am uninstall-info-am \	uninstall-pluginLTLIBRARIES.c.so:	$(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_srcdir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)	@rm -f tmp$@.lo tmp$@.o libtmp$@.la	@cp .libs/libtmp$@.so* $@	@rm -f .libs/libtmp$@.*# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -