makefile.in
来自「VLC媒体播放程序」· IN 代码 · 共 1,133 行 · 第 1/5 页
IN
1,133 行
noinst_LIBRARIES = $(Lvcdxp)noinst_HEADERS = EXTRA_DIST = Modules.amBUILT_SOURCES = SUBDIRS = #DIST_SUBDIRS = $(SUBDIRS)libvlcdir = $(libdir)/vlc/accessSOURCES_vcdx = \ access.c \ cdrom.c \ cdrom.h \ demux.c \ intf.c \ intf.h \ vcd.c \ vcd.h \ vcdplayer.h \ vcdplayer.c \ $(NULL)# There's no need for pic code on win32 so get rid of this to substantially# reduce the compilation time.@BUILD_MOZILLA_TRUE@@HAVE_WIN32_TRUE@pic = no@BUILD_MOZILLA_FALSE@pic = no# The vcdx plugin@UNTRUE_TRUE@Lvcdxp = libvcdx_plugin.a@UNTRUE_TRUE@Dvcdxp = libvcdx_plugin$(LIBEXT)@UNTRUE_TRUE@Lvcdxb = libvcdx.a@UNTRUE_TRUE@Lvcdxpic = libvcdx_pic.alibvcdx_plugin_a_SOURCES = $(SOURCES_vcdx)libvcdx_plugin_a_CFLAGS = `$(VLC_CONFIG) --cflags plugin vcdx`libvcdx_plugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin vcdx`libvcdx_plugin_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin vcdx`libvcdx_pic_a_SOURCES = $(SOURCES_vcdx)libvcdx_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin pic vcdx`libvcdx_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin pic vcdx`libvcdx_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin pic vcdx`libvcdx_a_SOURCES = $(SOURCES_vcdx)libvcdx_a_CFLAGS = `$(VLC_CONFIG) --cflags builtin vcdx`libvcdx_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags builtin vcdx`libvcdx_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags builtin vcdx`libvcdx_DATA = $(Dvcdxp)libvcdxdir = $(libdir)/vlc/subdir = modules/access/vcdxACLOCAL_M4 = $(top_srcdir)/aclocal.m4mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirsCONFIG_HEADER = $(top_builddir)/config.hCONFIG_CLEAN_FILES =LIBRARIES = $(libvlc_LIBRARIES) $(noinst_LIBRARIES)libvcdx_a_AR = $(AR) crulibvcdx_a_LIBADD =am__objects_1 =am__objects_2 = libvcdx_a-access.$(OBJEXT) libvcdx_a-cdrom.$(OBJEXT) \ libvcdx_a-demux.$(OBJEXT) libvcdx_a-intf.$(OBJEXT) \ libvcdx_a-vcd.$(OBJEXT) libvcdx_a-vcdplayer.$(OBJEXT) \ $(am__objects_1)am_libvcdx_a_OBJECTS = $(am__objects_2)libvcdx_a_OBJECTS = $(am_libvcdx_a_OBJECTS)libvcdx_pic_a_AR = $(AR) crulibvcdx_pic_a_LIBADD =am__objects_3 = libvcdx_pic_a-access.$(OBJEXT) \ libvcdx_pic_a-cdrom.$(OBJEXT) libvcdx_pic_a-demux.$(OBJEXT) \ libvcdx_pic_a-intf.$(OBJEXT) libvcdx_pic_a-vcd.$(OBJEXT) \ libvcdx_pic_a-vcdplayer.$(OBJEXT) $(am__objects_1)am_libvcdx_pic_a_OBJECTS = $(am__objects_3)libvcdx_pic_a_OBJECTS = $(am_libvcdx_pic_a_OBJECTS)libvcdx_plugin_a_AR = $(AR) crulibvcdx_plugin_a_LIBADD =am__objects_4 = libvcdx_plugin_a-access.$(OBJEXT) \ libvcdx_plugin_a-cdrom.$(OBJEXT) \ libvcdx_plugin_a-demux.$(OBJEXT) \ libvcdx_plugin_a-intf.$(OBJEXT) libvcdx_plugin_a-vcd.$(OBJEXT) \ libvcdx_plugin_a-vcdplayer.$(OBJEXT) $(am__objects_1)am_libvcdx_plugin_a_OBJECTS = $(am__objects_4)libvcdx_plugin_a_OBJECTS = $(am_libvcdx_plugin_a_OBJECTS)DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)depcomp = $(SHELL) $(top_srcdir)/autotools/depcompam__depfiles_maybe = depfiles@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libvcdx_a-access.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_a-cdrom.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_a-demux.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_a-intf.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_a-vcd.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_a-vcdplayer.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_pic_a-access.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_pic_a-cdrom.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_pic_a-demux.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_pic_a-intf.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_pic_a-vcd.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_pic_a-vcdplayer.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_plugin_a-access.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_plugin_a-cdrom.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_plugin_a-demux.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_plugin_a-intf.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_plugin_a-vcd.Po \@AMDEP_TRUE@ ./$(DEPDIR)/libvcdx_plugin_a-vcdplayer.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 = $(libvcdx_a_SOURCES) $(libvcdx_pic_a_SOURCES) \ $(libvcdx_plugin_a_SOURCES)DATA = $(libvcdx_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 = $(libvcdx_a_SOURCES) $(libvcdx_pic_a_SOURCES) $(libvcdx_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/access/vcdx/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)libvcdx.a: $(libvcdx_a_OBJECTS) $(libvcdx_a_DEPENDENCIES) -rm -f libvcdx.a $(libvcdx_a_AR) libvcdx.a $(libvcdx_a_OBJECTS) $(libvcdx_a_LIBADD) $(RANLIB) libvcdx.alibvcdx_pic.a: $(libvcdx_pic_a_OBJECTS) $(libvcdx_pic_a_DEPENDENCIES) -rm -f libvcdx_pic.a $(libvcdx_pic_a_AR) libvcdx_pic.a $(libvcdx_pic_a_OBJECTS) $(libvcdx_pic_a_LIBADD) $(RANLIB) libvcdx_pic.alibvcdx_plugin.a: $(libvcdx_plugin_a_OBJECTS) $(libvcdx_plugin_a_DEPENDENCIES) -rm -f libvcdx_plugin.a $(libvcdx_plugin_a_AR) libvcdx_plugin.a $(libvcdx_plugin_a_OBJECTS) $(libvcdx_plugin_a_LIBADD) $(RANLIB) libvcdx_plugin.amostlyclean-compile: -rm -f *.$(OBJEXT) core *.coredistclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_a-access.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_a-cdrom.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_a-demux.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_a-intf.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_a-vcd.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_a-vcdplayer.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_pic_a-access.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_pic_a-cdrom.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_pic_a-demux.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_pic_a-intf.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_pic_a-vcd.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_pic_a-vcdplayer.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_plugin_a-access.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_plugin_a-cdrom.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_plugin_a-demux.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_plugin_a-intf.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_plugin_a-vcd.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvcdx_plugin_a-vcdplayer.Po@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@
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?