Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/src/Makefile.in @ 4:26cd8f1ef0b1
import spandsp-0.0.6pre17
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Fri, 25 Jun 2010 15:50:58 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 3:c6c5a16ce2f2 | 4:26cd8f1ef0b1 |
|---|---|
| 1 # Makefile.in generated by automake 1.9.6 from Makefile.am. | |
| 2 # @configure_input@ | |
| 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 @SET_MAKE@ | |
| 16 | |
| 17 | |
| 18 srcdir = @srcdir@ | |
| 19 top_srcdir = @top_srcdir@ | |
| 20 VPATH = @srcdir@ | |
| 21 pkgdatadir = $(datadir)/@PACKAGE@ | |
| 22 pkglibdir = $(libdir)/@PACKAGE@ | |
| 23 pkgincludedir = $(includedir)/@PACKAGE@ | |
| 24 top_builddir = .. | |
| 25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 26 INSTALL = @INSTALL@ | |
| 27 install_sh_DATA = $(install_sh) -c -m 644 | |
| 28 install_sh_PROGRAM = $(install_sh) -c | |
| 29 install_sh_SCRIPT = $(install_sh) -c | |
| 30 INSTALL_HEADER = $(INSTALL_DATA) | |
| 31 transform = $(program_transform_name) | |
| 32 NORMAL_INSTALL = : | |
| 33 PRE_INSTALL = : | |
| 34 POST_INSTALL = : | |
| 35 NORMAL_UNINSTALL = : | |
| 36 PRE_UNINSTALL = : | |
| 37 POST_UNINSTALL = : | |
| 38 build_triplet = @build@ | |
| 39 host_triplet = @host@ | |
| 40 subdir = src | |
| 41 DIST_COMMON = $(nobase_include_HEADERS) $(noinst_HEADERS) \ | |
| 42 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ | |
| 43 $(srcdir)/spandsp.h.in $(top_srcdir)/config-h.in | |
| 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 45 am__aclocal_m4_deps = $(top_srcdir)/config/ax_compiler_vendor.m4 \ | |
| 46 $(top_srcdir)/config/ax_check_real_file.m4 \ | |
| 47 $(top_srcdir)/config/ax_fixed_point_machine.m4 \ | |
| 48 $(top_srcdir)/config/ax_misaligned_access_fails.m4 \ | |
| 49 $(top_srcdir)/config/ax_c99_features.m4 \ | |
| 50 $(top_srcdir)/config/ax_check_export_capability.m4 \ | |
| 51 $(top_srcdir)/configure.ac | |
| 52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| 53 $(ACLOCAL_M4) | |
| 54 mkinstalldirs = $(install_sh) -d | |
| 55 CONFIG_HEADER = config.h | |
| 56 CONFIG_CLEAN_FILES = spandsp.h | |
| 57 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
| 58 am__vpath_adj = case $$p in \ | |
| 59 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 60 *) f=$$p;; \ | |
| 61 esac; | |
| 62 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; | |
| 63 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" \ | |
| 64 "$(DESTDIR)$(includedir)" | |
| 65 libLTLIBRARIES_INSTALL = $(INSTALL) | |
| 66 LTLIBRARIES = $(lib_LTLIBRARIES) | |
| 67 libspandsp_la_LIBADD = | |
| 68 am_libspandsp_la_OBJECTS = adsi.lo async.lo at_interpreter.lo awgn.lo \ | |
| 69 bell_r2_mf.lo bert.lo bit_operations.lo bitstream.lo \ | |
| 70 complex_filters.lo complex_vector_float.lo \ | |
| 71 complex_vector_int.lo crc.lo dds_float.lo dds_int.lo dtmf.lo \ | |
| 72 echo.lo fax.lo fax_modems.lo fsk.lo g711.lo g722.lo g726.lo \ | |
| 73 gsm0610_decode.lo gsm0610_encode.lo gsm0610_long_term.lo \ | |
| 74 gsm0610_lpc.lo gsm0610_preprocess.lo gsm0610_rpe.lo \ | |
| 75 gsm0610_short_term.lo hdlc.lo ima_adpcm.lo logging.lo \ | |
| 76 lpc10_analyse.lo lpc10_decode.lo lpc10_encode.lo \ | |
| 77 lpc10_placev.lo lpc10_voicing.lo modem_echo.lo \ | |
| 78 modem_connect_tones.lo noise.lo oki_adpcm.lo playout.lo plc.lo \ | |
| 79 power_meter.lo queue.lo schedule.lo sig_tone.lo silence_gen.lo \ | |
| 80 super_tone_rx.lo super_tone_tx.lo swept_tone.lo t4_rx.lo \ | |
| 81 t4_tx.lo t30.lo t30_api.lo t30_logging.lo t31.lo t35.lo \ | |
| 82 t38_core.lo t38_gateway.lo t38_non_ecm_buffer.lo \ | |
| 83 t38_terminal.lo testcpuid.lo time_scale.lo tone_detect.lo \ | |
| 84 tone_generate.lo v17rx.lo v17tx.lo v18.lo v22bis_rx.lo \ | |
| 85 v22bis_tx.lo v27ter_rx.lo v27ter_tx.lo v29rx.lo v29tx.lo \ | |
| 86 v42.lo v42bis.lo v8.lo vector_float.lo vector_int.lo | |
| 87 libspandsp_la_OBJECTS = $(am_libspandsp_la_OBJECTS) | |
| 88 DEFAULT_INCLUDES = -I. -I$(srcdir) -I. | |
| 89 depcomp = $(SHELL) $(top_srcdir)/config/depcomp | |
| 90 am__depfiles_maybe = depfiles | |
| 91 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
| 92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
| 93 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ | |
| 94 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |
| 95 $(AM_CFLAGS) $(CFLAGS) | |
| 96 CCLD = $(CC) | |
| 97 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |
| 98 $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
| 99 SOURCES = $(libspandsp_la_SOURCES) | |
| 100 DIST_SOURCES = $(libspandsp_la_SOURCES) | |
| 101 nobase_includeHEADERS_INSTALL = $(install_sh_DATA) | |
| 102 nodist_includeHEADERS_INSTALL = $(INSTALL_HEADER) | |
| 103 HEADERS = $(nobase_include_HEADERS) $(nodist_include_HEADERS) \ | |
| 104 $(noinst_HEADERS) | |
| 105 ETAGS = etags | |
| 106 CTAGS = ctags | |
| 107 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 108 ACLOCAL = @ACLOCAL@ | |
| 109 AMDEP_FALSE = @AMDEP_FALSE@ | |
| 110 AMDEP_TRUE = @AMDEP_TRUE@ | |
| 111 AMTAR = @AMTAR@ | |
| 112 AR = @AR@ | |
| 113 AUTOCONF = @AUTOCONF@ | |
| 114 AUTOHEADER = @AUTOHEADER@ | |
| 115 AUTOMAKE = @AUTOMAKE@ | |
| 116 AWK = @AWK@ | |
| 117 CC = @CC@ | |
| 118 CCDEPMODE = @CCDEPMODE@ | |
| 119 CC_FOR_BUILD = @CC_FOR_BUILD@ | |
| 120 CFLAGS = @CFLAGS@ | |
| 121 COMP_VENDOR_CFLAGS = @COMP_VENDOR_CFLAGS@ | |
| 122 COMP_VENDOR_LDFLAGS = @COMP_VENDOR_LDFLAGS@ | |
| 123 COND_DOC_FALSE = @COND_DOC_FALSE@ | |
| 124 COND_DOC_TRUE = @COND_DOC_TRUE@ | |
| 125 COND_MMX_FALSE = @COND_MMX_FALSE@ | |
| 126 COND_MMX_TRUE = @COND_MMX_TRUE@ | |
| 127 COND_SSE2_FALSE = @COND_SSE2_FALSE@ | |
| 128 COND_SSE2_TRUE = @COND_SSE2_TRUE@ | |
| 129 COND_SSE3_FALSE = @COND_SSE3_FALSE@ | |
| 130 COND_SSE3_TRUE = @COND_SSE3_TRUE@ | |
| 131 COND_SSE4A_FALSE = @COND_SSE4A_FALSE@ | |
| 132 COND_SSE4A_TRUE = @COND_SSE4A_TRUE@ | |
| 133 COND_SSE4_1_FALSE = @COND_SSE4_1_FALSE@ | |
| 134 COND_SSE4_1_TRUE = @COND_SSE4_1_TRUE@ | |
| 135 COND_SSE4_2_FALSE = @COND_SSE4_2_FALSE@ | |
| 136 COND_SSE4_2_TRUE = @COND_SSE4_2_TRUE@ | |
| 137 COND_SSE5_FALSE = @COND_SSE5_FALSE@ | |
| 138 COND_SSE5_TRUE = @COND_SSE5_TRUE@ | |
| 139 COND_SSE_FALSE = @COND_SSE_FALSE@ | |
| 140 COND_SSE_TRUE = @COND_SSE_TRUE@ | |
| 141 COND_SSSE3_FALSE = @COND_SSSE3_FALSE@ | |
| 142 COND_SSSE3_TRUE = @COND_SSSE3_TRUE@ | |
| 143 COND_TESTDATA_FALSE = @COND_TESTDATA_FALSE@ | |
| 144 COND_TESTDATA_TRUE = @COND_TESTDATA_TRUE@ | |
| 145 COND_TESTS_FALSE = @COND_TESTS_FALSE@ | |
| 146 COND_TESTS_TRUE = @COND_TESTS_TRUE@ | |
| 147 CPP = @CPP@ | |
| 148 CPPFLAGS = @CPPFLAGS@ | |
| 149 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ | |
| 150 CXX = @CXX@ | |
| 151 CXXCPP = @CXXCPP@ | |
| 152 CXXDEPMODE = @CXXDEPMODE@ | |
| 153 CXXFLAGS = @CXXFLAGS@ | |
| 154 CYGPATH_W = @CYGPATH_W@ | |
| 155 DEFS = @DEFS@ | |
| 156 DEPDIR = @DEPDIR@ | |
| 157 DSYMUTIL = @DSYMUTIL@ | |
| 158 ECHO = @ECHO@ | |
| 159 ECHO_C = @ECHO_C@ | |
| 160 ECHO_N = @ECHO_N@ | |
| 161 ECHO_T = @ECHO_T@ | |
| 162 EGREP = @EGREP@ | |
| 163 EXEEXT = @EXEEXT@ | |
| 164 F77 = @F77@ | |
| 165 FFLAGS = @FFLAGS@ | |
| 166 INSERT_INTTYPES_HEADER = @INSERT_INTTYPES_HEADER@ | |
| 167 INSERT_MATH_HEADER = @INSERT_MATH_HEADER@ | |
| 168 INSERT_STDINT_HEADER = @INSERT_STDINT_HEADER@ | |
| 169 INSERT_TGMATH_HEADER = @INSERT_TGMATH_HEADER@ | |
| 170 INSTALL_DATA = @INSTALL_DATA@ | |
| 171 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 172 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 174 LDFLAGS = @LDFLAGS@ | |
| 175 LIBOBJS = @LIBOBJS@ | |
| 176 LIBS = @LIBS@ | |
| 177 LIBTOOL = @LIBTOOL@ | |
| 178 LN_S = @LN_S@ | |
| 179 LTLIBOBJS = @LTLIBOBJS@ | |
| 180 MAKEINFO = @MAKEINFO@ | |
| 181 NMEDIT = @NMEDIT@ | |
| 182 OBJEXT = @OBJEXT@ | |
| 183 PACKAGE = @PACKAGE@ | |
| 184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 185 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 186 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 187 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 188 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 189 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 190 RANLIB = @RANLIB@ | |
| 191 SED = @SED@ | |
| 192 SET_MAKE = @SET_MAKE@ | |
| 193 SHELL = @SHELL@ | |
| 194 SIMLIBS = @SIMLIBS@ | |
| 195 SPANDSP_LT_AGE = @SPANDSP_LT_AGE@ | |
| 196 SPANDSP_LT_CURRENT = @SPANDSP_LT_CURRENT@ | |
| 197 SPANDSP_LT_REVISION = @SPANDSP_LT_REVISION@ | |
| 198 SPANDSP_MISALIGNED_ACCESS_FAILS = @SPANDSP_MISALIGNED_ACCESS_FAILS@ | |
| 199 SPANDSP_USE_EXPORT_CAPABILITY = @SPANDSP_USE_EXPORT_CAPABILITY@ | |
| 200 SPANDSP_USE_FIXED_POINT = @SPANDSP_USE_FIXED_POINT@ | |
| 201 STRIP = @STRIP@ | |
| 202 TESTLIBS = @TESTLIBS@ | |
| 203 VERSION = @VERSION@ | |
| 204 ac_ct_AR = @ac_ct_AR@ | |
| 205 ac_ct_CC = @ac_ct_CC@ | |
| 206 ac_ct_CXX = @ac_ct_CXX@ | |
| 207 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@ | |
| 208 ac_ct_F77 = @ac_ct_F77@ | |
| 209 ac_ct_NMEDIT = @ac_ct_NMEDIT@ | |
| 210 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
| 211 ac_ct_STRIP = @ac_ct_STRIP@ | |
| 212 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
| 213 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
| 214 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | |
| 215 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | |
| 216 am__include = @am__include@ | |
| 217 am__leading_dot = @am__leading_dot@ | |
| 218 am__quote = @am__quote@ | |
| 219 am__tar = @am__tar@ | |
| 220 am__untar = @am__untar@ | |
| 221 bindir = @bindir@ | |
| 222 build = @build@ | |
| 223 build_alias = @build_alias@ | |
| 224 build_cpu = @build_cpu@ | |
| 225 build_os = @build_os@ | |
| 226 build_vendor = @build_vendor@ | |
| 227 datadir = @datadir@ | |
| 228 exec_prefix = @exec_prefix@ | |
| 229 host = @host@ | |
| 230 host_alias = @host_alias@ | |
| 231 host_cpu = @host_cpu@ | |
| 232 host_os = @host_os@ | |
| 233 host_vendor = @host_vendor@ | |
| 234 includedir = @includedir@ | |
| 235 infodir = @infodir@ | |
| 236 install_sh = @install_sh@ | |
| 237 libdir = @libdir@ | |
| 238 libexecdir = @libexecdir@ | |
| 239 localstatedir = @localstatedir@ | |
| 240 mandir = @mandir@ | |
| 241 mkdir_p = @mkdir_p@ | |
| 242 oldincludedir = @oldincludedir@ | |
| 243 prefix = @prefix@ | |
| 244 program_transform_name = @program_transform_name@ | |
| 245 sbindir = @sbindir@ | |
| 246 sharedstatedir = @sharedstatedir@ | |
| 247 sysconfdir = @sysconfdir@ | |
| 248 target_alias = @target_alias@ | |
| 249 AM_CFLAGS = $(COMP_VENDOR_CFLAGS) | |
| 250 AM_LDFLAGS = $(COMP_VENDOR_LDFLAGS) | |
| 251 MAINTAINERCLEANFILES = Makefile.in | |
| 252 DISTCLEANFILES = $(srcdir)/at_interpreter_dictionary.h \ | |
| 253 $(srcdir)/v17_v32bis_rx_fixed_rrc.h \ | |
| 254 $(srcdir)/v17_v32bis_rx_floating_rrc.h \ | |
| 255 $(srcdir)/v17_v32bis_tx_fixed_rrc.h \ | |
| 256 $(srcdir)/v17_v32bis_tx_floating_rrc.h \ | |
| 257 $(srcdir)/v22bis_rx_1200_fixed_rrc.h \ | |
| 258 $(srcdir)/v22bis_rx_2400_fixed_rrc.h \ | |
| 259 $(srcdir)/v22bis_rx_1200_floating_rrc.h \ | |
| 260 $(srcdir)/v22bis_rx_2400_floating_rrc.h \ | |
| 261 $(srcdir)/v22bis_tx_fixed_rrc.h \ | |
| 262 $(srcdir)/v22bis_tx_floating_rrc.h \ | |
| 263 $(srcdir)/v27ter_rx_2400_fixed_rrc.h \ | |
| 264 $(srcdir)/v27ter_rx_4800_fixed_rrc.h \ | |
| 265 $(srcdir)/v27ter_rx_2400_floating_rrc.h \ | |
| 266 $(srcdir)/v27ter_rx_4800_floating_rrc.h \ | |
| 267 $(srcdir)/v27ter_tx_2400_fixed_rrc.h \ | |
| 268 $(srcdir)/v27ter_tx_4800_fixed_rrc.h \ | |
| 269 $(srcdir)/v27ter_tx_2400_floating_rrc.h \ | |
| 270 $(srcdir)/v27ter_tx_4800_floating_rrc.h \ | |
| 271 $(srcdir)/v29rx_fixed_rrc.h \ | |
| 272 $(srcdir)/v29rx_floating_rrc.h \ | |
| 273 $(srcdir)/v29tx_fixed_rrc.h \ | |
| 274 $(srcdir)/v29tx_floating_rrc.h | |
| 275 | |
| 276 EXTRA_DIST = floating_fudge.h \ | |
| 277 libspandsp.dsp \ | |
| 278 libspandsp.2005.sln \ | |
| 279 libspandsp.2008.sln \ | |
| 280 libspandsp.2005.vcproj \ | |
| 281 libspandsp.2008.vcproj \ | |
| 282 libtiff.2005.vcproj \ | |
| 283 libtiff.2008.vcproj \ | |
| 284 filter_tools.c \ | |
| 285 make_at_dictionary.c \ | |
| 286 make_modem_filter.c \ | |
| 287 msvc/config.h \ | |
| 288 msvc/Download_TIFF.2005.vcproj \ | |
| 289 msvc/Download_TIFF.2008.vcproj \ | |
| 290 msvc/getopt.c \ | |
| 291 msvc/gettimeofday.c \ | |
| 292 msvc/inttypes.h \ | |
| 293 msvc/make_at_dictionary.2005.vcproj \ | |
| 294 msvc/make_at_dictionary.2008.vcproj \ | |
| 295 msvc/make_modem_filter.2005.vcproj \ | |
| 296 msvc/make_modem_filter.2008.vcproj \ | |
| 297 msvc/msvcproj.head \ | |
| 298 msvc/msvcproj.foot \ | |
| 299 msvc/spandsp.h \ | |
| 300 msvc/tgmath.h \ | |
| 301 msvc/tiff/cleancount \ | |
| 302 msvc/unistd.h \ | |
| 303 msvc/util.vbs \ | |
| 304 msvc/vc8proj.foot \ | |
| 305 msvc/vc8proj.head \ | |
| 306 msvc/vc9proj.foot \ | |
| 307 msvc/vc9proj.head \ | |
| 308 msvc/sys/time.h \ | |
| 309 spandsp/private/README \ | |
| 310 spandsp/version.h.in | |
| 311 | |
| 312 INCLUDES = -I$(top_builddir) | |
| 313 lib_LTLIBRARIES = libspandsp.la | |
| 314 libspandsp_la_SOURCES = adsi.c \ | |
| 315 async.c \ | |
| 316 at_interpreter.c \ | |
| 317 awgn.c \ | |
| 318 bell_r2_mf.c \ | |
| 319 bert.c \ | |
| 320 bit_operations.c \ | |
| 321 bitstream.c \ | |
| 322 complex_filters.c \ | |
| 323 complex_vector_float.c \ | |
| 324 complex_vector_int.c \ | |
| 325 crc.c \ | |
| 326 dds_float.c \ | |
| 327 dds_int.c \ | |
| 328 dtmf.c \ | |
| 329 echo.c \ | |
| 330 fax.c \ | |
| 331 fax_modems.c \ | |
| 332 fsk.c \ | |
| 333 g711.c \ | |
| 334 g722.c \ | |
| 335 g726.c \ | |
| 336 gsm0610_decode.c \ | |
| 337 gsm0610_encode.c \ | |
| 338 gsm0610_long_term.c \ | |
| 339 gsm0610_lpc.c \ | |
| 340 gsm0610_preprocess.c \ | |
| 341 gsm0610_rpe.c \ | |
| 342 gsm0610_short_term.c \ | |
| 343 hdlc.c \ | |
| 344 ima_adpcm.c \ | |
| 345 logging.c \ | |
| 346 lpc10_analyse.c \ | |
| 347 lpc10_decode.c \ | |
| 348 lpc10_encode.c \ | |
| 349 lpc10_placev.c \ | |
| 350 lpc10_voicing.c \ | |
| 351 modem_echo.c \ | |
| 352 modem_connect_tones.c \ | |
| 353 noise.c \ | |
| 354 oki_adpcm.c \ | |
| 355 playout.c \ | |
| 356 plc.c \ | |
| 357 power_meter.c \ | |
| 358 queue.c \ | |
| 359 schedule.c \ | |
| 360 sig_tone.c \ | |
| 361 silence_gen.c \ | |
| 362 super_tone_rx.c \ | |
| 363 super_tone_tx.c \ | |
| 364 swept_tone.c \ | |
| 365 t4_rx.c \ | |
| 366 t4_tx.c \ | |
| 367 t30.c \ | |
| 368 t30_api.c \ | |
| 369 t30_logging.c \ | |
| 370 t31.c \ | |
| 371 t35.c \ | |
| 372 t38_core.c \ | |
| 373 t38_gateway.c \ | |
| 374 t38_non_ecm_buffer.c \ | |
| 375 t38_terminal.c \ | |
| 376 testcpuid.c \ | |
| 377 time_scale.c \ | |
| 378 tone_detect.c \ | |
| 379 tone_generate.c \ | |
| 380 v17rx.c \ | |
| 381 v17tx.c \ | |
| 382 v18.c \ | |
| 383 v22bis_rx.c \ | |
| 384 v22bis_tx.c \ | |
| 385 v27ter_rx.c \ | |
| 386 v27ter_tx.c \ | |
| 387 v29rx.c \ | |
| 388 v29tx.c \ | |
| 389 v42.c \ | |
| 390 v42bis.c \ | |
| 391 v8.c \ | |
| 392 vector_float.c \ | |
| 393 vector_int.c | |
| 394 | |
| 395 libspandsp_la_LDFLAGS = -version-info @SPANDSP_LT_CURRENT@:@SPANDSP_LT_REVISION@:@SPANDSP_LT_AGE@ $(COMP_VENDOR_LDFLAGS) | |
| 396 nobase_include_HEADERS = spandsp/adsi.h \ | |
| 397 spandsp/async.h \ | |
| 398 spandsp/arctan2.h \ | |
| 399 spandsp/at_interpreter.h \ | |
| 400 spandsp/awgn.h \ | |
| 401 spandsp/bell_r2_mf.h \ | |
| 402 spandsp/bert.h \ | |
| 403 spandsp/biquad.h \ | |
| 404 spandsp/bit_operations.h \ | |
| 405 spandsp/bitstream.h \ | |
| 406 spandsp/crc.h \ | |
| 407 spandsp/complex.h \ | |
| 408 spandsp/complex_filters.h \ | |
| 409 spandsp/complex_vector_float.h \ | |
| 410 spandsp/complex_vector_int.h \ | |
| 411 spandsp/dc_restore.h \ | |
| 412 spandsp/dds.h \ | |
| 413 spandsp/dtmf.h \ | |
| 414 spandsp/echo.h \ | |
| 415 spandsp/fast_convert.h \ | |
| 416 spandsp/fax.h \ | |
| 417 spandsp/fax_modems.h \ | |
| 418 spandsp/fir.h \ | |
| 419 spandsp/fsk.h \ | |
| 420 spandsp/g168models.h \ | |
| 421 spandsp/g711.h \ | |
| 422 spandsp/g722.h \ | |
| 423 spandsp/g726.h \ | |
| 424 spandsp/gsm0610.h \ | |
| 425 spandsp/hdlc.h \ | |
| 426 spandsp/ima_adpcm.h \ | |
| 427 spandsp/logging.h \ | |
| 428 spandsp/lpc10.h \ | |
| 429 spandsp/modem_echo.h \ | |
| 430 spandsp/modem_connect_tones.h \ | |
| 431 spandsp/noise.h \ | |
| 432 spandsp/oki_adpcm.h \ | |
| 433 spandsp/playout.h \ | |
| 434 spandsp/plc.h \ | |
| 435 spandsp/power_meter.h \ | |
| 436 spandsp/queue.h \ | |
| 437 spandsp/saturated.h \ | |
| 438 spandsp/schedule.h \ | |
| 439 spandsp/sig_tone.h \ | |
| 440 spandsp/silence_gen.h \ | |
| 441 spandsp/super_tone_rx.h \ | |
| 442 spandsp/super_tone_tx.h \ | |
| 443 spandsp/swept_tone.h \ | |
| 444 spandsp/t4_rx.h \ | |
| 445 spandsp/t4_tx.h \ | |
| 446 spandsp/t30.h \ | |
| 447 spandsp/t30_api.h \ | |
| 448 spandsp/t30_fcf.h \ | |
| 449 spandsp/t30_logging.h \ | |
| 450 spandsp/t31.h \ | |
| 451 spandsp/t35.h \ | |
| 452 spandsp/t38_core.h \ | |
| 453 spandsp/t38_gateway.h \ | |
| 454 spandsp/t38_non_ecm_buffer.h \ | |
| 455 spandsp/t38_terminal.h \ | |
| 456 spandsp/telephony.h \ | |
| 457 spandsp/time_scale.h \ | |
| 458 spandsp/timing.h \ | |
| 459 spandsp/tone_detect.h \ | |
| 460 spandsp/tone_generate.h \ | |
| 461 spandsp/v17rx.h \ | |
| 462 spandsp/v17tx.h \ | |
| 463 spandsp/v18.h \ | |
| 464 spandsp/v22bis.h \ | |
| 465 spandsp/v27ter_rx.h \ | |
| 466 spandsp/v27ter_tx.h \ | |
| 467 spandsp/v29rx.h \ | |
| 468 spandsp/v29tx.h \ | |
| 469 spandsp/v42.h \ | |
| 470 spandsp/v42bis.h \ | |
| 471 spandsp/v8.h \ | |
| 472 spandsp/vector_float.h \ | |
| 473 spandsp/vector_int.h \ | |
| 474 spandsp/version.h \ | |
| 475 spandsp/private/adsi.h \ | |
| 476 spandsp/private/async.h \ | |
| 477 spandsp/private/at_interpreter.h \ | |
| 478 spandsp/private/awgn.h \ | |
| 479 spandsp/private/bell_r2_mf.h \ | |
| 480 spandsp/private/bert.h \ | |
| 481 spandsp/private/bitstream.h \ | |
| 482 spandsp/private/dtmf.h \ | |
| 483 spandsp/private/echo.h \ | |
| 484 spandsp/private/fax.h \ | |
| 485 spandsp/private/fax_modems.h \ | |
| 486 spandsp/private/fsk.h \ | |
| 487 spandsp/private/g711.h \ | |
| 488 spandsp/private/g722.h \ | |
| 489 spandsp/private/g726.h \ | |
| 490 spandsp/private/gsm0610.h \ | |
| 491 spandsp/private/hdlc.h \ | |
| 492 spandsp/private/ima_adpcm.h \ | |
| 493 spandsp/private/logging.h \ | |
| 494 spandsp/private/lpc10.h \ | |
| 495 spandsp/private/modem_connect_tones.h \ | |
| 496 spandsp/private/modem_echo.h \ | |
| 497 spandsp/private/noise.h \ | |
| 498 spandsp/private/oki_adpcm.h \ | |
| 499 spandsp/private/queue.h \ | |
| 500 spandsp/private/schedule.h \ | |
| 501 spandsp/private/sig_tone.h \ | |
| 502 spandsp/private/silence_gen.h \ | |
| 503 spandsp/private/super_tone_rx.h \ | |
| 504 spandsp/private/super_tone_tx.h \ | |
| 505 spandsp/private/swept_tone.h \ | |
| 506 spandsp/private/t30.h \ | |
| 507 spandsp/private/t30_dis_dtc_dcs_bits.h \ | |
| 508 spandsp/private/t31.h \ | |
| 509 spandsp/private/t38_core.h \ | |
| 510 spandsp/private/t38_gateway.h \ | |
| 511 spandsp/private/t38_non_ecm_buffer.h \ | |
| 512 spandsp/private/t38_terminal.h \ | |
| 513 spandsp/private/t4_rx.h \ | |
| 514 spandsp/private/t4_tx.h \ | |
| 515 spandsp/private/time_scale.h \ | |
| 516 spandsp/private/tone_detect.h \ | |
| 517 spandsp/private/tone_generate.h \ | |
| 518 spandsp/private/v17rx.h \ | |
| 519 spandsp/private/v17tx.h \ | |
| 520 spandsp/private/v18.h \ | |
| 521 spandsp/private/v22bis.h \ | |
| 522 spandsp/private/v27ter_rx.h \ | |
| 523 spandsp/private/v27ter_tx.h \ | |
| 524 spandsp/private/v29rx.h \ | |
| 525 spandsp/private/v29tx.h \ | |
| 526 spandsp/private/v42.h \ | |
| 527 spandsp/private/v42bis.h \ | |
| 528 spandsp/private/v8.h \ | |
| 529 spandsp/expose.h | |
| 530 | |
| 531 nodist_include_HEADERS = spandsp.h | |
| 532 noinst_HEADERS = faxfont.h \ | |
| 533 filter_tools.h \ | |
| 534 gsm0610_local.h \ | |
| 535 lpc10_encdecs.h \ | |
| 536 mmx_sse_decs.h \ | |
| 537 t30_local.h \ | |
| 538 t4_t6_decode_states.h \ | |
| 539 v17_v32bis_rx_constellation_maps.h \ | |
| 540 v17_v32bis_tx_constellation_maps.h \ | |
| 541 v29tx_constellation_maps.h | |
| 542 | |
| 543 DSP = libspandsp.dsp | |
| 544 VCPROJ8 = libspandsp.2005.vcproj | |
| 545 VCPROJ9 = libspandsp.2008.vcproj | |
| 546 WIN32SOURCES = $(libspandsp_la_SOURCES) .\\msvc\\gettimeofday.c | |
| 547 WIN32HEADERS = $(nobase_include_HEADERS) spandsp.h | |
| 548 DSPOUT = | awk '{printf("%s\r\n", $$0)}' >> $(DSP) | |
| 549 VCPROJOUT8 = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ8) | |
| 550 VCPROJOUT9 = | awk '{printf("%s\r\n", $$0)}' >> $(VCPROJ9) | |
| 551 all: config.h | |
| 552 $(MAKE) $(AM_MAKEFLAGS) all-am | |
| 553 | |
| 554 .SUFFIXES: | |
| 555 .SUFFIXES: .c .lo .o .obj | |
| 556 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
| 557 @for dep in $?; do \ | |
| 558 case '$(am__configure_deps)' in \ | |
| 559 *$$dep*) \ | |
| 560 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | |
| 561 && exit 0; \ | |
| 562 exit 1;; \ | |
| 563 esac; \ | |
| 564 done; \ | |
| 565 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ | |
| 566 cd $(top_srcdir) && \ | |
| 567 $(AUTOMAKE) --gnu src/Makefile | |
| 568 .PRECIOUS: Makefile | |
| 569 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 570 @case '$?' in \ | |
| 571 *config.status*) \ | |
| 572 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
| 573 *) \ | |
| 574 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
| 575 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
| 576 esac; | |
| 577 | |
| 578 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| 579 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 580 | |
| 581 $(top_srcdir)/configure: $(am__configure_deps) | |
| 582 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 583 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
| 584 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 585 | |
| 586 config.h: stamp-h1 | |
| 587 @if test ! -f $@; then \ | |
| 588 rm -f stamp-h1; \ | |
| 589 $(MAKE) stamp-h1; \ | |
| 590 else :; fi | |
| 591 | |
| 592 stamp-h1: $(top_srcdir)/config-h.in $(top_builddir)/config.status | |
| 593 @rm -f stamp-h1 | |
| 594 cd $(top_builddir) && $(SHELL) ./config.status src/config.h | |
| 595 $(top_srcdir)/config-h.in: $(am__configure_deps) | |
| 596 cd $(top_srcdir) && $(AUTOHEADER) | |
| 597 rm -f stamp-h1 | |
| 598 touch $@ | |
| 599 | |
| 600 distclean-hdr: | |
| 601 -rm -f config.h stamp-h1 | |
| 602 spandsp.h: $(top_builddir)/config.status $(srcdir)/spandsp.h.in | |
| 603 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ | |
| 604 install-libLTLIBRARIES: $(lib_LTLIBRARIES) | |
| 605 @$(NORMAL_INSTALL) | |
| 606 test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" | |
| 607 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
| 608 if test -f $$p; then \ | |
| 609 f=$(am__strip_dir) \ | |
| 610 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ | |
| 611 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ | |
| 612 else :; fi; \ | |
| 613 done | |
| 614 | |
| 615 uninstall-libLTLIBRARIES: | |
| 616 @$(NORMAL_UNINSTALL) | |
| 617 @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
| 618 p=$(am__strip_dir) \ | |
| 619 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ | |
| 620 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ | |
| 621 done | |
| 622 | |
| 623 clean-libLTLIBRARIES: | |
| 624 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |
| 625 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |
| 626 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |
| 627 test "$$dir" != "$$p" || dir=.; \ | |
| 628 echo "rm -f \"$${dir}/so_locations\""; \ | |
| 629 rm -f "$${dir}/so_locations"; \ | |
| 630 done | |
| 631 libspandsp.la: $(libspandsp_la_OBJECTS) $(libspandsp_la_DEPENDENCIES) | |
| 632 $(LINK) -rpath $(libdir) $(libspandsp_la_LDFLAGS) $(libspandsp_la_OBJECTS) $(libspandsp_la_LIBADD) $(LIBS) | |
| 633 | |
| 634 mostlyclean-compile: | |
| 635 -rm -f *.$(OBJEXT) | |
| 636 | |
| 637 distclean-compile: | |
| 638 -rm -f *.tab.c | |
| 639 | |
| 640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adsi.Plo@am__quote@ | |
| 641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/async.Plo@am__quote@ | |
| 642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/at_interpreter.Plo@am__quote@ | |
| 643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/awgn.Plo@am__quote@ | |
| 644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bell_r2_mf.Plo@am__quote@ | |
| 645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bert.Plo@am__quote@ | |
| 646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bit_operations.Plo@am__quote@ | |
| 647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitstream.Plo@am__quote@ | |
| 648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complex_filters.Plo@am__quote@ | |
| 649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complex_vector_float.Plo@am__quote@ | |
| 650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/complex_vector_int.Plo@am__quote@ | |
| 651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc.Plo@am__quote@ | |
| 652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dds_float.Plo@am__quote@ | |
| 653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dds_int.Plo@am__quote@ | |
| 654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dtmf.Plo@am__quote@ | |
| 655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/echo.Plo@am__quote@ | |
| 656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fax.Plo@am__quote@ | |
| 657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fax_modems.Plo@am__quote@ | |
| 658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsk.Plo@am__quote@ | |
| 659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g711.Plo@am__quote@ | |
| 660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g722.Plo@am__quote@ | |
| 661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g726.Plo@am__quote@ | |
| 662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_decode.Plo@am__quote@ | |
| 663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_encode.Plo@am__quote@ | |
| 664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_long_term.Plo@am__quote@ | |
| 665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_lpc.Plo@am__quote@ | |
| 666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_preprocess.Plo@am__quote@ | |
| 667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_rpe.Plo@am__quote@ | |
| 668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm0610_short_term.Plo@am__quote@ | |
| 669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hdlc.Plo@am__quote@ | |
| 670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ima_adpcm.Plo@am__quote@ | |
| 671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logging.Plo@am__quote@ | |
| 672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc10_analyse.Plo@am__quote@ | |
| 673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc10_decode.Plo@am__quote@ | |
| 674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc10_encode.Plo@am__quote@ | |
| 675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc10_placev.Plo@am__quote@ | |
| 676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc10_voicing.Plo@am__quote@ | |
| 677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modem_connect_tones.Plo@am__quote@ | |
| 678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modem_echo.Plo@am__quote@ | |
| 679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/noise.Plo@am__quote@ | |
| 680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oki_adpcm.Plo@am__quote@ | |
| 681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playout.Plo@am__quote@ | |
| 682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plc.Plo@am__quote@ | |
| 683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/power_meter.Plo@am__quote@ | |
| 684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Plo@am__quote@ | |
| 685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Plo@am__quote@ | |
| 686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig_tone.Plo@am__quote@ | |
| 687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/silence_gen.Plo@am__quote@ | |
| 688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/super_tone_rx.Plo@am__quote@ | |
| 689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/super_tone_tx.Plo@am__quote@ | |
| 690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/swept_tone.Plo@am__quote@ | |
| 691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t30.Plo@am__quote@ | |
| 692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t30_api.Plo@am__quote@ | |
| 693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t30_logging.Plo@am__quote@ | |
| 694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t31.Plo@am__quote@ | |
| 695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t35.Plo@am__quote@ | |
| 696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t38_core.Plo@am__quote@ | |
| 697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t38_gateway.Plo@am__quote@ | |
| 698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t38_non_ecm_buffer.Plo@am__quote@ | |
| 699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t38_terminal.Plo@am__quote@ | |
| 700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t4_rx.Plo@am__quote@ | |
| 701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t4_tx.Plo@am__quote@ | |
| 702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testcpuid.Plo@am__quote@ | |
| 703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_scale.Plo@am__quote@ | |
| 704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone_detect.Plo@am__quote@ | |
| 705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone_generate.Plo@am__quote@ | |
| 706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v17rx.Plo@am__quote@ | |
| 707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v17tx.Plo@am__quote@ | |
| 708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v18.Plo@am__quote@ | |
| 709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v22bis_rx.Plo@am__quote@ | |
| 710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v22bis_tx.Plo@am__quote@ | |
| 711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v27ter_rx.Plo@am__quote@ | |
| 712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v27ter_tx.Plo@am__quote@ | |
| 713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v29rx.Plo@am__quote@ | |
| 714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v29tx.Plo@am__quote@ | |
| 715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v42.Plo@am__quote@ | |
| 716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v42bis.Plo@am__quote@ | |
| 717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v8.Plo@am__quote@ | |
| 718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector_float.Plo@am__quote@ | |
| 719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vector_int.Plo@am__quote@ | |
| 720 | |
| 721 .c.o: | |
| 722 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
| 723 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| 724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| 725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| 726 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
| 727 | |
| 728 .c.obj: | |
| 729 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ | |
| 730 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| 731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | |
| 732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| 733 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
| 734 | |
| 735 .c.lo: | |
| 736 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ | |
| 737 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi | |
| 738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |
| 739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
| 740 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | |
| 741 | |
| 742 mostlyclean-libtool: | |
| 743 -rm -f *.lo | |
| 744 | |
| 745 clean-libtool: | |
| 746 -rm -rf .libs _libs | |
| 747 | |
| 748 distclean-libtool: | |
| 749 -rm -f libtool | |
| 750 uninstall-info-am: | |
| 751 install-nobase_includeHEADERS: $(nobase_include_HEADERS) | |
| 752 @$(NORMAL_INSTALL) | |
| 753 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" | |
| 754 @$(am__vpath_adj_setup) \ | |
| 755 list='$(nobase_include_HEADERS)'; for p in $$list; do \ | |
| 756 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| 757 $(am__vpath_adj) \ | |
| 758 echo " $(nobase_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ | |
| 759 $(nobase_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ | |
| 760 done | |
| 761 | |
| 762 uninstall-nobase_includeHEADERS: | |
| 763 @$(NORMAL_UNINSTALL) | |
| 764 @$(am__vpath_adj_setup) \ | |
| 765 list='$(nobase_include_HEADERS)'; for p in $$list; do \ | |
| 766 $(am__vpath_adj) \ | |
| 767 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ | |
| 768 rm -f "$(DESTDIR)$(includedir)/$$f"; \ | |
| 769 done | |
| 770 install-nodist_includeHEADERS: $(nodist_include_HEADERS) | |
| 771 @$(NORMAL_INSTALL) | |
| 772 test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)" | |
| 773 @list='$(nodist_include_HEADERS)'; for p in $$list; do \ | |
| 774 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| 775 f=$(am__strip_dir) \ | |
| 776 echo " $(nodist_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \ | |
| 777 $(nodist_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \ | |
| 778 done | |
| 779 | |
| 780 uninstall-nodist_includeHEADERS: | |
| 781 @$(NORMAL_UNINSTALL) | |
| 782 @list='$(nodist_include_HEADERS)'; for p in $$list; do \ | |
| 783 f=$(am__strip_dir) \ | |
| 784 echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \ | |
| 785 rm -f "$(DESTDIR)$(includedir)/$$f"; \ | |
| 786 done | |
| 787 | |
| 788 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| 789 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 790 unique=`for i in $$list; do \ | |
| 791 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 792 done | \ | |
| 793 $(AWK) ' { files[$$0] = 1; } \ | |
| 794 END { for (i in files) print i; }'`; \ | |
| 795 mkid -fID $$unique | |
| 796 tags: TAGS | |
| 797 | |
| 798 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 799 $(TAGS_FILES) $(LISP) | |
| 800 tags=; \ | |
| 801 here=`pwd`; \ | |
| 802 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 803 unique=`for i in $$list; do \ | |
| 804 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 805 done | \ | |
| 806 $(AWK) ' { files[$$0] = 1; } \ | |
| 807 END { for (i in files) print i; }'`; \ | |
| 808 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
| 809 test -n "$$unique" || unique=$$empty_fix; \ | |
| 810 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 811 $$tags $$unique; \ | |
| 812 fi | |
| 813 ctags: CTAGS | |
| 814 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 815 $(TAGS_FILES) $(LISP) | |
| 816 tags=; \ | |
| 817 here=`pwd`; \ | |
| 818 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 819 unique=`for i in $$list; do \ | |
| 820 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 821 done | \ | |
| 822 $(AWK) ' { files[$$0] = 1; } \ | |
| 823 END { for (i in files) print i; }'`; \ | |
| 824 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
| 825 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 826 $$tags $$unique | |
| 827 | |
| 828 GTAGS: | |
| 829 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 830 && cd $(top_srcdir) \ | |
| 831 && gtags -i $(GTAGS_ARGS) $$here | |
| 832 | |
| 833 distclean-tags: | |
| 834 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 835 | |
| 836 distdir: $(DISTFILES) | |
| 837 $(mkdir_p) $(distdir)/.. $(distdir)/msvc $(distdir)/msvc/sys $(distdir)/msvc/tiff $(distdir)/spandsp $(distdir)/spandsp/private | |
| 838 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
| 839 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
| 840 list='$(DISTFILES)'; for file in $$list; do \ | |
| 841 case $$file in \ | |
| 842 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 843 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
| 844 esac; \ | |
| 845 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 846 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 847 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
| 848 dir="/$$dir"; \ | |
| 849 $(mkdir_p) "$(distdir)$$dir"; \ | |
| 850 else \ | |
| 851 dir=''; \ | |
| 852 fi; \ | |
| 853 if test -d $$d/$$file; then \ | |
| 854 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 855 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
| 856 fi; \ | |
| 857 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
| 858 else \ | |
| 859 test -f $(distdir)/$$file \ | |
| 860 || cp -p $$d/$$file $(distdir)/$$file \ | |
| 861 || exit 1; \ | |
| 862 fi; \ | |
| 863 done | |
| 864 $(MAKE) $(AM_MAKEFLAGS) \ | |
| 865 top_distdir="$(top_distdir)" distdir="$(distdir)" \ | |
| 866 dist-hook | |
| 867 check-am: all-am | |
| 868 check: check-am | |
| 869 all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h | |
| 870 installdirs: | |
| 871 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \ | |
| 872 test -z "$$dir" || $(mkdir_p) "$$dir"; \ | |
| 873 done | |
| 874 install: install-am | |
| 875 install-exec: install-exec-am | |
| 876 install-data: install-data-am | |
| 877 uninstall: uninstall-am | |
| 878 | |
| 879 install-am: all-am | |
| 880 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 881 | |
| 882 installcheck: installcheck-am | |
| 883 install-strip: | |
| 884 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 885 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 886 `test -z '$(STRIP)' || \ | |
| 887 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 888 mostlyclean-generic: | |
| 889 | |
| 890 clean-generic: | |
| 891 | |
| 892 distclean-generic: | |
| 893 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 894 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) | |
| 895 | |
| 896 maintainer-clean-generic: | |
| 897 @echo "This command is intended for maintainers to use" | |
| 898 @echo "it deletes files that may require special tools to rebuild." | |
| 899 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | |
| 900 clean: clean-am | |
| 901 | |
| 902 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ | |
| 903 mostlyclean-am | |
| 904 | |
| 905 distclean: distclean-am | |
| 906 -rm -rf ./$(DEPDIR) | |
| 907 -rm -f Makefile | |
| 908 distclean-am: clean-am distclean-compile distclean-generic \ | |
| 909 distclean-hdr distclean-libtool distclean-tags | |
| 910 | |
| 911 dvi: dvi-am | |
| 912 | |
| 913 dvi-am: | |
| 914 | |
| 915 html: html-am | |
| 916 | |
| 917 info: info-am | |
| 918 | |
| 919 info-am: | |
| 920 | |
| 921 install-data-am: install-nobase_includeHEADERS \ | |
| 922 install-nodist_includeHEADERS | |
| 923 | |
| 924 install-exec-am: install-libLTLIBRARIES | |
| 925 | |
| 926 install-info: install-info-am | |
| 927 | |
| 928 install-man: | |
| 929 | |
| 930 installcheck-am: | |
| 931 | |
| 932 maintainer-clean: maintainer-clean-am | |
| 933 -rm -rf ./$(DEPDIR) | |
| 934 -rm -f Makefile | |
| 935 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 936 | |
| 937 mostlyclean: mostlyclean-am | |
| 938 | |
| 939 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | |
| 940 mostlyclean-libtool | |
| 941 | |
| 942 pdf: pdf-am | |
| 943 | |
| 944 pdf-am: | |
| 945 | |
| 946 ps: ps-am | |
| 947 | |
| 948 ps-am: | |
| 949 | |
| 950 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \ | |
| 951 uninstall-nobase_includeHEADERS \ | |
| 952 uninstall-nodist_includeHEADERS | |
| 953 | |
| 954 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
| 955 clean-libLTLIBRARIES clean-libtool ctags dist-hook distclean \ | |
| 956 distclean-compile distclean-generic distclean-hdr \ | |
| 957 distclean-libtool distclean-tags distdir dvi dvi-am html \ | |
| 958 html-am info info-am install install-am install-data \ | |
| 959 install-data-am install-exec install-exec-am install-info \ | |
| 960 install-info-am install-libLTLIBRARIES install-man \ | |
| 961 install-nobase_includeHEADERS install-nodist_includeHEADERS \ | |
| 962 install-strip installcheck installcheck-am installdirs \ | |
| 963 maintainer-clean maintainer-clean-generic mostlyclean \ | |
| 964 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |
| 965 pdf pdf-am ps ps-am tags uninstall uninstall-am \ | |
| 966 uninstall-info-am uninstall-libLTLIBRARIES \ | |
| 967 uninstall-nobase_includeHEADERS \ | |
| 968 uninstall-nodist_includeHEADERS | |
| 969 | |
| 970 | |
| 971 make_at_dictionary$(EXEEXT): $(top_srcdir)/src/make_at_dictionary.c | |
| 972 $(CC_FOR_BUILD) -o make_at_dictionary$(EXEEXT) $(top_srcdir)/src/make_at_dictionary.c -DHAVE_CONFIG_H -I$(top_builddir)/src | |
| 973 | |
| 974 make_modem_filter$(EXEEXT): $(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c | |
| 975 $(CC_FOR_BUILD) -o make_modem_filter$(EXEEXT) $(top_srcdir)/src/make_modem_filter.c $(top_srcdir)/src/filter_tools.c -DHAVE_CONFIG_H -I$(top_builddir)/src -lm | |
| 976 | |
| 977 # We need to run make_at_dictionary, so it generates the | |
| 978 # at_interpreter_dictionary.h file | |
| 979 | |
| 980 at_interpreter.$(OBJEXT): at_interpreter_dictionary.h | |
| 981 | |
| 982 at_interpreter.lo: at_interpreter_dictionary.h | |
| 983 | |
| 984 at_interpreter_dictionary.h: make_at_dictionary$(EXEEXT) | |
| 985 ./make_at_dictionary$(EXEEXT) >at_interpreter_dictionary.h | |
| 986 | |
| 987 t4.$(OBJEXT): spandsp/version.h | |
| 988 | |
| 989 t4.lo: spandsp/version.h | |
| 990 | |
| 991 v17rx.$(OBJEXT): v17_v32bis_rx_fixed_rrc.h v17_v32bis_rx_floating_rrc.h | |
| 992 | |
| 993 v17rx.lo: v17_v32bis_rx_fixed_rrc.h v17_v32bis_rx_floating_rrc.h | |
| 994 | |
| 995 v17_v32bis_rx_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 996 ./make_modem_filter$(EXEEXT) -m V.17 -i -r >v17_v32bis_rx_fixed_rrc.h | |
| 997 | |
| 998 v17_v32bis_rx_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 999 ./make_modem_filter$(EXEEXT) -m V.17 -r >v17_v32bis_rx_floating_rrc.h | |
| 1000 | |
| 1001 v17tx.$(OBJEXT): v17_v32bis_tx_fixed_rrc.h v17_v32bis_tx_floating_rrc.h | |
| 1002 | |
| 1003 v17tx.lo: v17_v32bis_tx_fixed_rrc.h v17_v32bis_tx_floating_rrc.h | |
| 1004 | |
| 1005 v17_v32bis_tx_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1006 ./make_modem_filter$(EXEEXT) -m V.17 -i -t >v17_v32bis_tx_fixed_rrc.h | |
| 1007 | |
| 1008 v17_v32bis_tx_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1009 ./make_modem_filter$(EXEEXT) -m V.17 -t >v17_v32bis_tx_floating_rrc.h | |
| 1010 | |
| 1011 v22bis_rx.$(OBJEXT): v22bis_rx_1200_fixed_rrc.h \ | |
| 1012 v22bis_rx_2400_fixed_rrc.h \ | |
| 1013 v22bis_rx_1200_floating_rrc.h \ | |
| 1014 v22bis_rx_2400_floating_rrc.h | |
| 1015 | |
| 1016 v22bis_rx.lo: v22bis_rx_1200_fixed_rrc.h \ | |
| 1017 v22bis_rx_2400_fixed_rrc.h \ | |
| 1018 v22bis_rx_1200_floating_rrc.h \ | |
| 1019 v22bis_rx_2400_floating_rrc.h | |
| 1020 | |
| 1021 v22bis_rx_1200_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1022 ./make_modem_filter$(EXEEXT) -m V.22bis1200 -i -r >v22bis_rx_1200_fixed_rrc.h | |
| 1023 | |
| 1024 v22bis_rx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1025 ./make_modem_filter$(EXEEXT) -m V.22bis2400 -i -r >v22bis_rx_2400_fixed_rrc.h | |
| 1026 | |
| 1027 v22bis_rx_1200_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1028 ./make_modem_filter$(EXEEXT) -m V.22bis1200 -r >v22bis_rx_1200_floating_rrc.h | |
| 1029 | |
| 1030 v22bis_rx_2400_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1031 ./make_modem_filter$(EXEEXT) -m V.22bis2400 -r >v22bis_rx_2400_floating_rrc.h | |
| 1032 | |
| 1033 v22bis_tx.$(OBJEXT): v22bis_tx_fixed_rrc.h v22bis_tx_floating_rrc.h | |
| 1034 | |
| 1035 v22bis_tx.lo: v22bis_tx_fixed_rrc.h v22bis_tx_floating_rrc.h | |
| 1036 | |
| 1037 v22bis_tx_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1038 ./make_modem_filter$(EXEEXT) -m V.22bis -i -t >v22bis_tx_fixed_rrc.h | |
| 1039 | |
| 1040 v22bis_tx_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1041 ./make_modem_filter$(EXEEXT) -m V.22bis -t >v22bis_tx_floating_rrc.h | |
| 1042 | |
| 1043 v27ter_rx_.$(OBJEXT): v27ter_rx_2400_fixed_rrc.h \ | |
| 1044 v27ter_rx_4800_fixed_rrc.h \ | |
| 1045 v27ter_rx_2400_floating_rrc.h \ | |
| 1046 v27ter_rx_4800_floating_rrc.h | |
| 1047 | |
| 1048 v27ter_rx.lo: v27ter_rx_2400_fixed_rrc.h \ | |
| 1049 v27ter_rx_4800_fixed_rrc.h \ | |
| 1050 v27ter_rx_2400_floating_rrc.h \ | |
| 1051 v27ter_rx_4800_floating_rrc.h | |
| 1052 | |
| 1053 v27ter_rx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1054 ./make_modem_filter$(EXEEXT) -m V.27ter2400 -i -r >v27ter_rx_2400_fixed_rrc.h | |
| 1055 | |
| 1056 v27ter_rx_4800_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1057 ./make_modem_filter$(EXEEXT) -m V.27ter4800 -i -r >v27ter_rx_4800_fixed_rrc.h | |
| 1058 | |
| 1059 v27ter_rx_2400_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1060 ./make_modem_filter$(EXEEXT) -m V.27ter2400 -r >v27ter_rx_2400_floating_rrc.h | |
| 1061 | |
| 1062 v27ter_rx_4800_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1063 ./make_modem_filter$(EXEEXT) -m V.27ter4800 -r >v27ter_rx_4800_floating_rrc.h | |
| 1064 | |
| 1065 v27ter_tx_.$(OBJEXT): v27ter_tx_2400_fixed_rrc.h \ | |
| 1066 v27ter_tx_4800_fixed_rrc.h \ | |
| 1067 v27ter_tx_2400_floating_rrc.h \ | |
| 1068 v27ter_tx_4800_floating_rrc.h | |
| 1069 | |
| 1070 v27ter_tx.lo: v27ter_tx_2400_fixed_rrc.h \ | |
| 1071 v27ter_tx_4800_fixed_rrc.h \ | |
| 1072 v27ter_tx_2400_floating_rrc.h \ | |
| 1073 v27ter_tx_4800_floating_rrc.h | |
| 1074 | |
| 1075 v27ter_tx_2400_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1076 ./make_modem_filter$(EXEEXT) -m V.27ter2400 -i -t >v27ter_tx_2400_fixed_rrc.h | |
| 1077 | |
| 1078 v27ter_tx_4800_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1079 ./make_modem_filter$(EXEEXT) -m V.27ter4800 -i -t >v27ter_tx_4800_fixed_rrc.h | |
| 1080 | |
| 1081 v27ter_tx_2400_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1082 ./make_modem_filter$(EXEEXT) -m V.27ter2400 -t >v27ter_tx_2400_floating_rrc.h | |
| 1083 | |
| 1084 v27ter_tx_4800_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1085 ./make_modem_filter$(EXEEXT) -m V.27ter4800 -t >v27ter_tx_4800_floating_rrc.h | |
| 1086 | |
| 1087 v29rx.$(OBJEXT): v29rx_fixed_rrc.h v29rx_floating_rrc.h | |
| 1088 | |
| 1089 v29rx.lo: v29rx_fixed_rrc.h v29rx_floating_rrc.h | |
| 1090 | |
| 1091 v29rx_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1092 ./make_modem_filter$(EXEEXT) -m V.29 -i -r >v29rx_fixed_rrc.h | |
| 1093 | |
| 1094 v29rx_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1095 ./make_modem_filter$(EXEEXT) -m V.29 -r >v29rx_floating_rrc.h | |
| 1096 | |
| 1097 v29tx.$(OBJEXT): v29tx_fixed_rrc.h v29tx_floating_rrc.h | |
| 1098 | |
| 1099 v29tx.lo: v29tx_fixed_rrc.h v29tx_floating_rrc.h | |
| 1100 | |
| 1101 v29tx_fixed_rrc.h: make_modem_filter$(EXEEXT) | |
| 1102 ./make_modem_filter$(EXEEXT) -m V.29 -i -t >v29tx_fixed_rrc.h | |
| 1103 | |
| 1104 v29tx_floating_rrc.h: make_modem_filter$(EXEEXT) | |
| 1105 ./make_modem_filter$(EXEEXT) -m V.29 -t >v29tx_floating_rrc.h | |
| 1106 | |
| 1107 $(DSP): msvc/msvcproj.head msvc/msvcproj.foot Makefile.am | |
| 1108 echo "creating $(DSP)" | |
| 1109 @(cp $(srcdir)/msvc/msvcproj.head $(DSP); \ | |
| 1110 echo "# Begin Group \"Source Files\"" $(DSPOUT); \ | |
| 1111 for file in $(WIN32SOURCES); do \ | |
| 1112 echo "# Begin Source File" $(DSPOUT); \ | |
| 1113 echo "" $(DSPOUT); \ | |
| 1114 echo "SOURCE=.\\"$$file $(DSPOUT); \ | |
| 1115 echo "# End Source File" $(DSPOUT); \ | |
| 1116 done; \ | |
| 1117 echo "# End Group" $(DSPOUT); \ | |
| 1118 echo "# Begin Group \"Header Files\"" $(DSPOUT); \ | |
| 1119 for file in $(WIN32HEADERS); do \ | |
| 1120 echo "# Begin Source File" $(DSPOUT); \ | |
| 1121 echo "" $(DSPOUT); \ | |
| 1122 echo "SOURCE=.\\"$$file $(DSPOUT); \ | |
| 1123 echo "# End Source File" $(DSPOUT); \ | |
| 1124 done; \ | |
| 1125 echo "# End Group" $(DSPOUT); \ | |
| 1126 cat $(srcdir)/msvc/msvcproj.foot $(DSPOUT) ) | |
| 1127 | |
| 1128 $(VCPROJ8): msvc/vc8proj.head msvc/vc8proj.foot Makefile.am | |
| 1129 echo "creating $(VCPROJ8)" | |
| 1130 @(cp $(srcdir)/msvc/vc8proj.head $(VCPROJ8); \ | |
| 1131 for file in $(WIN32SOURCES); do \ | |
| 1132 echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT8); \ | |
| 1133 done; \ | |
| 1134 echo "</Filter><Filter Name=\"Header Files\">" $(VCPROJOUT8); \ | |
| 1135 for file in $(WIN32HEADERS); do \ | |
| 1136 echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT8); \ | |
| 1137 done; \ | |
| 1138 cat $(srcdir)/msvc/vc8proj.foot $(VCPROJOUT8) ) | |
| 1139 | |
| 1140 $(VCPROJ9): msvc/vc9proj.head msvc/vc9proj.foot Makefile.am | |
| 1141 echo "creating $(VCPROJ9)" | |
| 1142 @(cp $(srcdir)/msvc/vc9proj.head $(VCPROJ9); \ | |
| 1143 for file in $(WIN32SOURCES); do \ | |
| 1144 echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT9); \ | |
| 1145 done; \ | |
| 1146 echo "</Filter><Filter Name=\"Header Files\">" $(VCPROJOUT9); \ | |
| 1147 for file in $(WIN32HEADERS); do \ | |
| 1148 echo "<File RelativePath=\""$$file"\"></File>" $(VCPROJOUT9); \ | |
| 1149 done; \ | |
| 1150 cat $(srcdir)/msvc/vc9proj.foot $(VCPROJOUT9) ) | |
| 1151 | |
| 1152 $(srcdir)/msvc/spandsp.h: spandsp.h.in | |
| 1153 echo "creating $(srcdir)/msvc/spandsp.h" | |
| 1154 @sed -e "s/#define _SPANDSP_H_/#define _SPANDSP_H_\n\n#define __inline__ __inline\n#pragma warning(disable:4200)/" \ | |
| 1155 -e "s/\@SPANDSP_USE_FIXED_POINT\@/#undef SPANDSP_USE_FIXED_POINT/" \ | |
| 1156 -e "s/\@SPANDSP_MISALIGNED_ACCESS_FAILS\@/#undef SPANDSP_MISALIGNED_ACCESS_FAILS/" \ | |
| 1157 -e "s/\@SPANDSP_USE_EXPORT_CAPABILITY\@/#define SPANDSP_USE_EXPORT_CAPABILITY 1/" \ | |
| 1158 -e "s/\@INSERT_INTTYPES_HEADER\@/#include <msvc\/inttypes.h>/" \ | |
| 1159 -e "s/\@INSERT_MATH_HEADER\@/#include <math.h>/" $(srcdir)/spandsp.h.in > $(srcdir)/msvc/spandsp.h | |
| 1160 | |
| 1161 spandsp/version.h: | |
| 1162 mkdir -p $(@D) | |
| 1163 NOWDATE=`date --utc +"%Y%m%d"` ; \ | |
| 1164 NOWTIME=`date --utc +"%H%M%S"` ; \ | |
| 1165 sed 's/$$SPANDSP_RELEASE_DATE/'$$NOWDATE'/;s/$$SPANDSP_RELEASE_TIME/'$$NOWTIME'/' \ | |
| 1166 <$(srcdir)/spandsp/version.h.in >$@ | |
| 1167 | |
| 1168 dist-hook: spandsp/version.h | |
| 1169 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 1170 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 1171 .NOEXPORT: |
