📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in SUBDIRS = GSM610 G72xlib_LTLIBRARIES = libsndfile.lainclude_HEADERS = sndfile.hOS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def \ Symbols.linux Symbols.darwin libsndfile.def create_symbols_file.py noinst_HEADERS = common.h sfendian.h float_cast.h wav_w64.h au.h sf_unistd.hnoinst_PROGRAMS = test_endswap test_file_io test_log_printfCOMMON = sndfile.c common.c file_io.c command.c pcm.c ulaw.c alaw.c float32.c \ double64.c ima_adpcm.c ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c \ interleave.c strings.c dither.cFILESPECIFIC = aiff.c au.c au_g72x.c avr.c ircam.c macbinary3.c macos.c mat4.c \ mat5.c nist.c paf.c pvf.c raw.c svx.c voc.c htk.c dwd.c ogg.c \ rx2.c sd2.c sds.c txw.c wve.c w64.c wav_w64.c wav.c xi.c # MinGW requires -no-undefined if a DLL is to be built.libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@libsndfile_la_SOURCES = $(COMMON) $(FILESPECIFIC) $(noinst_HEADERS) sndfile.hlibsndfile_la_LIBADD = GSM610/libgsm.la G72x/libg72x.la -lmtest_endswap_SOURCES = test_endswap.ctest_file_io_CFLAGS = $(AM_CFLAGS)test_file_io_SOURCES = file_io.c test_file_io.ctest_log_printf_CFLAGS = $(AM_CFLAGS)test_log_printf_SOURCES = test_log_printf.ctest_endswap.c: test_endswap.def test_endswap.tpl autogen --writable --source-time test_endswap.def# Two test programs.# It is not possible to place these in the tests/ directory because they# need access to the internals of the SF_PRIVATE struct.check: test_file_io test_log_printf @echo @echo @echo @echo "============================================================" ./test_endswap ./test_file_io ./test_log_printf @echo "============================================================" @echo @echo @echo#======================================================================# Generate an OS specific Symbols files. This is done when the author# builds the distribution tarball. There should be not need for the# end user to create these files.Symbols.linux: create_symbols_file.py ./create_symbols_file.py linux $(VERSION) > Symbols.linux Symbols.darwin: create_symbols_file.py ./create_symbols_file.py darwin $(VERSION) > Symbols.darwinlibsndfile.def: create_symbols_file.py ./create_symbols_file.py win32 $(VERSION) > libsndfile.def# Fake dependancy to force the creation of these files.sndfile.c : Symbols.linux Symbols.darwin libsndfile.def#======================================================================# Disable autoheader. AUTOHEADER=echo# Dependancies.aiff.c au.c au_g72x.c ircam.c mat4.c mat5.c nist.c paf.c pvf.c : sndfile.h common.hraw.c svx.c voc.c w64.c wav.c wav_w64.c htk.c sd2.c rx2.c txw.c : sndfile.h common.hsds.c wve.c dwd.c ogg.c xi.c sndfile.c common.c file_io.c : sndfile.h common.hcommand.c pcm.c ulaw.c alaw.c float32.c double64.c ima_adpcm.c : sndfile.h common.h ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c interleave.c strings.c : sndfile.h common.hdither.c : sndfile.h common.h## Do not edit or modify anything in this comment block.## The arch-tag line is a file identity tag for the GNU Arch ## revision control system.#### arch-tag: fc3511e6-4230-4bcb-9c86-f728d7a06fe7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -