📄 makefile.in
字号:
installdirs-recursive install-recursive uninstall-recursive \ check-recursive installcheck-recursiveDIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Modules.am Makefile.amDIST_SUBDIRS = $(SUBDIRS)SOURCES = $(libdolby_surround_decoder_a_SOURCES) $(libdolby_surround_decoder_plugin_a_SOURCES) $(libheadphone_channel_mixer_a_SOURCES) $(libheadphone_channel_mixer_plugin_a_SOURCES) $(libsimple_channel_mixer_a_SOURCES) $(libsimple_channel_mixer_plugin_a_SOURCES) $(libtrivial_channel_mixer_a_SOURCES) $(libtrivial_channel_mixer_plugin_a_SOURCES) $(libdolby_surround_decoder_builtin_la_SOURCES) $(libdolby_surround_decoder_plugin_la_SOURCES) $(libheadphone_channel_mixer_builtin_la_SOURCES) $(libheadphone_channel_mixer_plugin_la_SOURCES) $(libsimple_channel_mixer_builtin_la_SOURCES) $(libsimple_channel_mixer_plugin_la_SOURCES) $(libtrivial_channel_mixer_builtin_la_SOURCES) $(libtrivial_channel_mixer_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/audio_filter/channel_mixer/MakefileMakefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)libdolby_surround_decoder.a: $(libdolby_surround_decoder_a_OBJECTS) $(libdolby_surround_decoder_a_DEPENDENCIES) -rm -f libdolby_surround_decoder.a $(libdolby_surround_decoder_a_AR) libdolby_surround_decoder.a $(libdolby_surround_decoder_a_OBJECTS) $(libdolby_surround_decoder_a_LIBADD) $(RANLIB) libdolby_surround_decoder.alibdolby_surround_decoder_plugin.a: $(libdolby_surround_decoder_plugin_a_OBJECTS) $(libdolby_surround_decoder_plugin_a_DEPENDENCIES) -rm -f libdolby_surround_decoder_plugin.a $(libdolby_surround_decoder_plugin_a_AR) libdolby_surround_decoder_plugin.a $(libdolby_surround_decoder_plugin_a_OBJECTS) $(libdolby_surround_decoder_plugin_a_LIBADD) $(RANLIB) libdolby_surround_decoder_plugin.alibheadphone_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_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_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_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.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"; \ donelibdolby_surround_decoder_builtin.la: $(libdolby_surround_decoder_builtin_la_OBJECTS) $(libdolby_surround_decoder_builtin_la_DEPENDENCIES) $(LINK) $(libdolby_surround_decoder_builtin_la_LDFLAGS) $(libdolby_surround_decoder_builtin_la_OBJECTS) $(libdolby_surround_decoder_builtin_la_LIBADD) $(LIBS)libdolby_surround_decoder_plugin.la: $(libdolby_surround_decoder_plugin_la_OBJECTS) $(libdolby_surround_decoder_plugin_la_DEPENDENCIES) $(LINK) $(libdolby_surround_decoder_plugin_la_LDFLAGS) $(libdolby_surround_decoder_plugin_la_OBJECTS) $(libdolby_surround_decoder_plugin_la_LIBADD) $(LIBS)libheadphone_channel_mixer_builtin.la: $(libheadphone_channel_mixer_builtin_la_OBJECTS) $(libheadphone_channel_mixer_builtin_la_DEPENDENCIES) $(LINK) $(libheadphone_channel_mixer_builtin_la_LDFLAGS) $(libheadphone_channel_mixer_builtin_la_OBJECTS) $(libheadphone_channel_mixer_builtin_la_LIBADD) $(LIBS)libheadphone_channel_mixer_plugin.la: $(libheadphone_channel_mixer_plugin_la_OBJECTS) $(libheadphone_channel_mixer_plugin_la_DEPENDENCIES) $(LINK) $(libheadphone_channel_mixer_plugin_la_LDFLAGS) $(libheadphone_channel_mixer_plugin_la_OBJECTS) $(libheadphone_channel_mixer_plugin_la_LIBADD) $(LIBS)libsimple_channel_mixer_builtin.la: $(libsimple_channel_mixer_builtin_la_OBJECTS) $(libsimple_channel_mixer_builtin_la_DEPENDENCIES) $(LINK) $(libsimple_channel_mixer_builtin_la_LDFLAGS) $(libsimple_channel_mixer_builtin_la_OBJECTS) $(libsimple_channel_mixer_builtin_la_LIBADD) $(LIBS)libsimple_channel_mixer_plugin.la: $(libsimple_channel_mixer_plugin_la_OBJECTS) $(libsimple_channel_mixer_plugin_la_DEPENDENCIES) $(LINK) $(libsimple_channel_mixer_plugin_la_LDFLAGS) $(libsimple_channel_mixer_plugin_la_OBJECTS) $(libsimple_channel_mixer_plugin_la_LIBADD) $(LIBS)libtrivial_channel_mixer_builtin.la: $(libtrivial_channel_mixer_builtin_la_OBJECTS) $(libtrivial_channel_mixer_builtin_la_DEPENDENCIES) $(LINK) $(libtrivial_channel_mixer_builtin_la_LDFLAGS) $(libtrivial_channel_mixer_builtin_la_OBJECTS) $(libtrivial_channel_mixer_builtin_la_LIBADD) $(LIBS)libtrivial_channel_mixer_plugin.la: $(libtrivial_channel_mixer_plugin_la_OBJECTS) $(libtrivial_channel_mixer_plugin_la_DEPENDENCIES) $(LINK) $(libtrivial_channel_mixer_plugin_la_LDFLAGS) $(libtrivial_channel_mixer_plugin_la_OBJECTS) $(libtrivial_channel_mixer_plugin_la_LIBADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT) core *.coredistclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdolby_surround_decoder_a-dolby.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdolby_surround_decoder_builtin_la-dolby.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdolby_surround_decoder_plugin_a-dolby.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdolby_surround_decoder_plugin_la-dolby.Plo@am__quote@@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_builtin_la-headphone.Plo@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)/libheadphone_channel_mixer_plugin_la-headphone.Plo@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_builtin_la-simple.Plo@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)/libsimple_channel_mixer_plugin_la-simple.Plo@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_builtin_la-trivial.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtrivial_channel_mixer_plugin_a-trivial.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtrivial_channel_mixer_plugin_la-trivial.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)/'`$<libdolby_surround_decoder_a-dolby.o: dolby.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_a_CFLAGS) $(CFLAGS) -MT libdolby_surround_decoder_a-dolby.o -MD -MP -MF "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo" \@am__fastdepCC_TRUE@ -c -o libdolby_surround_decoder_a-dolby.o `test -f 'dolby.c' || echo '$(srcdir)/'`dolby.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo" "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dolby.c' object='libdolby_surround_decoder_a-dolby.o' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdolby_surround_decoder_a-dolby.Po' tmpdepfile='$(DEPDIR)/libdolby_surround_decoder_a-dolby.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_a_CFLAGS) $(CFLAGS) -c -o libdolby_surround_decoder_a-dolby.o `test -f 'dolby.c' || echo '$(srcdir)/'`dolby.clibdolby_surround_decoder_a-dolby.obj: dolby.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_a_CFLAGS) $(CFLAGS) -MT libdolby_surround_decoder_a-dolby.obj -MD -MP -MF "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo" \@am__fastdepCC_TRUE@ -c -o libdolby_surround_decoder_a-dolby.obj `if test -f 'dolby.c'; then $(CYGPATH_W) 'dolby.c'; else $(CYGPATH_W) '$(srcdir)/dolby.c'; fi`; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo" "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Po"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dolby.c' object='libdolby_surround_decoder_a-dolby.obj' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdolby_surround_decoder_a-dolby.Po' tmpdepfile='$(DEPDIR)/libdolby_surround_decoder_a-dolby.TPo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_a_CFLAGS) $(CFLAGS) -c -o libdolby_surround_decoder_a-dolby.obj `if test -f 'dolby.c'; then $(CYGPATH_W) 'dolby.c'; else $(CYGPATH_W) '$(srcdir)/dolby.c'; fi`libdolby_surround_decoder_a-dolby.lo: dolby.c@am__fastdepCC_TRUE@ if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_a_CFLAGS) $(CFLAGS) -MT libdolby_surround_decoder_a-dolby.lo -MD -MP -MF "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo" \@am__fastdepCC_TRUE@ -c -o libdolby_surround_decoder_a-dolby.lo `test -f 'dolby.c' || echo '$(srcdir)/'`dolby.c; \@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo" "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Plo"; \@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/libdolby_surround_decoder_a-dolby.Tpo"; exit 1; \@am__fastdepCC_TRUE@ fi@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dolby.c' object='libdolby_surround_decoder_a-dolby.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdolby_surround_decoder_a-dolby.Plo' tmpdepfile='$(DEPDIR)/libdolby_surround_decoder_a-dolby.TPlo' @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@ $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_a_CFLAGS) $(CFLAGS) -c -o libdolby_surround_decoder_a-dolby.lo `test -f 'dolby.c' || echo '$(srcdir)/'`dolby.clibdolby_surround_decoder_plugin_a-dolby.o: dolby.c@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdolby_surround_decoder_plugin_a_CFLAGS) $(CFLAGS) -MT libdolby_surround_decoder_plugin_a-dolby.o -MD -MP -MF "$(DEPDIR)/libdolby_surround_decoder_plugin_a-dolby.Tpo" \@am__fastdepCC_TRUE@ -c -o libdolby_surround_decoder_plugin_a-dolby.o `test -f 'dolby.c' || echo '$(srcdir)/'`dolby.c; \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -