📄 makefile.in
字号:
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)libheadphone_channel_mixer.a: $(libheadphone_channel_mixer_a_OBJECTS) $(libheadphone_channel_mixer_a_DEPENDENCIES) -rm -f libheadphone_channel_mixer.a $(libheadphone_channel_mixer_a_AR) libheadphone_channel_mixer.a $(libheadphone_channel_mixer_a_OBJECTS) $(libheadphone_channel_mixer_a_LIBADD) $(RANLIB) libheadphone_channel_mixer.alibheadphone_channel_mixer_pic.a: $(libheadphone_channel_mixer_pic_a_OBJECTS) $(libheadphone_channel_mixer_pic_a_DEPENDENCIES) -rm -f libheadphone_channel_mixer_pic.a $(libheadphone_channel_mixer_pic_a_AR) libheadphone_channel_mixer_pic.a $(libheadphone_channel_mixer_pic_a_OBJECTS) $(libheadphone_channel_mixer_pic_a_LIBADD) $(RANLIB) libheadphone_channel_mixer_pic.alibheadphone_channel_mixer_plugin.a: $(libheadphone_channel_mixer_plugin_a_OBJECTS) $(libheadphone_channel_mixer_plugin_a_DEPENDENCIES) -rm -f libheadphone_channel_mixer_plugin.a $(libheadphone_channel_mixer_plugin_a_AR) libheadphone_channel_mixer_plugin.a $(libheadphone_channel_mixer_plugin_a_OBJECTS) $(libheadphone_channel_mixer_plugin_a_LIBADD) $(RANLIB) libheadphone_channel_mixer_plugin.alibsimple_channel_mixer.a: $(libsimple_channel_mixer_a_OBJECTS) $(libsimple_channel_mixer_a_DEPENDENCIES) -rm -f libsimple_channel_mixer.a $(libsimple_channel_mixer_a_AR) libsimple_channel_mixer.a $(libsimple_channel_mixer_a_OBJECTS) $(libsimple_channel_mixer_a_LIBADD) $(RANLIB) libsimple_channel_mixer.alibsimple_channel_mixer_pic.a: $(libsimple_channel_mixer_pic_a_OBJECTS) $(libsimple_channel_mixer_pic_a_DEPENDENCIES) -rm -f libsimple_channel_mixer_pic.a $(libsimple_channel_mixer_pic_a_AR) libsimple_channel_mixer_pic.a $(libsimple_channel_mixer_pic_a_OBJECTS) $(libsimple_channel_mixer_pic_a_LIBADD) $(RANLIB) libsimple_channel_mixer_pic.alibsimple_channel_mixer_plugin.a: $(libsimple_channel_mixer_plugin_a_OBJECTS) $(libsimple_channel_mixer_plugin_a_DEPENDENCIES) -rm -f libsimple_channel_mixer_plugin.a $(libsimple_channel_mixer_plugin_a_AR) libsimple_channel_mixer_plugin.a $(libsimple_channel_mixer_plugin_a_OBJECTS) $(libsimple_channel_mixer_plugin_a_LIBADD) $(RANLIB) libsimple_channel_mixer_plugin.alibtrivial_channel_mixer.a: $(libtrivial_channel_mixer_a_OBJECTS) $(libtrivial_channel_mixer_a_DEPENDENCIES) -rm -f libtrivial_channel_mixer.a $(libtrivial_channel_mixer_a_AR) libtrivial_channel_mixer.a $(libtrivial_channel_mixer_a_OBJECTS) $(libtrivial_channel_mixer_a_LIBADD) $(RANLIB) libtrivial_channel_mixer.alibtrivial_channel_mixer_pic.a: $(libtrivial_channel_mixer_pic_a_OBJECTS) $(libtrivial_channel_mixer_pic_a_DEPENDENCIES) -rm -f libtrivial_channel_mixer_pic.a $(libtrivial_channel_mixer_pic_a_AR) libtrivial_channel_mixer_pic.a $(libtrivial_channel_mixer_pic_a_OBJECTS) $(libtrivial_channel_mixer_pic_a_LIBADD) $(RANLIB) libtrivial_channel_mixer_pic.alibtrivial_channel_mixer_plugin.a: $(libtrivial_channel_mixer_plugin_a_OBJECTS) $(libtrivial_channel_mixer_plugin_a_DEPENDENCIES) -rm -f libtrivial_channel_mixer_plugin.a $(libtrivial_channel_mixer_plugin_a_AR) libtrivial_channel_mixer_plugin.a $(libtrivial_channel_mixer_plugin_a_OBJECTS) $(libtrivial_channel_mixer_plugin_a_LIBADD) $(RANLIB) libtrivial_channel_mixer_plugin.amostlyclean-compile: -rm -f *.$(OBJEXT) core *.coredistclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsimple_channel_mixer_a-simple.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtrivial_channel_mixer_a-trivial.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtrivial_channel_mixer_pic_a-trivial.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtrivial_channel_mixer_plugin_a-trivial.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@@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`libheadphone_channel_mixer_a-headphone.o: headphone.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_a_CFLAGS) $(CFLAGS) -MT libheadphone_channel_mixer_a-headphone.o -MD -MP -MF "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Tpo" \@am__fastdepCC_TRUE@ -c -o libheadphone_channel_mixer_a-headphone.o `test -f 'headphone.c' || echo '$(srcdir)/'`headphone.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Tpo" "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='headphone.c' object='libheadphone_channel_mixer_a-headphone.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Po' tmpdepfile='$(DEPDIR)/libheadphone_channel_mixer_a-headphone.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_a_CFLAGS) $(CFLAGS) -c -o libheadphone_channel_mixer_a-headphone.o `test -f 'headphone.c' || echo '$(srcdir)/'`headphone.clibheadphone_channel_mixer_a-headphone.obj: headphone.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_a_CFLAGS) $(CFLAGS) -MT libheadphone_channel_mixer_a-headphone.obj -MD -MP -MF "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Tpo" \@am__fastdepCC_TRUE@ -c -o libheadphone_channel_mixer_a-headphone.obj `if test -f 'headphone.c'; then $(CYGPATH_W) 'headphone.c'; else $(CYGPATH_W) '$(srcdir)/headphone.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Tpo" "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='headphone.c' object='libheadphone_channel_mixer_a-headphone.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libheadphone_channel_mixer_a-headphone.Po' tmpdepfile='$(DEPDIR)/libheadphone_channel_mixer_a-headphone.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_a_CFLAGS) $(CFLAGS) -c -o libheadphone_channel_mixer_a-headphone.obj `if test -f 'headphone.c'; then $(CYGPATH_W) 'headphone.c'; else $(CYGPATH_W) '$(srcdir)/headphone.c'; fi`libheadphone_channel_mixer_pic_a-headphone.o: headphone.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -MT libheadphone_channel_mixer_pic_a-headphone.o -MD -MP -MF "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Tpo" \@am__fastdepCC_TRUE@ -c -o libheadphone_channel_mixer_pic_a-headphone.o `test -f 'headphone.c' || echo '$(srcdir)/'`headphone.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Tpo" "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='headphone.c' object='libheadphone_channel_mixer_pic_a-headphone.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Po' tmpdepfile='$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -c -o libheadphone_channel_mixer_pic_a-headphone.o `test -f 'headphone.c' || echo '$(srcdir)/'`headphone.clibheadphone_channel_mixer_pic_a-headphone.obj: headphone.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -MT libheadphone_channel_mixer_pic_a-headphone.obj -MD -MP -MF "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Tpo" \@am__fastdepCC_TRUE@ -c -o libheadphone_channel_mixer_pic_a-headphone.obj `if test -f 'headphone.c'; then $(CYGPATH_W) 'headphone.c'; else $(CYGPATH_W) '$(srcdir)/headphone.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Tpo" "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='headphone.c' object='libheadphone_channel_mixer_pic_a-headphone.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.Po' tmpdepfile='$(DEPDIR)/libheadphone_channel_mixer_pic_a-headphone.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -c -o libheadphone_channel_mixer_pic_a-headphone.obj `if test -f 'headphone.c'; then $(CYGPATH_W) 'headphone.c'; else $(CYGPATH_W) '$(srcdir)/headphone.c'; fi`libheadphone_channel_mixer_plugin_a-headphone.o: headphone.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -MT libheadphone_channel_mixer_plugin_a-headphone.o -MD -MP -MF "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Tpo" \@am__fastdepCC_TRUE@ -c -o libheadphone_channel_mixer_plugin_a-headphone.o `test -f 'headphone.c' || echo '$(srcdir)/'`headphone.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Tpo" "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='headphone.c' object='libheadphone_channel_mixer_plugin_a-headphone.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Po' tmpdepfile='$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -c -o libheadphone_channel_mixer_plugin_a-headphone.o `test -f 'headphone.c' || echo '$(srcdir)/'`headphone.clibheadphone_channel_mixer_plugin_a-headphone.obj: headphone.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -MT libheadphone_channel_mixer_plugin_a-headphone.obj -MD -MP -MF "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Tpo" \@am__fastdepCC_TRUE@ -c -o libheadphone_channel_mixer_plugin_a-headphone.obj `if test -f 'headphone.c'; then $(CYGPATH_W) 'headphone.c'; else $(CYGPATH_W) '$(srcdir)/headphone.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Tpo" "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='headphone.c' object='libheadphone_channel_mixer_plugin_a-headphone.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.Po' tmpdepfile='$(DEPDIR)/libheadphone_channel_mixer_plugin_a-headphone.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libheadphone_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -c -o libheadphone_channel_mixer_plugin_a-headphone.obj `if test -f 'headphone.c'; then $(CYGPATH_W) 'headphone.c'; else $(CYGPATH_W) '$(srcdir)/headphone.c'; fi`libsimple_channel_mixer_a-simple.o: simple.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_a_CFLAGS) $(CFLAGS) -MT libsimple_channel_mixer_a-simple.o -MD -MP -MF "$(DEPDIR)/libsimple_channel_mixer_a-simple.Tpo" \@am__fastdepCC_TRUE@ -c -o libsimple_channel_mixer_a-simple.o `test -f 'simple.c' || echo '$(srcdir)/'`simple.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsimple_channel_mixer_a-simple.Tpo" "$(DEPDIR)/libsimple_channel_mixer_a-simple.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libsimple_channel_mixer_a-simple.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='simple.c' object='libsimple_channel_mixer_a-simple.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libsimple_channel_mixer_a-simple.Po' tmpdepfile='$(DEPDIR)/libsimple_channel_mixer_a-simple.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_a_CFLAGS) $(CFLAGS) -c -o libsimple_channel_mixer_a-simple.o `test -f 'simple.c' || echo '$(srcdir)/'`simple.clibsimple_channel_mixer_a-simple.obj: simple.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_a_CFLAGS) $(CFLAGS) -MT libsimple_channel_mixer_a-simple.obj -MD -MP -MF "$(DEPDIR)/libsimple_channel_mixer_a-simple.Tpo" \@am__fastdepCC_TRUE@ -c -o libsimple_channel_mixer_a-simple.obj `if test -f 'simple.c'; then $(CYGPATH_W) 'simple.c'; else $(CYGPATH_W) '$(srcdir)/simple.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsimple_channel_mixer_a-simple.Tpo" "$(DEPDIR)/libsimple_channel_mixer_a-simple.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libsimple_channel_mixer_a-simple.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='simple.c' object='libsimple_channel_mixer_a-simple.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libsimple_channel_mixer_a-simple.Po' tmpdepfile='$(DEPDIR)/libsimple_channel_mixer_a-simple.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_a_CFLAGS) $(CFLAGS) -c -o libsimple_channel_mixer_a-simple.obj `if test -f 'simple.c'; then $(CYGPATH_W) 'simple.c'; else $(CYGPATH_W) '$(srcdir)/simple.c'; fi`libsimple_channel_mixer_pic_a-simple.o: simple.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -MT libsimple_channel_mixer_pic_a-simple.o -MD -MP -MF "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Tpo" \@am__fastdepCC_TRUE@ -c -o libsimple_channel_mixer_pic_a-simple.o `test -f 'simple.c' || echo '$(srcdir)/'`simple.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Tpo" "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='simple.c' object='libsimple_channel_mixer_pic_a-simple.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Po' tmpdepfile='$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -c -o libsimple_channel_mixer_pic_a-simple.o `test -f 'simple.c' || echo '$(srcdir)/'`simple.clibsimple_channel_mixer_pic_a-simple.obj: simple.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -MT libsimple_channel_mixer_pic_a-simple.obj -MD -MP -MF "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Tpo" \@am__fastdepCC_TRUE@ -c -o libsimple_channel_mixer_pic_a-simple.obj `if test -f 'simple.c'; then $(CYGPATH_W) 'simple.c'; else $(CYGPATH_W) '$(srcdir)/simple.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Tpo" "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='simple.c' object='libsimple_channel_mixer_pic_a-simple.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.Po' tmpdepfile='$(DEPDIR)/libsimple_channel_mixer_pic_a-simple.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_pic_a_CFLAGS) $(CFLAGS) -c -o libsimple_channel_mixer_pic_a-simple.obj `if test -f 'simple.c'; then $(CYGPATH_W) 'simple.c'; else $(CYGPATH_W) '$(srcdir)/simple.c'; fi`libsimple_channel_mixer_plugin_a-simple.o: simple.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -MT libsimple_channel_mixer_plugin_a-simple.o -MD -MP -MF "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Tpo" \@am__fastdepCC_TRUE@ -c -o libsimple_channel_mixer_plugin_a-simple.o `test -f 'simple.c' || echo '$(srcdir)/'`simple.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Tpo" "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='simple.c' object='libsimple_channel_mixer_plugin_a-simple.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Po' tmpdepfile='$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -c -o libsimple_channel_mixer_plugin_a-simple.o `test -f 'simple.c' || echo '$(srcdir)/'`simple.clibsimple_channel_mixer_plugin_a-simple.obj: simple.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsimple_channel_mixer_plugin_a_CFLAGS) $(CFLAGS) -MT libsimple_channel_mixer_plugin_a-simple.obj -MD -MP -MF "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Tpo" \@am__fastdepCC_TRUE@ -c -o libsimple_channel_mixer_plugin_a-simple.obj `if test -f 'simple.c'; then $(CYGPATH_W) 'simple.c'; else $(CYGPATH_W) '$(srcdir)/simple.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Tpo" "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libsimple_channel_mixer_plugin_a-simple.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -