From 8533f99fac66851149c239d76c7d45fb0269d157 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Wed, 7 Nov 2012 02:24:41 +0000 Subject: [PATCH] makefile changes for tsrc git-svn-id: https://svn.code.sf.net/p/freetel/code@941 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/unittest/Makefile.am | 6 +++++- codec2-dev/unittest/Makefile.in | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/codec2-dev/unittest/Makefile.am b/codec2-dev/unittest/Makefile.am index 3d9ca14b..152d0462 100644 --- a/codec2-dev/unittest/Makefile.am +++ b/codec2-dev/unittest/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTS = gnu NAME = libcodec2 AM_CPPFLAGS = $(AM_CFLAGS) -noinst_PROGRAMS = genres genlsp extract vqtrain vqtrainjnd tnlp tinterp tquant vq_train_jvm scalarlsptest tfdmdv t48_8 lspsync create_interleaver tlspsens vqtrainph genphdata genampdata polar2rect vqtrainsp tprede pre de +noinst_PROGRAMS = genres genlsp extract vqtrain vqtrainjnd tnlp tinterp tquant vq_train_jvm scalarlsptest tfdmdv t48_8 lspsync create_interleaver tlspsens vqtrainph genphdata genampdata polar2rect vqtrainsp tprede pre de genres_SOURCES = genres.c ../src/lpc.c genres_LDADD = $(lib_LTLIBRARIES) @@ -99,3 +99,7 @@ pre_LDFLAGS = $(LIBS) de_SOURCES = de.c ../src/lpc.c de_LDADD = $(lib_LTLIBRARIES) de_LDFLAGS = $(LIBS) + +#tsrc_SOURCES = tsrc.c +#tsrc_LDADD = $(lib_LTLIBRARIES) /usr/lib/libsamplerate.so.0 +#tsrc_LDFLAGS = $(LIBS) diff --git a/codec2-dev/unittest/Makefile.in b/codec2-dev/unittest/Makefile.in index 4047f618..aecd44d5 100644 --- a/codec2-dev/unittest/Makefile.in +++ b/codec2-dev/unittest/Makefile.in @@ -1022,6 +1022,10 @@ uninstall-am: uninstall-info-am pdf pdf-am ps ps-am tags uninstall uninstall-am \ uninstall-info-am + +#tsrc_SOURCES = tsrc.c +#tsrc_LDADD = $(lib_LTLIBRARIES) /usr/lib/libsamplerate.so.0 +#tsrc_LDFLAGS = $(LIBS) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- 2.25.1