comparison spandsp-0.0.3/spandsp-0.0.3/src/Makefile @ 5:f762bf195c4b

import spandsp-0.0.3
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 16:00:21 +0200
parents
children
comparison
equal deleted inserted replaced
4:26cd8f1ef0b1 5:f762bf195c4b
1 # Makefile.in generated by automake 1.9.5 from Makefile.am.
2 # src/Makefile. Generated from Makefile.in by configure.
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15
16
17
18
19 SOURCES = $(libspandsp_la_SOURCES) at_dictionary_gen.c
20
21 srcdir = .
22 top_srcdir = ..
23
24 pkgdatadir = $(datadir)/spandsp
25 pkglibdir = $(libdir)/spandsp
26 pkgincludedir = $(includedir)/spandsp
27 top_builddir = ..
28 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
29 INSTALL = /usr/bin/install -c
30 install_sh_DATA = $(install_sh) -c -m 644
31 install_sh_PROGRAM = $(install_sh) -c
32 install_sh_SCRIPT = $(install_sh) -c
33 INSTALL_HEADER = $(INSTALL_DATA)
34 transform = $(program_transform_name)
35 NORMAL_INSTALL = :
36 PRE_INSTALL = :
37 POST_INSTALL = :
38 NORMAL_UNINSTALL = :
39 PRE_UNINSTALL = :
40 POST_UNINSTALL = :
41 build_triplet = i686-pc-linux-gnu
42 host_triplet = i686-pc-linux-gnu
43 noinst_PROGRAMS = at_dictionary_gen$(EXEEXT)
44 subdir = src
45 DIST_COMMON = $(nobase_include_HEADERS) $(noinst_HEADERS) \
46 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
47 $(top_srcdir)/config-h.in
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = config.h
54 CONFIG_CLEAN_FILES =
55 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
56 am__vpath_adj = case $$p in \
57 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58 *) f=$$p;; \
59 esac;
60 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
61 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
62 libLTLIBRARIES_INSTALL = $(INSTALL)
63 LTLIBRARIES = $(lib_LTLIBRARIES)
64 libspandsp_la_LIBADD =
65 am_libspandsp_la_OBJECTS = adsi.lo async.lo at_interpreter.lo awgn.lo \
66 bell_r2_mf.lo bert.lo bit_operations.lo bitstream.lo \
67 complex_dds.lo complex_filters.lo complex_vector_float.lo \
68 dds.lo dtmf.lo echo.lo fax.lo fsk.lo g711.lo g722_encode.lo \
69 g722_decode.lo g726.lo gsm0610_decode.lo gsm0610_encode.lo \
70 gsm0610_long_term.lo gsm0610_lpc.lo gsm0610_preprocess.lo \
71 gsm0610_rpe.lo gsm0610_short_term.lo hdlc.lo ima_adpcm.lo \
72 logging.lo lpc10_analyse.lo lpc10_decode.lo lpc10_encode.lo \
73 lpc10_placev.lo lpc10_voicing.lo modem_echo.lo \
74 modem_connect_tones.lo noise.lo oki_adpcm.lo playout.lo plc.lo \
75 power_meter.lo queue.lo schedule.lo sig_tone.lo silence_gen.lo \
76 super_tone_rx.lo super_tone_tx.lo t4.lo t30.lo t31.lo t35.lo \
77 t38_core.lo t38_gateway.lo t38_terminal.lo testcpuid.lo \
78 time_scale.lo tone_detect.lo tone_generate.lo v17rx.lo \
79 v17tx.lo v22bis_rx.lo v22bis_tx.lo v27ter_rx.lo v27ter_tx.lo \
80 v29rx.lo v29tx.lo v42.lo v42bis.lo v8.lo vector_float.lo \
81 vector_int.lo
82 libspandsp_la_OBJECTS = $(am_libspandsp_la_OBJECTS)
83 PROGRAMS = $(noinst_PROGRAMS)
84 at_dictionary_gen_SOURCES = at_dictionary_gen.c
85 at_dictionary_gen_OBJECTS = at_dictionary_gen.$(OBJEXT)
86 at_dictionary_gen_LDADD = $(LDADD)
87 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
88 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
89 am__depfiles_maybe = depfiles
90 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
91 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
93 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
94 $(AM_CFLAGS) $(CFLAGS)
95 CCLD = $(CC)
96 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
97 $(AM_LDFLAGS) $(LDFLAGS) -o $@
98 SOURCES = $(libspandsp_la_SOURCES) at_dictionary_gen.c
99 DIST_SOURCES = $(libspandsp_la_SOURCES) at_dictionary_gen.c
100 nobase_includeHEADERS_INSTALL = $(install_sh_DATA)
101 HEADERS = $(nobase_include_HEADERS) $(noinst_HEADERS)
102 ETAGS = etags
103 CTAGS = ctags
104 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105 ACLOCAL = ${SHELL} /xhome1/tmp/oslec/spandsp-0.0.3/config/missing --run aclocal-1.9
106 AMDEP_FALSE = #
107 AMDEP_TRUE =
108 AMTAR = ${SHELL} /xhome1/tmp/oslec/spandsp-0.0.3/config/missing --run tar
109 AR = ar
110 AUTOCONF = ${SHELL} /xhome1/tmp/oslec/spandsp-0.0.3/config/missing --run autoconf
111 AUTOHEADER = ${SHELL} /xhome1/tmp/oslec/spandsp-0.0.3/config/missing --run autoheader
112 AUTOMAKE = ${SHELL} /xhome1/tmp/oslec/spandsp-0.0.3/config/missing --run automake-1.9
113 AWK = gawk
114 CC = gcc
115 CCDEPMODE = depmode=gcc3
116 CFLAGS = -g -O2
117 COMP_VENDOR_CFLAGS = -O2 -g -std=gnu99 -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
118 COND_DOC_FALSE =
119 COND_DOC_TRUE = #
120 COND_ITUTESTS_FALSE =
121 COND_ITUTESTS_TRUE = #
122 COND_MMX_FALSE =
123 COND_MMX_TRUE = #
124 COND_SSE_FALSE =
125 COND_SSE_TRUE = #
126 COND_TESTS_FALSE = #
127 COND_TESTS_TRUE =
128 CPP = gcc -E
129 CPPFLAGS =
130 CXX = g++
131 CXXCPP = g++ -E
132 CXXDEPMODE = depmode=gcc3
133 CXXFLAGS = -g -O2
134 CYGPATH_W = echo
135 DEFS = -DHAVE_CONFIG_H
136 DEPDIR = .deps
137 ECHO = echo
138 ECHO_C =
139 ECHO_N = -n
140 ECHO_T =
141 EGREP = grep -E
142 EXEEXT =
143 F77 =
144 FFLAGS =
145 INSTALL_DATA = ${INSTALL} -m 644
146 INSTALL_PROGRAM = ${INSTALL}
147 INSTALL_SCRIPT = ${INSTALL}
148 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
149 LDFLAGS =
150 LIBOBJS =
151 LIBS = -lm -ltiff
152 LIBTOOL = $(SHELL) $(top_builddir)/libtool
153 LN_S = ln -s
154 LTLIBOBJS =
155 MAKEINFO = ${SHELL} /xhome1/tmp/oslec/spandsp-0.0.3/config/missing --run makeinfo
156 OBJEXT = o
157 PACKAGE = spandsp
158 PACKAGE_BUGREPORT =
159 PACKAGE_NAME =
160 PACKAGE_STRING =
161 PACKAGE_TARNAME =
162 PACKAGE_VERSION =
163 PATH_SEPARATOR = :
164 RANLIB = ranlib
165 SET_MAKE =
166 SHELL = /bin/sh
167 SPANDSP_LT_AGE = 0
168 SPANDSP_LT_CURRENT = 0
169 SPANDSP_LT_REVISION = 2
170 STRIP = strip
171 TESTLIBS = -L/usr/X11R6/lib -lXft -lXext -lX11 -laudiofile -lfftw3 -lpthread -ldl
172 VERSION = 0.0.3
173 ac_ct_AR = ar
174 ac_ct_CC = gcc
175 ac_ct_CXX = g++
176 ac_ct_F77 =
177 ac_ct_RANLIB = ranlib
178 ac_ct_STRIP = strip
179 am__fastdepCC_FALSE = #
180 am__fastdepCC_TRUE =
181 am__fastdepCXX_FALSE = #
182 am__fastdepCXX_TRUE =
183 am__include = include
184 am__leading_dot = .
185 am__quote =
186 am__tar = ${AMTAR} chof - "$$tardir"
187 am__untar = ${AMTAR} xf -
188 bindir = ${exec_prefix}/bin
189 build = i686-pc-linux-gnu
190 build_alias =
191 build_cpu = i686
192 build_os = linux-gnu
193 build_vendor = pc
194 datadir = ${prefix}/share
195 exec_prefix = ${prefix}
196 host = i686-pc-linux-gnu
197 host_alias =
198 host_cpu = i686
199 host_os = linux-gnu
200 host_vendor = pc
201 includedir = ${prefix}/include
202 infodir = ${prefix}/info
203 install_sh = /xhome1/tmp/oslec/spandsp-0.0.3/config/install-sh
204 libdir = ${exec_prefix}/lib
205 libexecdir = ${exec_prefix}/libexec
206 localstatedir = ${prefix}/var
207 mandir = ${prefix}/man
208 mkdir_p = mkdir -p --
209 oldincludedir = /usr/include
210 prefix = /usr/local
211 program_transform_name = s,x,x,
212 sbindir = ${exec_prefix}/sbin
213 sharedstatedir = ${prefix}/com
214 sysconfdir = ${prefix}/etc
215 target_alias =
216 AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
217 MAINTAINERCLEANFILES = Makefile.in
218 INCLUDES = -I$(top_builddir)
219 lib_LTLIBRARIES = libspandsp.la
220 libspandsp_la_SOURCES = adsi.c \
221 async.c \
222 at_interpreter.c \
223 awgn.c \
224 bell_r2_mf.c \
225 bert.c \
226 bit_operations.c \
227 bitstream.c \
228 complex_dds.c \
229 complex_filters.c \
230 complex_vector_float.c \
231 dds.c \
232 dtmf.c \
233 echo.c \
234 fax.c \
235 fsk.c \
236 g711.c \
237 g722_encode.c \
238 g722_decode.c \
239 g726.c \
240 gsm0610_decode.c \
241 gsm0610_encode.c \
242 gsm0610_long_term.c \
243 gsm0610_lpc.c \
244 gsm0610_preprocess.c \
245 gsm0610_rpe.c \
246 gsm0610_short_term.c \
247 hdlc.c \
248 ima_adpcm.c \
249 logging.c \
250 lpc10_analyse.c \
251 lpc10_decode.c \
252 lpc10_encode.c \
253 lpc10_placev.c \
254 lpc10_voicing.c \
255 modem_echo.c \
256 modem_connect_tones.c \
257 noise.c \
258 oki_adpcm.c \
259 playout.c \
260 plc.c \
261 power_meter.c \
262 queue.c \
263 schedule.c \
264 sig_tone.c \
265 silence_gen.c \
266 super_tone_rx.c \
267 super_tone_tx.c \
268 t4.c \
269 t30.c \
270 t31.c \
271 t35.c \
272 t38_core.c \
273 t38_gateway.c \
274 t38_terminal.c \
275 testcpuid.c \
276 time_scale.c \
277 tone_detect.c \
278 tone_generate.c \
279 v17rx.c \
280 v17tx.c \
281 v22bis_rx.c \
282 v22bis_tx.c \
283 v27ter_rx.c \
284 v27ter_tx.c \
285 v29rx.c \
286 v29tx.c \
287 v42.c \
288 v42bis.c \
289 v8.c \
290 vector_float.c \
291 vector_int.c
292
293 libspandsp_la_LDFLAGS = -version-info 0:2:0
294 nobase_include_HEADERS = spandsp/adsi.h \
295 spandsp/async.h \
296 spandsp/arctan2.h \
297 spandsp/at_interpreter.h \
298 spandsp/awgn.h \
299 spandsp/bell_r2_mf.h \
300 spandsp/bert.h \
301 spandsp/biquad.h \
302 spandsp/bit_operations.h \
303 spandsp/bitstream.h \
304 spandsp/complex.h \
305 spandsp/complex_filters.h \
306 spandsp/complex_vector_float.h \
307 spandsp/dc_restore.h \
308 spandsp/dds.h \
309 spandsp/dtmf.h \
310 spandsp/echo.h \
311 spandsp/fax.h \
312 spandsp/fir.h \
313 spandsp/fsk.h \
314 spandsp/g168models.h \
315 spandsp/g711.h \
316 spandsp/g722.h \
317 spandsp/g726.h \
318 spandsp/gsm0610.h \
319 spandsp/hdlc.h \
320 spandsp/ima_adpcm.h \
321 spandsp/logging.h \
322 spandsp/lpc10.h \
323 spandsp/modem_echo.h \
324 spandsp/modem_connect_tones.h \
325 spandsp/noise.h \
326 spandsp/oki_adpcm.h \
327 spandsp/playout.h \
328 spandsp/plc.h \
329 spandsp/power_meter.h \
330 spandsp/queue.h \
331 spandsp/schedule.h \
332 spandsp/sig_tone.h \
333 spandsp/silence_gen.h \
334 spandsp/super_tone_rx.h \
335 spandsp/super_tone_tx.h \
336 spandsp/t4.h \
337 spandsp/t30.h \
338 spandsp/t30_fcf.h \
339 spandsp/t31.h \
340 spandsp/t35.h \
341 spandsp/t38_core.h \
342 spandsp/t38_gateway.h \
343 spandsp/t38_terminal.h \
344 spandsp/telephony.h \
345 spandsp/time_scale.h \
346 spandsp/timing.h \
347 spandsp/tone_detect.h \
348 spandsp/tone_generate.h \
349 spandsp/v17rx.h \
350 spandsp/v17tx.h \
351 spandsp/v22bis.h \
352 spandsp/v27ter_rx.h \
353 spandsp/v27ter_tx.h \
354 spandsp/v29rx.h \
355 spandsp/v29tx.h \
356 spandsp/v42.h \
357 spandsp/v42bis.h \
358 spandsp/v8.h \
359 spandsp/vector_float.h \
360 spandsp/vector_int.h \
361 spandsp.h
362
363 noinst_HEADERS = faxfont.h \
364 gsm0610_local.h \
365 lpc10_encdecs.h \
366 t4states.h
367
368 DSP = libspandsp.dsp
369 VCPROJ = libspandsp.vcproj
370 WIN32SOURCES = $(libspandsp_la_SOURCES) gettimeofday.c
371 WIN32HEADERS = $(nobase_include_HEADERS) spandsp.h
372 DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP)
373 VCPROJOUT = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ)
374 all: config.h
375 $(MAKE) $(AM_MAKEFLAGS) all-am
376
377 .SUFFIXES:
378 .SUFFIXES: .c .lo .o .obj
379 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
380 @for dep in $?; do \
381 case '$(am__configure_deps)' in \
382 *$$dep*) \
383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
384 && exit 0; \
385 exit 1;; \
386 esac; \
387 done; \
388 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
389 cd $(top_srcdir) && \
390 $(AUTOMAKE) --gnu src/Makefile
391 .PRECIOUS: Makefile
392 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393 @case '$?' in \
394 *config.status*) \
395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396 *) \
397 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
399 esac;
400
401 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
404 $(top_srcdir)/configure: $(am__configure_deps)
405 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408
409 config.h: stamp-h1
410 @if test ! -f $@; then \
411 rm -f stamp-h1; \
412 $(MAKE) stamp-h1; \
413 else :; fi
414
415 stamp-h1: $(top_srcdir)/config-h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
417 cd $(top_builddir) && $(SHELL) ./config.status src/config.h
418 $(top_srcdir)/config-h.in: $(am__configure_deps)
419 cd $(top_srcdir) && $(AUTOHEADER)
420 rm -f stamp-h1
421 touch $@
422
423 distclean-hdr:
424 -rm -f config.h stamp-h1
425 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
426 @$(NORMAL_INSTALL)
427 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
428 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
429 if test -f $$p; then \
430 f=$(am__strip_dir) \
431 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
432 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
433 else :; fi; \
434 done
435
436 uninstall-libLTLIBRARIES:
437 @$(NORMAL_UNINSTALL)
438 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
439 p=$(am__strip_dir) \
440 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
441 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
442 done
443
444 clean-libLTLIBRARIES:
445 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
446 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
447 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
448 test "$$dir" != "$$p" || dir=.; \
449 echo "rm -f \"$${dir}/so_locations\""; \
450 rm -f "$${dir}/so_locations"; \
451 done
452 libspandsp.la: $(libspandsp_la_OBJECTS) $(libspandsp_la_DEPENDENCIES)
453 $(LINK) -rpath $(libdir) $(libspandsp_la_LDFLAGS) $(libspandsp_la_OBJECTS) $(libspandsp_la_LIBADD) $(LIBS)
454
455 clean-noinstPROGRAMS:
456 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
457 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
458 echo " rm -f $$p $$f"; \
459 rm -f $$p $$f ; \
460 done
461 at_dictionary_gen$(EXEEXT): $(at_dictionary_gen_OBJECTS) $(at_dictionary_gen_DEPENDENCIES)
462 @rm -f at_dictionary_gen$(EXEEXT)
463 $(LINK) $(at_dictionary_gen_LDFLAGS) $(at_dictionary_gen_OBJECTS) $(at_dictionary_gen_LDADD) $(LIBS)
464
465 mostlyclean-compile:
466 -rm -f *.$(OBJEXT)
467
468 distclean-compile:
469 -rm -f *.tab.c
470
471 include ./$(DEPDIR)/adsi.Plo
472 include ./$(DEPDIR)/async.Plo
473 include ./$(DEPDIR)/at_dictionary_gen.Po
474 include ./$(DEPDIR)/at_interpreter.Plo
475 include ./$(DEPDIR)/awgn.Plo
476 include ./$(DEPDIR)/bell_r2_mf.Plo
477 include ./$(DEPDIR)/bert.Plo
478 include ./$(DEPDIR)/bit_operations.Plo
479 include ./$(DEPDIR)/bitstream.Plo
480 include ./$(DEPDIR)/complex_dds.Plo
481 include ./$(DEPDIR)/complex_filters.Plo
482 include ./$(DEPDIR)/complex_vector_float.Plo
483 include ./$(DEPDIR)/dds.Plo
484 include ./$(DEPDIR)/dtmf.Plo
485 include ./$(DEPDIR)/echo.Plo
486 include ./$(DEPDIR)/fax.Plo
487 include ./$(DEPDIR)/fsk.Plo
488 include ./$(DEPDIR)/g711.Plo
489 include ./$(DEPDIR)/g722_decode.Plo
490 include ./$(DEPDIR)/g722_encode.Plo
491 include ./$(DEPDIR)/g726.Plo
492 include ./$(DEPDIR)/gsm0610_decode.Plo
493 include ./$(DEPDIR)/gsm0610_encode.Plo
494 include ./$(DEPDIR)/gsm0610_long_term.Plo
495 include ./$(DEPDIR)/gsm0610_lpc.Plo
496 include ./$(DEPDIR)/gsm0610_preprocess.Plo
497 include ./$(DEPDIR)/gsm0610_rpe.Plo
498 include ./$(DEPDIR)/gsm0610_short_term.Plo
499 include ./$(DEPDIR)/hdlc.Plo
500 include ./$(DEPDIR)/ima_adpcm.Plo
501 include ./$(DEPDIR)/logging.Plo
502 include ./$(DEPDIR)/lpc10_analyse.Plo
503 include ./$(DEPDIR)/lpc10_decode.Plo
504 include ./$(DEPDIR)/lpc10_encode.Plo
505 include ./$(DEPDIR)/lpc10_placev.Plo
506 include ./$(DEPDIR)/lpc10_voicing.Plo
507 include ./$(DEPDIR)/modem_connect_tones.Plo
508 include ./$(DEPDIR)/modem_echo.Plo
509 include ./$(DEPDIR)/noise.Plo
510 include ./$(DEPDIR)/oki_adpcm.Plo
511 include ./$(DEPDIR)/playout.Plo
512 include ./$(DEPDIR)/plc.Plo
513 include ./$(DEPDIR)/power_meter.Plo
514 include ./$(DEPDIR)/queue.Plo
515 include ./$(DEPDIR)/schedule.Plo
516 include ./$(DEPDIR)/sig_tone.Plo
517 include ./$(DEPDIR)/silence_gen.Plo
518 include ./$(DEPDIR)/super_tone_rx.Plo
519 include ./$(DEPDIR)/super_tone_tx.Plo
520 include ./$(DEPDIR)/t30.Plo
521 include ./$(DEPDIR)/t31.Plo
522 include ./$(DEPDIR)/t35.Plo
523 include ./$(DEPDIR)/t38_core.Plo
524 include ./$(DEPDIR)/t38_gateway.Plo
525 include ./$(DEPDIR)/t38_terminal.Plo
526 include ./$(DEPDIR)/t4.Plo
527 include ./$(DEPDIR)/testcpuid.Plo
528 include ./$(DEPDIR)/time_scale.Plo
529 include ./$(DEPDIR)/tone_detect.Plo
530 include ./$(DEPDIR)/tone_generate.Plo
531 include ./$(DEPDIR)/v17rx.Plo
532 include ./$(DEPDIR)/v17tx.Plo
533 include ./$(DEPDIR)/v22bis_rx.Plo
534 include ./$(DEPDIR)/v22bis_tx.Plo
535 include ./$(DEPDIR)/v27ter_rx.Plo
536 include ./$(DEPDIR)/v27ter_tx.Plo
537 include ./$(DEPDIR)/v29rx.Plo
538 include ./$(DEPDIR)/v29tx.Plo
539 include ./$(DEPDIR)/v42.Plo
540 include ./$(DEPDIR)/v42bis.Plo
541 include ./$(DEPDIR)/v8.Plo
542 include ./$(DEPDIR)/vector_float.Plo
543 include ./$(DEPDIR)/vector_int.Plo
544
545 .c.o:
546 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
547 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
548 # source='$<' object='$@' libtool=no \
549 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
550 # $(COMPILE) -c $<
551
552 .c.obj:
553 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
554 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
555 # source='$<' object='$@' libtool=no \
556 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
557 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
558
559 .c.lo:
560 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
561 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
562 # source='$<' object='$@' libtool=yes \
563 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
564 # $(LTCOMPILE) -c -o $@ $<
565
566 mostlyclean-libtool:
567 -rm -f *.lo
568
569 clean-libtool:
570 -rm -rf .libs _libs
571
572 distclean-libtool:
573 -rm -f libtool
574 uninstall-info-am:
575 install-nobase_includeHEADERS: $(nobase_include_HEADERS)
576 @$(NORMAL_INSTALL)
577 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
578 @$(am__vpath_adj_setup) \
579 list='$(nobase_include_HEADERS)'; for p in $$list; do \
580 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
581 $(am__vpath_adj) \
582 echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
583 $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
584 done
585
586 uninstall-nobase_includeHEADERS:
587 @$(NORMAL_UNINSTALL)
588 @$(am__vpath_adj_setup) \
589 list='$(nobase_include_HEADERS)'; for p in $$list; do \
590 $(am__vpath_adj) \
591 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
592 rm -f "$(DESTDIR)$(includedir)/$$f"; \
593 done
594
595 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
596 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
597 unique=`for i in $$list; do \
598 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
599 done | \
600 $(AWK) ' { files[$$0] = 1; } \
601 END { for (i in files) print i; }'`; \
602 mkid -fID $$unique
603 tags: TAGS
604
605 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
606 $(TAGS_FILES) $(LISP)
607 tags=; \
608 here=`pwd`; \
609 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
610 unique=`for i in $$list; do \
611 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
612 done | \
613 $(AWK) ' { files[$$0] = 1; } \
614 END { for (i in files) print i; }'`; \
615 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
616 test -n "$$unique" || unique=$$empty_fix; \
617 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
618 $$tags $$unique; \
619 fi
620 ctags: CTAGS
621 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
622 $(TAGS_FILES) $(LISP)
623 tags=; \
624 here=`pwd`; \
625 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
626 unique=`for i in $$list; do \
627 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628 done | \
629 $(AWK) ' { files[$$0] = 1; } \
630 END { for (i in files) print i; }'`; \
631 test -z "$(CTAGS_ARGS)$$tags$$unique" \
632 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
633 $$tags $$unique
634
635 GTAGS:
636 here=`$(am__cd) $(top_builddir) && pwd` \
637 && cd $(top_srcdir) \
638 && gtags -i $(GTAGS_ARGS) $$here
639
640 distclean-tags:
641 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
642
643 distdir: $(DISTFILES)
644 $(mkdir_p) $(distdir)/.. $(distdir)/spandsp
645 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
646 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
647 list='$(DISTFILES)'; for file in $$list; do \
648 case $$file in \
649 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
650 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
651 esac; \
652 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
653 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
654 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
655 dir="/$$dir"; \
656 $(mkdir_p) "$(distdir)$$dir"; \
657 else \
658 dir=''; \
659 fi; \
660 if test -d $$d/$$file; then \
661 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
662 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
663 fi; \
664 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
665 else \
666 test -f $(distdir)/$$file \
667 || cp -p $$d/$$file $(distdir)/$$file \
668 || exit 1; \
669 fi; \
670 done
671 check-am: all-am
672 check: check-am
673 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
674 installdirs:
675 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
676 test -z "$$dir" || $(mkdir_p) "$$dir"; \
677 done
678 install: install-am
679 install-exec: install-exec-am
680 install-data: install-data-am
681 uninstall: uninstall-am
682
683 install-am: all-am
684 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
685
686 installcheck: installcheck-am
687 install-strip:
688 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
689 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
690 `test -z '$(STRIP)' || \
691 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
692 mostlyclean-generic:
693
694 clean-generic:
695
696 distclean-generic:
697 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
698
699 maintainer-clean-generic:
700 @echo "This command is intended for maintainers to use"
701 @echo "it deletes files that may require special tools to rebuild."
702 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
703 clean: clean-am
704
705 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
706 clean-noinstPROGRAMS mostlyclean-am
707
708 distclean: distclean-am
709 -rm -rf ./$(DEPDIR)
710 -rm -f Makefile
711 distclean-am: clean-am distclean-compile distclean-generic \
712 distclean-hdr distclean-libtool distclean-tags
713
714 dvi: dvi-am
715
716 dvi-am:
717
718 html: html-am
719
720 info: info-am
721
722 info-am:
723
724 install-data-am: install-nobase_includeHEADERS
725
726 install-exec-am: install-libLTLIBRARIES
727
728 install-info: install-info-am
729
730 install-man:
731
732 installcheck-am:
733
734 maintainer-clean: maintainer-clean-am
735 -rm -rf ./$(DEPDIR)
736 -rm -f Makefile
737 maintainer-clean-am: distclean-am maintainer-clean-generic
738
739 mostlyclean: mostlyclean-am
740
741 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
742 mostlyclean-libtool
743
744 pdf: pdf-am
745
746 pdf-am:
747
748 ps: ps-am
749
750 ps-am:
751
752 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
753 uninstall-nobase_includeHEADERS
754
755 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
756 clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
757 distclean distclean-compile distclean-generic distclean-hdr \
758 distclean-libtool distclean-tags distdir dvi dvi-am html \
759 html-am info info-am install install-am install-data \
760 install-data-am install-exec install-exec-am install-info \
761 install-info-am install-libLTLIBRARIES install-man \
762 install-nobase_includeHEADERS install-strip installcheck \
763 installcheck-am installdirs maintainer-clean \
764 maintainer-clean-generic mostlyclean mostlyclean-compile \
765 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
766 tags uninstall uninstall-am uninstall-info-am \
767 uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS
768
769
770 # We need to run at_dictionary_gen, so it generates the at_interpreter_dictionary.h file
771 # used by several of the test programs.
772
773 at_interpreter.$(OBJEXT): at_dictionary_gen$(EXEEXT) at_interpreter_dictionary.h
774
775 at_interpreter.lo: at_dictionary_gen$(EXEEXT) at_interpreter_dictionary.h
776
777 at_interpreter_dictionary.h: at_dictionary_gen$(EXEEXT)
778 ./at_dictionary_gen$(EXEEXT) >at_interpreter_dictionary.h
779
780 $(DSP): msvc/msvcproj.head msvc/msvcproj.foot Makefile.am
781 echo "creating $(DSP)"
782 @(cp $(srcdir)/msvc/msvcproj.head $(DSP); \
783 echo "# Begin Group \"Source Files\"" $(DSPOUT); \
784 for file in $(WIN32SOURCES); do \
785 echo "# Begin Source File" $(DSPOUT); \
786 echo "" $(DSPOUT); \
787 echo "SOURCE=.\\"$$file $(DSPOUT); \
788 echo "# End Source File" $(DSPOUT); \
789 done; \
790 echo "# End Group" $(DSPOUT); \
791 echo "# Begin Group \"Header Files\"" $(DSPOUT); \
792 for file in $(WIN32HEADERS); do \
793 echo "# Begin Source File" $(DSPOUT); \
794 echo "" $(DSPOUT); \
795 echo "SOURCE=.\\"$$file $(DSPOUT); \
796 echo "# End Source File" $(DSPOUT); \
797 done; \
798 echo "# End Group" $(DSPOUT); \
799 cat $(srcdir)/msvc/msvcproj.foot $(DSPOUT) )
800
801 $(VCPROJ): msvc/vc8proj.head msvc/vc8proj.foot Makefile.am
802 echo "creating $(VCPROJ)"
803 @(cp $(srcdir)/msvc/vc8proj.head $(VCPROJ); \
804 for file in $(WIN32SOURCES); do \
805 echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
806 done; \
807 echo "</Filter><Filter Name=\"Header Files\">" $(VCPROJOUT); \
808 for file in $(WIN32HEADERS); do \
809 echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT); \
810 done; \
811 cat $(srcdir)/msvc/vc8proj.foot $(VCPROJOUT) )
812 # Tell versions [3.59,3.63) of GNU make to not export all variables.
813 # Otherwise a system limit (for SysV at least) may be exceeded.
814 .NOEXPORT:

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.