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

📄 makefile.in

📁 uclinux 下的vlc播放器源代码
💻 IN
📖 第 1 页 / 共 5 页
字号:
am_libhttp_plugin_la_OBJECTS = $(am__objects_5)libhttp_plugin_la_OBJECTS = $(am_libhttp_plugin_la_OBJECTS)DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/autotools/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libhttp_a-http.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_a-macro.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_a-mvar.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_a-rpn.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_a-util.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_builtin_la-http.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_builtin_la-macro.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_builtin_la-mvar.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_builtin_la-rpn.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_builtin_la-util.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_a-http.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_a-macro.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_a-mvar.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_a-rpn.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_a-util.Po \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_la-http.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_la-macro.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_la-mvar.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_la-rpn.Plo \@AMDEP_TRUE@	./$(DEPDIR)/libhttp_plugin_la-util.PloCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \	$(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(libhttp_a_SOURCES) $(libhttp_plugin_a_SOURCES) \	$(libhttp_builtin_la_SOURCES) $(libhttp_plugin_la_SOURCES)RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \	ps-recursive install-info-recursive uninstall-info-recursive \	all-recursive install-data-recursive install-exec-recursive \	installdirs-recursive install-recursive uninstall-recursive \	check-recursive installcheck-recursiveDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Modules.am Makefile.amDIST_SUBDIRS = $(SUBDIRS)SOURCES = $(libhttp_a_SOURCES) $(libhttp_plugin_a_SOURCES) $(libhttp_builtin_la_SOURCES) $(libhttp_plugin_la_SOURCES)all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: _plugin$(LIBEXT) _plugin.a .c .lo .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(srcdir)/Modules.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  modules/control/http/MakefileMakefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)libhttp.a: $(libhttp_a_OBJECTS) $(libhttp_a_DEPENDENCIES) 	-rm -f libhttp.a	$(libhttp_a_AR) libhttp.a $(libhttp_a_OBJECTS) $(libhttp_a_LIBADD)	$(RANLIB) libhttp.alibhttp_plugin.a: $(libhttp_plugin_a_OBJECTS) $(libhttp_plugin_a_DEPENDENCIES) 	-rm -f libhttp_plugin.a	$(libhttp_plugin_a_AR) libhttp_plugin.a $(libhttp_plugin_a_OBJECTS) $(libhttp_plugin_a_LIBADD)	$(RANLIB) libhttp_plugin.alibvlcLTLIBRARIES_INSTALL = $(INSTALL)install-libvlcLTLIBRARIES: $(libvlc_LTLIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libvlcdir)	@list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(LIBTOOL) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libvlcdir)/$$f"; \	    $(LIBTOOL) --mode=install $(libvlcLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libvlcdir)/$$f; \	  else :; fi; \	doneuninstall-libvlcLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(libvlc_LTLIBRARIES)'; for p in $$list; do \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libvlcdir)/$$p"; \	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libvlcdir)/$$p; \	doneclean-libvlcLTLIBRARIES:	-test -z "$(libvlc_LTLIBRARIES)" || rm -f $(libvlc_LTLIBRARIES)	@list='$(libvlc_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"; \	doneclean-noinstLTLIBRARIES:	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)	@list='$(noinst_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"; \	donelibhttp_builtin.la: $(libhttp_builtin_la_OBJECTS) $(libhttp_builtin_la_DEPENDENCIES) 	$(LINK)  $(libhttp_builtin_la_LDFLAGS) $(libhttp_builtin_la_OBJECTS) $(libhttp_builtin_la_LIBADD) $(LIBS)libhttp_plugin.la: $(libhttp_plugin_la_OBJECTS) $(libhttp_plugin_la_DEPENDENCIES) 	$(LINK)  $(libhttp_plugin_la_LDFLAGS) $(libhttp_plugin_la_OBJECTS) $(libhttp_plugin_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_a-http.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_a-macro.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_a-mvar.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_a-rpn.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_a-util.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_builtin_la-http.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_builtin_la-macro.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_builtin_la-mvar.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_builtin_la-rpn.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_builtin_la-util.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_a-http.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_a-macro.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_a-mvar.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_a-rpn.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_a-util.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_la-http.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_la-macro.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_la-mvar.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_la-rpn.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhttp_plugin_la-util.Plo@am__quote@.c.o:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@	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 `test -f '$<' || echo '$(srcdir)/'`$<.c.obj:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@	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 `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`.c.lo:@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \@am__fastdepCC_TRUE@	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 $@ `test -f '$<' || echo '$(srcdir)/'`$<libhttp_a-http.o: http.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -MT libhttp_a-http.o -MD -MP -MF "$(DEPDIR)/libhttp_a-http.Tpo" \@am__fastdepCC_TRUE@	  -c -o libhttp_a-http.o `test -f 'http.c' || echo '$(srcdir)/'`http.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libhttp_a-http.Tpo" "$(DEPDIR)/libhttp_a-http.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libhttp_a-http.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http.c' object='libhttp_a-http.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libhttp_a-http.Po' tmpdepfile='$(DEPDIR)/libhttp_a-http.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -c -o libhttp_a-http.o `test -f 'http.c' || echo '$(srcdir)/'`http.clibhttp_a-http.obj: http.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -MT libhttp_a-http.obj -MD -MP -MF "$(DEPDIR)/libhttp_a-http.Tpo" \@am__fastdepCC_TRUE@	  -c -o libhttp_a-http.obj `if test -f 'http.c'; then $(CYGPATH_W) 'http.c'; else $(CYGPATH_W) '$(srcdir)/http.c'; fi`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libhttp_a-http.Tpo" "$(DEPDIR)/libhttp_a-http.Po"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libhttp_a-http.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http.c' object='libhttp_a-http.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libhttp_a-http.Po' tmpdepfile='$(DEPDIR)/libhttp_a-http.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -c -o libhttp_a-http.obj `if test -f 'http.c'; then $(CYGPATH_W) 'http.c'; else $(CYGPATH_W) '$(srcdir)/http.c'; fi`libhttp_a-http.lo: http.c@am__fastdepCC_TRUE@	if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -MT libhttp_a-http.lo -MD -MP -MF "$(DEPDIR)/libhttp_a-http.Tpo" \@am__fastdepCC_TRUE@	  -c -o libhttp_a-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/libhttp_a-http.Tpo" "$(DEPDIR)/libhttp_a-http.Plo"; \@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/libhttp_a-http.Tpo"; exit 1; \@am__fastdepCC_TRUE@	fi@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='http.c' object='libhttp_a-http.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/libhttp_a-http.Plo' tmpdepfile='$(DEPDIR)/libhttp_a-http.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -c -o libhttp_a-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.clibhttp_a-rpn.o: rpn.c@am__fastdepCC_TRUE@	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libhttp_a_CFLAGS) $(CFLAGS) -MT libhttp_a-rpn.o -MD -MP -MF "$(DEPDIR)/libhttp_a-rpn.Tpo" \

⌨️ 快捷键说明

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