File: Makefile.am

package info (click to toggle)
spandsp 0.0.2pre10-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,492 kB
  • ctags: 3,331
  • sloc: ansic: 59,323; sh: 8,269; xml: 7,334; cpp: 492; makefile: 369
file content (184 lines) | stat: -rw-r--r-- 6,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
## Makefile.am -- Process this file with automake to produce Makefile.in
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## $Id: Makefile.am,v 1.34 2005/01/16 10:52:02 steveu Exp $

LIBS += $(TESTLIBS)

MAINTAINERCLEANFILES = Makefile.in

INCLUDES = -I$(top_builddir)/src -I/usr/include/libxml2 -DDATADIR="\"$(pkgdatadir)\""

noinst_PROGRAMS =   adsi_tests \
                    async_tests \
                    awgn_tests \
                    bell_mf_tests \
                    bert_tests \
                    dc_restore_tests \
                    dds_tests \
                    dtmf_tests \
                    dtmf_gen_tests \
                    ec_disable_detector_tests \
                    echo_tests \
                    fax_tests \
                    fsk_tests \
                    g168_tests \
                    hdlc_tests \
                    ima_adpcm_tests \
                    makecss \
                    make_line_models \
                    modem_echo_tests \
                    oki_adpcm_tests \
                    plc_tests \
                    power_meter_tests \
                    r2_mf_tests \
                    schedule_tests \
                    sig_tone_tests \
                    super_tone_rx_tests \
                    super_tone_tx_tests \
                    t4_tests \
                    t31_tests \
                    time_scale_tests \
                    tone_generate_tests \
                    v17_tests \
                    v22bis_tests \
                    v27ter_tests \
                    v29_tests \
                    v42_tests \
                    v8_tests \
                    testadsi \
                    testfax

noinst_HEADERS =        constel.h \
			echo_monitor.h \
                        line_model.h

adsi_tests_SOURCES = adsi_tests.c
adsi_tests_LDADD = -L$(top_builddir)/src -lspandsp

async_tests_SOURCES = async_tests.c
async_tests_LDADD = -L$(top_builddir)/src -lspandsp

awgn_tests_SOURCES = awgn_tests.c
awgn_tests_LDADD = -L$(top_builddir)/src -lspandsp

bell_mf_tests_SOURCES = bell_mf_tests.c
bell_mf_tests_LDADD = -L$(top_builddir)/src -lspandsp

bert_tests_SOURCES = bert_tests.c
bert_tests_LDADD = -L$(top_builddir)/src -lspandsp

dc_restore_tests_SOURCES = dc_restore_tests.c
dc_restore_tests_LDADD = -L$(top_builddir)/src -lspandsp

dds_tests_SOURCES = dds_tests.c
dds_tests_LDADD = -L$(top_builddir)/src -lspandsp

dtmf_tests_SOURCES = dtmf_tests.c
dtmf_tests_LDADD = -L$(top_builddir)/src -lspandsp

dtmf_gen_tests_SOURCES = dtmf_gen_tests.c
dtmf_gen_tests_LDADD = -L$(top_builddir)/src -lspandsp

ec_disable_detector_tests_SOURCES = ec_disable_detector_tests.c
ec_disable_detector_tests_LDADD = -L$(top_builddir)/src -lspandsp

echo_tests_SOURCES = echo_tests.c
echo_tests_LDADD = -L$(top_builddir)/src -lspandsp

fax_tests_SOURCES = fax_tests.c
fax_tests_LDADD = -L$(top_builddir)/src -lspandsp

fsk_tests_SOURCES = fsk_tests.c
fsk_tests_LDADD = -L$(top_builddir)/src -lspandsp

g168_tests_SOURCES = g168_tests.c
g168_tests_LDADD = -L$(top_builddir)/src -lspandsp

hdlc_tests_SOURCES = hdlc_tests.c
hdlc_tests_LDADD = -L$(top_builddir)/src -lspandsp

ima_adpcm_tests_SOURCES = ima_adpcm_tests.c
ima_adpcm_tests_LDADD = -L$(top_builddir)/src -lspandsp

makecss_SOURCES = makecss.c
makecss_LDADD = -L$(top_builddir)/src -lspandsp

make_line_models_SOURCES = make_line_models.c
make_line_models_LDADD = -L$(top_builddir)/src -lspandsp

modem_echo_tests_SOURCES = modem_echo_tests.c echo_monitor.cpp
modem_echo_tests_LDADD = -L$(top_builddir)/src -lspandsp

oki_adpcm_tests_SOURCES = oki_adpcm_tests.c
oki_adpcm_tests_LDADD = -L$(top_builddir)/src -lspandsp

plc_tests_SOURCES = plc_tests.c
plc_tests_LDADD = -L$(top_builddir)/src -lspandsp

power_meter_tests_SOURCES = power_meter_tests.c
power_meter_tests_LDADD = -L$(top_builddir)/src -lspandsp

r2_mf_tests_SOURCES = r2_mf_tests.c
r2_mf_tests_LDADD = -L$(top_builddir)/src -lspandsp

schedule_tests_SOURCES = schedule_tests.c
schedule_tests_LDADD = -L$(top_builddir)/src -lspandsp 

sig_tone_tests_SOURCES = sig_tone_tests.c
sig_tone_tests_LDADD = -L$(top_builddir)/src -lspandsp 

super_tone_rx_tests_SOURCES = super_tone_rx_tests.c
super_tone_rx_tests_LDADD = -L$(top_builddir)/src -lspandsp

super_tone_tx_tests_SOURCES = super_tone_tx_tests.c
super_tone_tx_tests_LDADD = -L$(top_builddir)/src -lspandsp

t4_tests_SOURCES = t4_tests.c
t4_tests_LDADD = -L$(top_builddir)/src -lspandsp

t31_tests_SOURCES = t31_tests.c
t31_tests_LDADD = -L$(top_builddir)/src -lspandsp

time_scale_tests_SOURCES = time_scale_tests.c
time_scale_tests_LDADD = -L$(top_builddir)/src -lspandsp

tone_generate_tests_SOURCES = tone_generate_tests.c
tone_generate_tests_LDADD = -L$(top_builddir)/src -lspandsp

v17_tests_SOURCES = v17_tests.c line_model.c constel.cpp
v17_tests_LDADD = -L$(top_builddir)/src -lspandsp

v22bis_tests_SOURCES = v22bis_tests.c line_model.c constel.cpp
v22bis_tests_LDADD = -L$(top_builddir)/src -lspandsp

v27ter_tests_SOURCES = v27ter_tests.c line_model.c constel.cpp
v27ter_tests_LDADD = -L$(top_builddir)/src -lspandsp

v29_tests_SOURCES = v29_tests.c line_model.c constel.cpp
v29_tests_LDADD = -L$(top_builddir)/src -lspandsp

v42_tests_SOURCES = v42_tests.c
v42_tests_LDADD = -L$(top_builddir)/src -lspandsp

v8_tests_SOURCES = v8_tests.c
v8_tests_LDADD = -L$(top_builddir)/src -lspandsp

testadsi_SOURCES = testadsi.c
testadsi_LDADD = -L$(top_builddir)/src -lspandsp

testfax_SOURCES = testfax.c
testfax_LDADD = -L$(top_builddir)/src -lspandsp