forked from Mirrors/freeswitch
libsndfile: Do not build tests. We do not use them anyway and they require autogen, which pulls in lots of other things.
This commit is contained in:
parent
a95fa59e87
commit
d778a07698
|
@ -20,7 +20,7 @@ EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def \
|
|||
|
||||
noinst_HEADERS = common.h sfconfig.h sfendian.h wav_w64.h sf_unistd.h
|
||||
|
||||
noinst_PROGRAMS = test_main
|
||||
noinst_PROGRAMS =
|
||||
|
||||
COMMON = 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 \
|
||||
|
@ -40,15 +40,15 @@ libsndfile_la_LIBADD = libcommon.la GSM610/libgsm.la G72x/libg72x.la \
|
|||
|
||||
libcommon_la_SOURCES = $(COMMON)
|
||||
|
||||
test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c \
|
||||
test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c
|
||||
test_main_LDADD = libcommon.la
|
||||
#test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c \
|
||||
# test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c
|
||||
#test_main_LDADD = libcommon.la
|
||||
#
|
||||
#
|
||||
#test_endswap.c: test_endswap.def test_endswap.tpl
|
||||
# autogen --writable test_endswap.def
|
||||
|
||||
|
||||
test_endswap.c: test_endswap.def test_endswap.tpl
|
||||
autogen --writable test_endswap.def
|
||||
|
||||
genfiles : test_endswap.c $(SYMBOL_FILES)
|
||||
genfiles : $(SYMBOL_FILES)
|
||||
|
||||
# A single test programs.
|
||||
# It is not possible to place these in the tests/ directory because they
|
||||
|
|
Loading…
Reference in New Issue