📄 makefile.in
字号:
XFREEBSD_FALSE = @XFREEBSD_FALSE@XFREEBSD_TRUE = @XFREEBSD_TRUE@XGETTEXT = @XGETTEXT@XMKMF = @XMKMF@XML2_CONFIG = @XML2_CONFIG@XML_CPPFLAGS = @XML_CPPFLAGS@XML_LIBS = @XML_LIBS@X_CFLAGS = @X_CFLAGS@X_EXTRA_LIBS = @X_EXTRA_LIBS@X_LIBS = @X_LIBS@X_PRE_LIBS = @X_PRE_LIBS@_libcurl_config = @_libcurl_config@ac_ct_CC = @ac_ct_CC@ac_ct_CXX = @ac_ct_CXX@ac_ct_DUMPBIN = @ac_ct_DUMPBIN@am__fastdepCC_FALSE = @am__fastdepCC_FALSE@am__fastdepCC_TRUE = @am__fastdepCC_TRUE@am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@am__include = @am__include@am__leading_dot = @am__leading_dot@am__quote = @am__quote@bindir = @bindir@build = @build@build_alias = @build_alias@build_cpu = @build_cpu@build_os = @build_os@build_target = @build_target@build_vendor = @build_vendor@datadir = @datadir@datarootdir = @datarootdir@docdir = @docdir@dvidir = @dvidir@exec_prefix = @exec_prefix@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@lt_ECHO = @lt_ECHO@ltdl_LIBOBJS = @ltdl_LIBOBJS@ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@pdfdir = @pdfdir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@subdirs = @subdirs@sys_symbol_underscore = @sys_symbol_underscore@sysconfdir = @sysconfdir@target_alias = @target_alias@INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/setup/libAM_CFLAGS = $(GTK_CFLAGS)plugindir = $(libdir)/GNUnetplugin_LTLIBRARIES = \ libgnunetsetup_gtk.lapkgdata_DATA = \ gnunet-setup.gladeEXTRA_DIST = \ $(pkgdata_DATA) \ about.c ngconf.c gconf.h@HAVE_GUILE_TRUE@GUILE_SRC = \@HAVE_GUILE_TRUE@ about.c \@HAVE_GUILE_TRUE@ ngconf.c gconf.hlibgnunetsetup_gtk_la_SOURCES = \ $(GUILE_SRC) \ glade_support.h glade_support.c \ wizard_gtk.c wizard_gtk.hlibgnunetsetup_gtk_la_LDFLAGS = \ $(GTK_LIBS) @EXT_LIB_PATH@ @EXT_LIBS@ \ -export-dynamic -avoid-version -modulelibgnunetsetup_gtk_la_CFLAGS = \ -I$(top_scrdir)/include \ @GNUNETGTK_CFLAGS@ \ @GTK_CFLAGS@ libgnunetsetup_gtk_la_LIBADD = \ @GTK_LIBS@ @EXT_LIB_PATH@ @EXT_LIBS@ \ @GNUNETGTK_LIBS@ \ $(INTLLIBS) \ -lgthread-2.0 \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/setup/lib/libgnunetsetup.laall: all-am.SUFFIXES:.SUFFIXES: .c .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 src/setup/gtk/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu src/setup/gtk/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) $(mkdir_p) $(DESTDIR)$(plugindir) @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ f="`echo $$p | sed -e 's|^.*/||'`"; \ 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) @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \ p="`echo $$p | sed -e 's|^.*/||'`"; \ 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"; \ donelibgnunetsetup_gtk.la: $(libgnunetsetup_gtk_la_OBJECTS) $(libgnunetsetup_gtk_la_DEPENDENCIES) $(LINK) -rpath $(plugindir) $(libgnunetsetup_gtk_la_LDFLAGS) $(libgnunetsetup_gtk_la_OBJECTS) $(libgnunetsetup_gtk_la_LIBADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetsetup_gtk_la-about.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetsetup_gtk_la-glade_support.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetsetup_gtk_la-wizard_gtk.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@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(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@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(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@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<libgnunetsetup_gtk_la-about.o: about.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -MT libgnunetsetup_gtk_la-about.o -MD -MP -MF "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo" -c -o libgnunetsetup_gtk_la-about.o `test -f 'about.c' || echo '$(srcdir)/'`about.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo" "$(DEPDIR)/libgnunetsetup_gtk_la-about.Po"; else rm -f "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='about.c' object='libgnunetsetup_gtk_la-about.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libgnunetsetup_gtk_la-about.Po' tmpdepfile='$(DEPDIR)/libgnunetsetup_gtk_la-about.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -c -o libgnunetsetup_gtk_la-about.o `test -f 'about.c' || echo '$(srcdir)/'`about.clibgnunetsetup_gtk_la-about.obj: about.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -MT libgnunetsetup_gtk_la-about.obj -MD -MP -MF "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo" -c -o libgnunetsetup_gtk_la-about.obj `if test -f 'about.c'; then $(CYGPATH_W) 'about.c'; else $(CYGPATH_W) '$(srcdir)/about.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo" "$(DEPDIR)/libgnunetsetup_gtk_la-about.Po"; else rm -f "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='about.c' object='libgnunetsetup_gtk_la-about.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libgnunetsetup_gtk_la-about.Po' tmpdepfile='$(DEPDIR)/libgnunetsetup_gtk_la-about.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -c -o libgnunetsetup_gtk_la-about.obj `if test -f 'about.c'; then $(CYGPATH_W) 'about.c'; else $(CYGPATH_W) '$(srcdir)/about.c'; fi`libgnunetsetup_gtk_la-about.lo: about.c@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -MT libgnunetsetup_gtk_la-about.lo -MD -MP -MF "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo" -c -o libgnunetsetup_gtk_la-about.lo `test -f 'about.c' || echo '$(srcdir)/'`about.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo" "$(DEPDIR)/libgnunetsetup_gtk_la-about.Plo"; else rm -f "$(DEPDIR)/libgnunetsetup_gtk_la-about.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='about.c' object='libgnunetsetup_gtk_la-about.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libgnunetsetup_gtk_la-about.Plo' tmpdepfile='$(DEPDIR)/libgnunetsetup_gtk_la-about.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -c -o libgnunetsetup_gtk_la-about.lo `test -f 'about.c' || echo '$(srcdir)/'`about.clibgnunetsetup_gtk_la-ngconf.o: ngconf.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -MT libgnunetsetup_gtk_la-ngconf.o -MD -MP -MF "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo" -c -o libgnunetsetup_gtk_la-ngconf.o `test -f 'ngconf.c' || echo '$(srcdir)/'`ngconf.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo" "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Po"; else rm -f "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ngconf.c' object='libgnunetsetup_gtk_la-ngconf.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Po' tmpdepfile='$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -c -o libgnunetsetup_gtk_la-ngconf.o `test -f 'ngconf.c' || echo '$(srcdir)/'`ngconf.clibgnunetsetup_gtk_la-ngconf.obj: ngconf.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -MT libgnunetsetup_gtk_la-ngconf.obj -MD -MP -MF "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo" -c -o libgnunetsetup_gtk_la-ngconf.obj `if test -f 'ngconf.c'; then $(CYGPATH_W) 'ngconf.c'; else $(CYGPATH_W) '$(srcdir)/ngconf.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo" "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Po"; else rm -f "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ngconf.c' object='libgnunetsetup_gtk_la-ngconf.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Po' tmpdepfile='$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -c -o libgnunetsetup_gtk_la-ngconf.obj `if test -f 'ngconf.c'; then $(CYGPATH_W) 'ngconf.c'; else $(CYGPATH_W) '$(srcdir)/ngconf.c'; fi`libgnunetsetup_gtk_la-ngconf.lo: ngconf.c@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -MT libgnunetsetup_gtk_la-ngconf.lo -MD -MP -MF "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo" -c -o libgnunetsetup_gtk_la-ngconf.lo `test -f 'ngconf.c' || echo '$(srcdir)/'`ngconf.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo" "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Plo"; else rm -f "$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ngconf.c' object='libgnunetsetup_gtk_la-ngconf.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.Plo' tmpdepfile='$(DEPDIR)/libgnunetsetup_gtk_la-ngconf.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetsetup_gtk_la_CFLAGS) $(CFLAGS) -c -o libgnunetsetup_gtk_la-ngconf.lo `test -f 'ngconf.c' || echo '$(srcdir)/'`ngconf.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -