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

📄 makefile.in

📁 GNUnet是一个安全的点对点网络框架
💻 IN
📖 第 1 页 / 共 3 页
字号:
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/includeAM_CFLAGS = $(GTK_CFLAGS)plugindir = $(libdir)/GNUnetplugin_LTLIBRARIES = \  libgnunetmodule_upnp.lalibgnunetmodule_upnp_la_SOURCES = \ error.c error.h \ init.c \ ip.c ip.h \ util.c util.h \ upnp.c upnp.h \ xmlnode.c xmlnode.h libgnunetmodule_upnp_la_LDFLAGS = \ -export-dynamic -avoid-version -modulelibgnunetmodule_upnp_la_CFLAGS = \ -I$(top_scrdir)/include \ @LIBCURL_CPPFLAGS@ @XML_CPPFLAGS@libgnunetmodule_upnp_la_LIBADD = \ @EXT_LIB_PATH@ @EXT_LIBS@ @XML_LIBS@ @LIBCURL@ \ $(top_builddir)/src/util/libgnunetutil.la  TESTS = $(check_PROGRAMS)upnptest_SOURCES = \ upnptest.c upnptest_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la all: 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/transports/upnp/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  src/transports/upnp/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"; \	donelibgnunetmodule_upnp.la: $(libgnunetmodule_upnp_la_OBJECTS) $(libgnunetmodule_upnp_la_DEPENDENCIES) 	$(LINK) -rpath $(plugindir) $(libgnunetmodule_upnp_la_LDFLAGS) $(libgnunetmodule_upnp_la_OBJECTS) $(libgnunetmodule_upnp_la_LIBADD) $(LIBS)clean-checkPROGRAMS:	@list='$(check_PROGRAMS)'; for p in $$list; do \	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	doneupnptest$(EXEEXT): $(upnptest_OBJECTS) $(upnptest_DEPENDENCIES) 	@rm -f upnptest$(EXEEXT)	$(LINK) $(upnptest_LDFLAGS) $(upnptest_OBJECTS) $(upnptest_LDADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetmodule_upnp_la-error.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetmodule_upnp_la-init.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetmodule_upnp_la-ip.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetmodule_upnp_la-util.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgnunetmodule_upnp_la-xmlnode.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upnptest.Po@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 $@ $<libgnunetmodule_upnp_la-error.o: error.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-error.o -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo" -c -o libgnunetmodule_upnp_la-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-error.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='error.c' object='libgnunetmodule_upnp_la-error.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-error.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-error.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-error.o `test -f 'error.c' || echo '$(srcdir)/'`error.clibgnunetmodule_upnp_la-error.obj: error.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-error.obj -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo" -c -o libgnunetmodule_upnp_la-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-error.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='error.c' object='libgnunetmodule_upnp_la-error.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-error.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-error.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-error.obj `if test -f 'error.c'; then $(CYGPATH_W) 'error.c'; else $(CYGPATH_W) '$(srcdir)/error.c'; fi`libgnunetmodule_upnp_la-error.lo: error.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-error.lo -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo" -c -o libgnunetmodule_upnp_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-error.Plo"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-error.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='error.c' object='libgnunetmodule_upnp_la-error.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-error.Plo' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-error.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.clibgnunetmodule_upnp_la-init.o: init.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-init.o -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo" -c -o libgnunetmodule_upnp_la-init.o `test -f 'init.c' || echo '$(srcdir)/'`init.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-init.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='init.c' object='libgnunetmodule_upnp_la-init.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-init.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-init.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-init.o `test -f 'init.c' || echo '$(srcdir)/'`init.clibgnunetmodule_upnp_la-init.obj: init.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-init.obj -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo" -c -o libgnunetmodule_upnp_la-init.obj `if test -f 'init.c'; then $(CYGPATH_W) 'init.c'; else $(CYGPATH_W) '$(srcdir)/init.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-init.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='init.c' object='libgnunetmodule_upnp_la-init.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-init.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-init.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-init.obj `if test -f 'init.c'; then $(CYGPATH_W) 'init.c'; else $(CYGPATH_W) '$(srcdir)/init.c'; fi`libgnunetmodule_upnp_la-init.lo: init.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-init.lo -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo" -c -o libgnunetmodule_upnp_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-init.Plo"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-init.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='init.c' object='libgnunetmodule_upnp_la-init.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-init.Plo' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-init.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-init.lo `test -f 'init.c' || echo '$(srcdir)/'`init.clibgnunetmodule_upnp_la-ip.o: ip.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-ip.o -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo" -c -o libgnunetmodule_upnp_la-ip.o `test -f 'ip.c' || echo '$(srcdir)/'`ip.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ip.c' object='libgnunetmodule_upnp_la-ip.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-ip.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-ip.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-ip.o `test -f 'ip.c' || echo '$(srcdir)/'`ip.clibgnunetmodule_upnp_la-ip.obj: ip.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-ip.obj -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo" -c -o libgnunetmodule_upnp_la-ip.obj `if test -f 'ip.c'; then $(CYGPATH_W) 'ip.c'; else $(CYGPATH_W) '$(srcdir)/ip.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ip.c' object='libgnunetmodule_upnp_la-ip.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-ip.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-ip.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-ip.obj `if test -f 'ip.c'; then $(CYGPATH_W) 'ip.c'; else $(CYGPATH_W) '$(srcdir)/ip.c'; fi`libgnunetmodule_upnp_la-ip.lo: ip.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-ip.lo -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo" -c -o libgnunetmodule_upnp_la-ip.lo `test -f 'ip.c' || echo '$(srcdir)/'`ip.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Plo"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-ip.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ip.c' object='libgnunetmodule_upnp_la-ip.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-ip.Plo' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-ip.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-ip.lo `test -f 'ip.c' || echo '$(srcdir)/'`ip.clibgnunetmodule_upnp_la-util.o: util.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-util.o -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo" -c -o libgnunetmodule_upnp_la-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-util.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util.c' object='libgnunetmodule_upnp_la-util.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-util.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-util.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-util.o `test -f 'util.c' || echo '$(srcdir)/'`util.clibgnunetmodule_upnp_la-util.obj: util.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-util.obj -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo" -c -o libgnunetmodule_upnp_la-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-util.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util.c' object='libgnunetmodule_upnp_la-util.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-util.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-util.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-util.obj `if test -f 'util.c'; then $(CYGPATH_W) 'util.c'; else $(CYGPATH_W) '$(srcdir)/util.c'; fi`libgnunetmodule_upnp_la-util.lo: util.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-util.lo -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo" -c -o libgnunetmodule_upnp_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-util.Plo"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-util.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='util.c' object='libgnunetmodule_upnp_la-util.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-util.Plo' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-util.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.clibgnunetmodule_upnp_la-upnp.o: upnp.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-upnp.o -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo" -c -o libgnunetmodule_upnp_la-upnp.o `test -f 'upnp.c' || echo '$(srcdir)/'`upnp.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='upnp.c' object='libgnunetmodule_upnp_la-upnp.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-upnp.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-upnp.o `test -f 'upnp.c' || echo '$(srcdir)/'`upnp.clibgnunetmodule_upnp_la-upnp.obj: upnp.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-upnp.obj -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo" -c -o libgnunetmodule_upnp_la-upnp.obj `if test -f 'upnp.c'; then $(CYGPATH_W) 'upnp.c'; else $(CYGPATH_W) '$(srcdir)/upnp.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Po"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='upnp.c' object='libgnunetmodule_upnp_la-upnp.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Po' tmpdepfile='$(DEPDIR)/libgnunetmodule_upnp_la-upnp.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -c -o libgnunetmodule_upnp_la-upnp.obj `if test -f 'upnp.c'; then $(CYGPATH_W) 'upnp.c'; else $(CYGPATH_W) '$(srcdir)/upnp.c'; fi`libgnunetmodule_upnp_la-upnp.lo: upnp.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnunetmodule_upnp_la_CFLAGS) $(CFLAGS) -MT libgnunetmodule_upnp_la-upnp.lo -MD -MP -MF "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo" -c -o libgnunetmodule_upnp_la-upnp.lo `test -f 'upnp.c' || echo '$(srcdir)/'`upnp.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo" "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Plo"; else rm -f "$(DEPDIR)/libgnunetmodule_upnp_la-upnp.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='upnp.c' object='libgnunetmodule_upnp_la-upnp.lo' libtool=yes @AMDEPBACKSLASH@

⌨️ 快捷键说明

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