makefile.am

来自「libao-0.8.5.tar.gz 通过联合libmad-0.15.0b.t」· AM 代码 · 共 26 行

AM
26
字号
## Process this file with automake to produce Makefile.inAUTOMAKE_OPTIONS = foreignif HAVE_MACOSXmacosxltlibs = libmacosx.lamacosxsources = ao_macosx.celsemacosxltlibs =macosxsources =endifINCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/includelibdir = $(plugindir)lib_LTLIBRARIES = $(macosxltlibs)libmacosx_la_LDFLAGS = @PLUGIN_LDFLAGS@ -framework CoreAudiolibmacosx_la_SOURCES = $(macosxsources)EXTRA_DIST = ao_macosx.c

⌨️ 快捷键说明

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