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

📄 makefile

📁 VLC媒体播放程序
💻
📖 第 1 页 / 共 5 页
字号:
	./$(DEPDIR)/libgtk_pic_a-gtk_callbacks.Po \	./$(DEPDIR)/libgtk_pic_a-gtk_interface.Po \	./$(DEPDIR)/libgtk_pic_a-gtk_support.Po \	./$(DEPDIR)/libgtk_pic_a-menu.Po \	./$(DEPDIR)/libgtk_pic_a-modules.Po \	./$(DEPDIR)/libgtk_pic_a-open.Po \	./$(DEPDIR)/libgtk_pic_a-playlist.Po \	./$(DEPDIR)/libgtk_pic_a-preferences.Po \	./$(DEPDIR)/libgtk_pic_a-sout.Po \	./$(DEPDIR)/libgtk_plugin_a-control.Po \	./$(DEPDIR)/libgtk_plugin_a-display.Po \	./$(DEPDIR)/libgtk_plugin_a-gtk.Po \	./$(DEPDIR)/libgtk_plugin_a-gtk_callbacks.Po \	./$(DEPDIR)/libgtk_plugin_a-gtk_interface.Po \	./$(DEPDIR)/libgtk_plugin_a-gtk_support.Po \	./$(DEPDIR)/libgtk_plugin_a-menu.Po \	./$(DEPDIR)/libgtk_plugin_a-modules.Po \	./$(DEPDIR)/libgtk_plugin_a-open.Po \	./$(DEPDIR)/libgtk_plugin_a-playlist.Po \	./$(DEPDIR)/libgtk_plugin_a-preferences.Po \	./$(DEPDIR)/libgtk_plugin_a-sout.PoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)CCLD = $(CC)LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@DIST_SOURCES = $(libgnome_a_SOURCES) $(libgnome_pic_a_SOURCES) \	$(libgnome_plugin_a_SOURCES) $(libgtk_a_SOURCES) \	$(libgtk_pic_a_SOURCES) $(libgtk_plugin_a_SOURCES)DATA = $(libgnome_DATA) $(libgtk_DATA)HEADERS = $(noinst_HEADERS)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 = $(noinst_HEADERS) $(srcdir)/Makefile.in \	$(srcdir)/Modules.am Makefile.amDIST_SUBDIRS = $(SUBDIRS)SOURCES = $(libgnome_a_SOURCES) $(libgnome_pic_a_SOURCES) $(libgnome_plugin_a_SOURCES) $(libgtk_a_SOURCES) $(libgtk_pic_a_SOURCES) $(libgtk_plugin_a_SOURCES)all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-recursive.SUFFIXES:.SUFFIXES: .c .o .obj$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/Modules.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  modules/gui/gtk/MakefileMakefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)libvlcLIBRARIES_INSTALL = $(INSTALL_DATA)install-libvlcLIBRARIES: $(libvlc_LIBRARIES)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(libvlcdir)	@list='$(libvlc_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(libvlcLIBRARIES_INSTALL) $$p $(DESTDIR)$(libvlcdir)/$$f"; \	    $(libvlcLIBRARIES_INSTALL) $$p $(DESTDIR)$(libvlcdir)/$$f; \	  else :; fi; \	done	@$(POST_INSTALL)	@list='$(libvlc_LIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    p="`echo $$p | sed -e 's|^.*/||'`"; \	    echo " $(RANLIB) $(DESTDIR)$(libvlcdir)/$$p"; \	    $(RANLIB) $(DESTDIR)$(libvlcdir)/$$p; \	  else :; fi; \	doneuninstall-libvlcLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(libvlc_LIBRARIES)'; for p in $$list; do \	  p="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f $(DESTDIR)$(libvlcdir)/$$p"; \	  rm -f $(DESTDIR)$(libvlcdir)/$$p; \	doneclean-libvlcLIBRARIES:	-test -z "$(libvlc_LIBRARIES)" || rm -f $(libvlc_LIBRARIES)clean-noinstLIBRARIES:	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)libgnome.a: $(libgnome_a_OBJECTS) $(libgnome_a_DEPENDENCIES) 	-rm -f libgnome.a	$(libgnome_a_AR) libgnome.a $(libgnome_a_OBJECTS) $(libgnome_a_LIBADD)	$(RANLIB) libgnome.alibgnome_pic.a: $(libgnome_pic_a_OBJECTS) $(libgnome_pic_a_DEPENDENCIES) 	-rm -f libgnome_pic.a	$(libgnome_pic_a_AR) libgnome_pic.a $(libgnome_pic_a_OBJECTS) $(libgnome_pic_a_LIBADD)	$(RANLIB) libgnome_pic.alibgnome_plugin.a: $(libgnome_plugin_a_OBJECTS) $(libgnome_plugin_a_DEPENDENCIES) 	-rm -f libgnome_plugin.a	$(libgnome_plugin_a_AR) libgnome_plugin.a $(libgnome_plugin_a_OBJECTS) $(libgnome_plugin_a_LIBADD)	$(RANLIB) libgnome_plugin.alibgtk.a: $(libgtk_a_OBJECTS) $(libgtk_a_DEPENDENCIES) 	-rm -f libgtk.a	$(libgtk_a_AR) libgtk.a $(libgtk_a_OBJECTS) $(libgtk_a_LIBADD)	$(RANLIB) libgtk.alibgtk_pic.a: $(libgtk_pic_a_OBJECTS) $(libgtk_pic_a_DEPENDENCIES) 	-rm -f libgtk_pic.a	$(libgtk_pic_a_AR) libgtk_pic.a $(libgtk_pic_a_OBJECTS) $(libgtk_pic_a_LIBADD)	$(RANLIB) libgtk_pic.alibgtk_plugin.a: $(libgtk_plugin_a_OBJECTS) $(libgtk_plugin_a_DEPENDENCIES) 	-rm -f libgtk_plugin.a	$(libgtk_plugin_a_AR) libgtk_plugin.a $(libgtk_plugin_a_OBJECTS) $(libgtk_plugin_a_LIBADD)	$(RANLIB) libgtk_plugin.amostlyclean-compile:	-rm -f *.$(OBJEXT) core *.coredistclean-compile:	-rm -f *.tab.cinclude ./$(DEPDIR)/libgnome_a-control.Poinclude ./$(DEPDIR)/libgnome_a-display.Poinclude ./$(DEPDIR)/libgnome_a-gnome.Poinclude ./$(DEPDIR)/libgnome_a-gnome_interface.Poinclude ./$(DEPDIR)/libgnome_a-gnome_support.Poinclude ./$(DEPDIR)/libgnome_a-gtk_callbacks.Poinclude ./$(DEPDIR)/libgnome_a-menu.Poinclude ./$(DEPDIR)/libgnome_a-modules.Poinclude ./$(DEPDIR)/libgnome_a-open.Poinclude ./$(DEPDIR)/libgnome_a-playlist.Poinclude ./$(DEPDIR)/libgnome_a-preferences.Poinclude ./$(DEPDIR)/libgnome_a-sout.Poinclude ./$(DEPDIR)/libgnome_pic_a-control.Poinclude ./$(DEPDIR)/libgnome_pic_a-display.Poinclude ./$(DEPDIR)/libgnome_pic_a-gnome.Poinclude ./$(DEPDIR)/libgnome_pic_a-gnome_interface.Poinclude ./$(DEPDIR)/libgnome_pic_a-gnome_support.Poinclude ./$(DEPDIR)/libgnome_pic_a-gtk_callbacks.Poinclude ./$(DEPDIR)/libgnome_pic_a-menu.Poinclude ./$(DEPDIR)/libgnome_pic_a-modules.Poinclude ./$(DEPDIR)/libgnome_pic_a-open.Poinclude ./$(DEPDIR)/libgnome_pic_a-playlist.Poinclude ./$(DEPDIR)/libgnome_pic_a-preferences.Poinclude ./$(DEPDIR)/libgnome_pic_a-sout.Poinclude ./$(DEPDIR)/libgnome_plugin_a-control.Poinclude ./$(DEPDIR)/libgnome_plugin_a-display.Poinclude ./$(DEPDIR)/libgnome_plugin_a-gnome.Poinclude ./$(DEPDIR)/libgnome_plugin_a-gnome_interface.Poinclude ./$(DEPDIR)/libgnome_plugin_a-gnome_support.Poinclude ./$(DEPDIR)/libgnome_plugin_a-gtk_callbacks.Poinclude ./$(DEPDIR)/libgnome_plugin_a-menu.Poinclude ./$(DEPDIR)/libgnome_plugin_a-modules.Poinclude ./$(DEPDIR)/libgnome_plugin_a-open.Poinclude ./$(DEPDIR)/libgnome_plugin_a-playlist.Poinclude ./$(DEPDIR)/libgnome_plugin_a-preferences.Poinclude ./$(DEPDIR)/libgnome_plugin_a-sout.Poinclude ./$(DEPDIR)/libgtk_a-control.Poinclude ./$(DEPDIR)/libgtk_a-display.Poinclude ./$(DEPDIR)/libgtk_a-gtk.Poinclude ./$(DEPDIR)/libgtk_a-gtk_callbacks.Poinclude ./$(DEPDIR)/libgtk_a-gtk_interface.Poinclude ./$(DEPDIR)/libgtk_a-gtk_support.Poinclude ./$(DEPDIR)/libgtk_a-menu.Poinclude ./$(DEPDIR)/libgtk_a-modules.Poinclude ./$(DEPDIR)/libgtk_a-open.Poinclude ./$(DEPDIR)/libgtk_a-playlist.Poinclude ./$(DEPDIR)/libgtk_a-preferences.Poinclude ./$(DEPDIR)/libgtk_a-sout.Poinclude ./$(DEPDIR)/libgtk_pic_a-control.Poinclude ./$(DEPDIR)/libgtk_pic_a-display.Poinclude ./$(DEPDIR)/libgtk_pic_a-gtk.Poinclude ./$(DEPDIR)/libgtk_pic_a-gtk_callbacks.Poinclude ./$(DEPDIR)/libgtk_pic_a-gtk_interface.Poinclude ./$(DEPDIR)/libgtk_pic_a-gtk_support.Poinclude ./$(DEPDIR)/libgtk_pic_a-menu.Poinclude ./$(DEPDIR)/libgtk_pic_a-modules.Poinclude ./$(DEPDIR)/libgtk_pic_a-open.Poinclude ./$(DEPDIR)/libgtk_pic_a-playlist.Poinclude ./$(DEPDIR)/libgtk_pic_a-preferences.Poinclude ./$(DEPDIR)/libgtk_pic_a-sout.Poinclude ./$(DEPDIR)/libgtk_plugin_a-control.Poinclude ./$(DEPDIR)/libgtk_plugin_a-display.Poinclude ./$(DEPDIR)/libgtk_plugin_a-gtk.Poinclude ./$(DEPDIR)/libgtk_plugin_a-gtk_callbacks.Poinclude ./$(DEPDIR)/libgtk_plugin_a-gtk_interface.Poinclude ./$(DEPDIR)/libgtk_plugin_a-gtk_support.Poinclude ./$(DEPDIR)/libgtk_plugin_a-menu.Poinclude ./$(DEPDIR)/libgtk_plugin_a-modules.Poinclude ./$(DEPDIR)/libgtk_plugin_a-open.Poinclude ./$(DEPDIR)/libgtk_plugin_a-playlist.Poinclude ./$(DEPDIR)/libgtk_plugin_a-preferences.Poinclude ./$(DEPDIR)/libgtk_plugin_a-sout.Po.c.o:#	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \#	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \#	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \#	fi	source='$<' object='$@' libtool=no \	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \	$(CCDEPMODE) $(depcomp) \	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<.c.obj:#	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \#	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \#	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \#	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \#	fi	source='$<' object='$@' libtool=no \	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \	$(CCDEPMODE) $(depcomp) \	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`libgnome_a-gnome.o: gnome.c#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_a_CFLAGS) $(CFLAGS) -MT libgnome_a-gnome.o -MD -MP -MF "$(DEPDIR)/libgnome_a-gnome.Tpo" \#	  -c -o libgnome_a-gnome.o `test -f 'gnome.c' || echo '$(srcdir)/'`gnome.c; \#	then mv -f "$(DEPDIR)/libgnome_a-gnome.Tpo" "$(DEPDIR)/libgnome_a-gnome.Po"; \#	else rm -f "$(DEPDIR)/libgnome_a-gnome.Tpo"; exit 1; \#	fi	source='gnome.c' object='libgnome_a-gnome.o' libtool=no \	depfile='$(DEPDIR)/libgnome_a-gnome.Po' tmpdepfile='$(DEPDIR)/libgnome_a-gnome.TPo' \	$(CCDEPMODE) $(depcomp) \	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_a_CFLAGS) $(CFLAGS) -c -o libgnome_a-gnome.o `test -f 'gnome.c' || echo '$(srcdir)/'`gnome.clibgnome_a-gnome.obj: gnome.c#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_a_CFLAGS) $(CFLAGS) -MT libgnome_a-gnome.obj -MD -MP -MF "$(DEPDIR)/libgnome_a-gnome.Tpo" \#	  -c -o libgnome_a-gnome.obj `if test -f 'gnome.c'; then $(CYGPATH_W) 'gnome.c'; else $(CYGPATH_W) '$(srcdir)/gnome.c'; fi`; \#	then mv -f "$(DEPDIR)/libgnome_a-gnome.Tpo" "$(DEPDIR)/libgnome_a-gnome.Po"; \#	else rm -f "$(DEPDIR)/libgnome_a-gnome.Tpo"; exit 1; \#	fi	source='gnome.c' object='libgnome_a-gnome.obj' libtool=no \	depfile='$(DEPDIR)/libgnome_a-gnome.Po' tmpdepfile='$(DEPDIR)/libgnome_a-gnome.TPo' \	$(CCDEPMODE) $(depcomp) \	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_a_CFLAGS) $(CFLAGS) -c -o libgnome_a-gnome.obj `if test -f 'gnome.c'; then $(CYGPATH_W) 'gnome.c'; else $(CYGPATH_W) '$(srcdir)/gnome.c'; fi`libgnome_a-gnome_interface.o: gnome_interface.c#	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgnome_a_CFLAGS) $(CFLAGS) -MT libgnome_a-gnome_interface.o -MD -MP -MF "$(DEPDIR)/libgnome_a-gnome_interface.Tpo" \#	  -c -o libgnome_a-gnome_interface.o `test -f 'gnome_interface.c' || echo '$(srcdir)/'`gnome_interface.c; \#	then mv -f "$(DEPDIR)/libgnome_a-gnome_interface.Tpo" "$(DEPDIR)/libgnome_a-gnome_interface.Po"; \#	else rm -f "$(DEPDIR)/libgnome_a-gnome_interface.Tpo"; exit 1; \#	fi	source='gnome_interface.c' object='libgnome_a-gnome_interface.o' libtool=no \

⌨️ 快捷键说明

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