Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/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 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | |
| 41 $(srcdir)/Makefile.in $(srcdir)/spandsp.pc.in \ | |
| 42 $(srcdir)/spandsp.spec.in $(top_srcdir)/configure AUTHORS \ | |
| 43 COPYING ChangeLog INSTALL NEWS config/config.guess \ | |
| 44 config/config.sub config/depcomp config/install-sh \ | |
| 45 config/ltmain.sh config/missing | |
| 46 subdir = . | |
| 47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 48 am__aclocal_m4_deps = $(top_srcdir)/config/ax_compiler_vendor.m4 \ | |
| 49 $(top_srcdir)/config/ax_check_real_file.m4 \ | |
| 50 $(top_srcdir)/config/ax_fixed_point_machine.m4 \ | |
| 51 $(top_srcdir)/config/ax_misaligned_access_fails.m4 \ | |
| 52 $(top_srcdir)/config/ax_c99_features.m4 \ | |
| 53 $(top_srcdir)/config/ax_check_export_capability.m4 \ | |
| 54 $(top_srcdir)/configure.ac | |
| 55 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| 56 $(ACLOCAL_M4) | |
| 57 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ | |
| 58 configure.lineno configure.status.lineno | |
| 59 mkinstalldirs = $(install_sh) -d | |
| 60 CONFIG_HEADER = $(top_builddir)/src/config.h | |
| 61 CONFIG_CLEAN_FILES = spandsp.pc spandsp.spec | |
| 62 SCRIPTS = $(noinst_SCRIPTS) | |
| 63 SOURCES = | |
| 64 DIST_SOURCES = | |
| 65 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
| 66 html-recursive info-recursive install-data-recursive \ | |
| 67 install-exec-recursive install-info-recursive \ | |
| 68 install-recursive installcheck-recursive installdirs-recursive \ | |
| 69 pdf-recursive ps-recursive uninstall-info-recursive \ | |
| 70 uninstall-recursive | |
| 71 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |
| 72 am__vpath_adj = case $$p in \ | |
| 73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 74 *) f=$$p;; \ | |
| 75 esac; | |
| 76 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; | |
| 77 am__installdirs = "$(DESTDIR)$(pkgconfigdir)" | |
| 78 pkgconfigDATA_INSTALL = $(INSTALL_DATA) | |
| 79 DATA = $(pkgconfig_DATA) | |
| 80 ETAGS = etags | |
| 81 CTAGS = ctags | |
| 82 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 83 distdir = $(PACKAGE)-$(VERSION) | |
| 84 top_distdir = $(distdir) | |
| 85 am__remove_distdir = \ | |
| 86 { test ! -d $(distdir) \ | |
| 87 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ | |
| 88 && rm -fr $(distdir); }; } | |
| 89 DIST_ARCHIVES = $(distdir).tar.gz | |
| 90 GZIP_ENV = --best | |
| 91 distuninstallcheck_listfiles = find . -type f -print | |
| 92 distcleancheck_listfiles = find . -type f -print | |
| 93 ACLOCAL = @ACLOCAL@ | |
| 94 AMDEP_FALSE = @AMDEP_FALSE@ | |
| 95 AMDEP_TRUE = @AMDEP_TRUE@ | |
| 96 AMTAR = @AMTAR@ | |
| 97 AR = @AR@ | |
| 98 AUTOCONF = @AUTOCONF@ | |
| 99 AUTOHEADER = @AUTOHEADER@ | |
| 100 AUTOMAKE = @AUTOMAKE@ | |
| 101 AWK = @AWK@ | |
| 102 CC = @CC@ | |
| 103 CCDEPMODE = @CCDEPMODE@ | |
| 104 CC_FOR_BUILD = @CC_FOR_BUILD@ | |
| 105 CFLAGS = @CFLAGS@ | |
| 106 COMP_VENDOR_CFLAGS = @COMP_VENDOR_CFLAGS@ | |
| 107 COMP_VENDOR_LDFLAGS = @COMP_VENDOR_LDFLAGS@ | |
| 108 COND_DOC_FALSE = @COND_DOC_FALSE@ | |
| 109 COND_DOC_TRUE = @COND_DOC_TRUE@ | |
| 110 COND_MMX_FALSE = @COND_MMX_FALSE@ | |
| 111 COND_MMX_TRUE = @COND_MMX_TRUE@ | |
| 112 COND_SSE2_FALSE = @COND_SSE2_FALSE@ | |
| 113 COND_SSE2_TRUE = @COND_SSE2_TRUE@ | |
| 114 COND_SSE3_FALSE = @COND_SSE3_FALSE@ | |
| 115 COND_SSE3_TRUE = @COND_SSE3_TRUE@ | |
| 116 COND_SSE4A_FALSE = @COND_SSE4A_FALSE@ | |
| 117 COND_SSE4A_TRUE = @COND_SSE4A_TRUE@ | |
| 118 COND_SSE4_1_FALSE = @COND_SSE4_1_FALSE@ | |
| 119 COND_SSE4_1_TRUE = @COND_SSE4_1_TRUE@ | |
| 120 COND_SSE4_2_FALSE = @COND_SSE4_2_FALSE@ | |
| 121 COND_SSE4_2_TRUE = @COND_SSE4_2_TRUE@ | |
| 122 COND_SSE5_FALSE = @COND_SSE5_FALSE@ | |
| 123 COND_SSE5_TRUE = @COND_SSE5_TRUE@ | |
| 124 COND_SSE_FALSE = @COND_SSE_FALSE@ | |
| 125 COND_SSE_TRUE = @COND_SSE_TRUE@ | |
| 126 COND_SSSE3_FALSE = @COND_SSSE3_FALSE@ | |
| 127 COND_SSSE3_TRUE = @COND_SSSE3_TRUE@ | |
| 128 COND_TESTDATA_FALSE = @COND_TESTDATA_FALSE@ | |
| 129 COND_TESTDATA_TRUE = @COND_TESTDATA_TRUE@ | |
| 130 COND_TESTS_FALSE = @COND_TESTS_FALSE@ | |
| 131 COND_TESTS_TRUE = @COND_TESTS_TRUE@ | |
| 132 CPP = @CPP@ | |
| 133 CPPFLAGS = @CPPFLAGS@ | |
| 134 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ | |
| 135 CXX = @CXX@ | |
| 136 CXXCPP = @CXXCPP@ | |
| 137 CXXDEPMODE = @CXXDEPMODE@ | |
| 138 CXXFLAGS = @CXXFLAGS@ | |
| 139 CYGPATH_W = @CYGPATH_W@ | |
| 140 DEFS = @DEFS@ | |
| 141 DEPDIR = @DEPDIR@ | |
| 142 DSYMUTIL = @DSYMUTIL@ | |
| 143 ECHO = @ECHO@ | |
| 144 ECHO_C = @ECHO_C@ | |
| 145 ECHO_N = @ECHO_N@ | |
| 146 ECHO_T = @ECHO_T@ | |
| 147 EGREP = @EGREP@ | |
| 148 EXEEXT = @EXEEXT@ | |
| 149 F77 = @F77@ | |
| 150 FFLAGS = @FFLAGS@ | |
| 151 INSERT_INTTYPES_HEADER = @INSERT_INTTYPES_HEADER@ | |
| 152 INSERT_MATH_HEADER = @INSERT_MATH_HEADER@ | |
| 153 INSERT_STDINT_HEADER = @INSERT_STDINT_HEADER@ | |
| 154 INSERT_TGMATH_HEADER = @INSERT_TGMATH_HEADER@ | |
| 155 INSTALL_DATA = @INSTALL_DATA@ | |
| 156 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 157 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 159 LDFLAGS = @LDFLAGS@ | |
| 160 LIBOBJS = @LIBOBJS@ | |
| 161 LIBS = @LIBS@ | |
| 162 LIBTOOL = @LIBTOOL@ | |
| 163 LN_S = @LN_S@ | |
| 164 LTLIBOBJS = @LTLIBOBJS@ | |
| 165 MAKEINFO = @MAKEINFO@ | |
| 166 NMEDIT = @NMEDIT@ | |
| 167 OBJEXT = @OBJEXT@ | |
| 168 PACKAGE = @PACKAGE@ | |
| 169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 170 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 171 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 172 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 173 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 174 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 175 RANLIB = @RANLIB@ | |
| 176 SED = @SED@ | |
| 177 SET_MAKE = @SET_MAKE@ | |
| 178 SHELL = @SHELL@ | |
| 179 SIMLIBS = @SIMLIBS@ | |
| 180 SPANDSP_LT_AGE = @SPANDSP_LT_AGE@ | |
| 181 SPANDSP_LT_CURRENT = @SPANDSP_LT_CURRENT@ | |
| 182 SPANDSP_LT_REVISION = @SPANDSP_LT_REVISION@ | |
| 183 SPANDSP_MISALIGNED_ACCESS_FAILS = @SPANDSP_MISALIGNED_ACCESS_FAILS@ | |
| 184 SPANDSP_USE_EXPORT_CAPABILITY = @SPANDSP_USE_EXPORT_CAPABILITY@ | |
| 185 SPANDSP_USE_FIXED_POINT = @SPANDSP_USE_FIXED_POINT@ | |
| 186 STRIP = @STRIP@ | |
| 187 TESTLIBS = @TESTLIBS@ | |
| 188 VERSION = @VERSION@ | |
| 189 ac_ct_AR = @ac_ct_AR@ | |
| 190 ac_ct_CC = @ac_ct_CC@ | |
| 191 ac_ct_CXX = @ac_ct_CXX@ | |
| 192 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@ | |
| 193 ac_ct_F77 = @ac_ct_F77@ | |
| 194 ac_ct_NMEDIT = @ac_ct_NMEDIT@ | |
| 195 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
| 196 ac_ct_STRIP = @ac_ct_STRIP@ | |
| 197 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
| 198 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
| 199 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | |
| 200 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | |
| 201 am__include = @am__include@ | |
| 202 am__leading_dot = @am__leading_dot@ | |
| 203 am__quote = @am__quote@ | |
| 204 am__tar = @am__tar@ | |
| 205 am__untar = @am__untar@ | |
| 206 bindir = @bindir@ | |
| 207 build = @build@ | |
| 208 build_alias = @build_alias@ | |
| 209 build_cpu = @build_cpu@ | |
| 210 build_os = @build_os@ | |
| 211 build_vendor = @build_vendor@ | |
| 212 datadir = @datadir@ | |
| 213 exec_prefix = @exec_prefix@ | |
| 214 host = @host@ | |
| 215 host_alias = @host_alias@ | |
| 216 host_cpu = @host_cpu@ | |
| 217 host_os = @host_os@ | |
| 218 host_vendor = @host_vendor@ | |
| 219 includedir = @includedir@ | |
| 220 infodir = @infodir@ | |
| 221 install_sh = @install_sh@ | |
| 222 libdir = @libdir@ | |
| 223 libexecdir = @libexecdir@ | |
| 224 localstatedir = @localstatedir@ | |
| 225 mandir = @mandir@ | |
| 226 mkdir_p = @mkdir_p@ | |
| 227 oldincludedir = @oldincludedir@ | |
| 228 prefix = @prefix@ | |
| 229 program_transform_name = @program_transform_name@ | |
| 230 sbindir = @sbindir@ | |
| 231 sharedstatedir = @sharedstatedir@ | |
| 232 sysconfdir = @sysconfdir@ | |
| 233 target_alias = @target_alias@ | |
| 234 AM_CFLAGS = $(COMP_VENDOR_CFLAGS) | |
| 235 AM_LDFLAGS = $(COMP_VENDOR_LDFLAGS) | |
| 236 noinst_SCRIPTS = spandsp.spec | |
| 237 MAINTAINERCLEANFILES = Makefile.in | |
| 238 EXTRA_DIST = autogen.sh \ | |
| 239 DueDiligence \ | |
| 240 debian/changelog \ | |
| 241 debian/compat \ | |
| 242 debian/control \ | |
| 243 debian/copyright \ | |
| 244 debian/libspandsp6.install \ | |
| 245 debian/libspandsp-dev.install \ | |
| 246 debian/libspandsp-doc.install \ | |
| 247 debian/rules \ | |
| 248 debian/watch \ | |
| 249 README.testdata \ | |
| 250 spandsp.pc \ | |
| 251 spandsp.spec \ | |
| 252 spandsp/fax-tests.dtd \ | |
| 253 spandsp/global-tones.xml \ | |
| 254 spandsp/tones.dtd \ | |
| 255 spandsp/tsb85.xml \ | |
| 256 unpack_g722_data.sh \ | |
| 257 unpack_g726_data.sh \ | |
| 258 unpack_gsm0610_data.sh \ | |
| 259 unpack_v56ter_data.sh \ | |
| 260 wrapper.xsl | |
| 261 | |
| 262 @COND_DOC_TRUE@MAYBE_DOC = doc | |
| 263 @COND_TESTDATA_TRUE@MAYBE_TESTDATA = test-data | |
| 264 @COND_TESTS_TRUE@MAYBE_TESTDATA = test-data | |
| 265 @COND_TESTS_TRUE@MAYBE_TESTS = spandsp-sim tests | |
| 266 SUBDIRS = src $(MAYBE_DOC) $(MAYBE_TESTDATA) $(MAYBE_TESTS) | |
| 267 DIST_SUBDIRS = src doc test-data spandsp-sim tests | |
| 268 pkgconfigdir = $(libdir)/pkgconfig | |
| 269 pkgconfig_DATA = spandsp.pc | |
| 270 all: all-recursive | |
| 271 | |
| 272 .SUFFIXES: | |
| 273 am--refresh: | |
| 274 @: | |
| 275 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
| 276 @for dep in $?; do \ | |
| 277 case '$(am__configure_deps)' in \ | |
| 278 *$$dep*) \ | |
| 279 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ | |
| 280 cd $(srcdir) && $(AUTOMAKE) --gnu \ | |
| 281 && exit 0; \ | |
| 282 exit 1;; \ | |
| 283 esac; \ | |
| 284 done; \ | |
| 285 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ | |
| 286 cd $(top_srcdir) && \ | |
| 287 $(AUTOMAKE) --gnu Makefile | |
| 288 .PRECIOUS: Makefile | |
| 289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 290 @case '$?' in \ | |
| 291 *config.status*) \ | |
| 292 echo ' $(SHELL) ./config.status'; \ | |
| 293 $(SHELL) ./config.status;; \ | |
| 294 *) \ | |
| 295 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ | |
| 296 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ | |
| 297 esac; | |
| 298 | |
| 299 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| 300 $(SHELL) ./config.status --recheck | |
| 301 | |
| 302 $(top_srcdir)/configure: $(am__configure_deps) | |
| 303 cd $(srcdir) && $(AUTOCONF) | |
| 304 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
| 305 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) | |
| 306 spandsp.pc: $(top_builddir)/config.status $(srcdir)/spandsp.pc.in | |
| 307 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
| 308 spandsp.spec: $(top_builddir)/config.status $(srcdir)/spandsp.spec.in | |
| 309 cd $(top_builddir) && $(SHELL) ./config.status $@ | |
| 310 | |
| 311 mostlyclean-libtool: | |
| 312 -rm -f *.lo | |
| 313 | |
| 314 clean-libtool: | |
| 315 -rm -rf .libs _libs | |
| 316 | |
| 317 distclean-libtool: | |
| 318 -rm -f libtool | |
| 319 uninstall-info-am: | |
| 320 install-pkgconfigDATA: $(pkgconfig_DATA) | |
| 321 @$(NORMAL_INSTALL) | |
| 322 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" | |
| 323 @list='$(pkgconfig_DATA)'; for p in $$list; do \ | |
| 324 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
| 325 f=$(am__strip_dir) \ | |
| 326 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ | |
| 327 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ | |
| 328 done | |
| 329 | |
| 330 uninstall-pkgconfigDATA: | |
| 331 @$(NORMAL_UNINSTALL) | |
| 332 @list='$(pkgconfig_DATA)'; for p in $$list; do \ | |
| 333 f=$(am__strip_dir) \ | |
| 334 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ | |
| 335 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ | |
| 336 done | |
| 337 | |
| 338 # This directory's subdirectories are mostly independent; you can cd | |
| 339 # into them and run `make' without going through this Makefile. | |
| 340 # To change the values of `make' variables: instead of editing Makefiles, | |
| 341 # (1) if the variable is set in `config.status', edit `config.status' | |
| 342 # (which will cause the Makefiles to be regenerated when you run `make'); | |
| 343 # (2) otherwise, pass the desired values on the `make' command line. | |
| 344 $(RECURSIVE_TARGETS): | |
| 345 @failcom='exit 1'; \ | |
| 346 for f in x $$MAKEFLAGS; do \ | |
| 347 case $$f in \ | |
| 348 *=* | --[!k]*);; \ | |
| 349 *k*) failcom='fail=yes';; \ | |
| 350 esac; \ | |
| 351 done; \ | |
| 352 dot_seen=no; \ | |
| 353 target=`echo $@ | sed s/-recursive//`; \ | |
| 354 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 355 echo "Making $$target in $$subdir"; \ | |
| 356 if test "$$subdir" = "."; then \ | |
| 357 dot_seen=yes; \ | |
| 358 local_target="$$target-am"; \ | |
| 359 else \ | |
| 360 local_target="$$target"; \ | |
| 361 fi; \ | |
| 362 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
| 363 || eval $$failcom; \ | |
| 364 done; \ | |
| 365 if test "$$dot_seen" = "no"; then \ | |
| 366 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
| 367 fi; test -z "$$fail" | |
| 368 | |
| 369 mostlyclean-recursive clean-recursive distclean-recursive \ | |
| 370 maintainer-clean-recursive: | |
| 371 @failcom='exit 1'; \ | |
| 372 for f in x $$MAKEFLAGS; do \ | |
| 373 case $$f in \ | |
| 374 *=* | --[!k]*);; \ | |
| 375 *k*) failcom='fail=yes';; \ | |
| 376 esac; \ | |
| 377 done; \ | |
| 378 dot_seen=no; \ | |
| 379 case "$@" in \ | |
| 380 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
| 381 *) list='$(SUBDIRS)' ;; \ | |
| 382 esac; \ | |
| 383 rev=''; for subdir in $$list; do \ | |
| 384 if test "$$subdir" = "."; then :; else \ | |
| 385 rev="$$subdir $$rev"; \ | |
| 386 fi; \ | |
| 387 done; \ | |
| 388 rev="$$rev ."; \ | |
| 389 target=`echo $@ | sed s/-recursive//`; \ | |
| 390 for subdir in $$rev; do \ | |
| 391 echo "Making $$target in $$subdir"; \ | |
| 392 if test "$$subdir" = "."; then \ | |
| 393 local_target="$$target-am"; \ | |
| 394 else \ | |
| 395 local_target="$$target"; \ | |
| 396 fi; \ | |
| 397 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
| 398 || eval $$failcom; \ | |
| 399 done && test -z "$$fail" | |
| 400 tags-recursive: | |
| 401 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 402 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
| 403 done | |
| 404 ctags-recursive: | |
| 405 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 406 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
| 407 done | |
| 408 | |
| 409 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| 410 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 411 unique=`for i in $$list; do \ | |
| 412 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 413 done | \ | |
| 414 $(AWK) ' { files[$$0] = 1; } \ | |
| 415 END { for (i in files) print i; }'`; \ | |
| 416 mkid -fID $$unique | |
| 417 tags: TAGS | |
| 418 | |
| 419 TAGS: tags-recursive $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \ | |
| 420 $(TAGS_FILES) $(LISP) | |
| 421 tags=; \ | |
| 422 here=`pwd`; \ | |
| 423 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
| 424 include_option=--etags-include; \ | |
| 425 empty_fix=.; \ | |
| 426 else \ | |
| 427 include_option=--include; \ | |
| 428 empty_fix=; \ | |
| 429 fi; \ | |
| 430 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 431 if test "$$subdir" = .; then :; else \ | |
| 432 test ! -f $$subdir/TAGS || \ | |
| 433 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
| 434 fi; \ | |
| 435 done; \ | |
| 436 list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \ | |
| 437 unique=`for i in $$list; do \ | |
| 438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 439 done | \ | |
| 440 $(AWK) ' { files[$$0] = 1; } \ | |
| 441 END { for (i in files) print i; }'`; \ | |
| 442 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
| 443 test -n "$$unique" || unique=$$empty_fix; \ | |
| 444 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 445 $$tags $$unique; \ | |
| 446 fi | |
| 447 ctags: CTAGS | |
| 448 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \ | |
| 449 $(TAGS_FILES) $(LISP) | |
| 450 tags=; \ | |
| 451 here=`pwd`; \ | |
| 452 list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \ | |
| 453 unique=`for i in $$list; do \ | |
| 454 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 455 done | \ | |
| 456 $(AWK) ' { files[$$0] = 1; } \ | |
| 457 END { for (i in files) print i; }'`; \ | |
| 458 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
| 459 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 460 $$tags $$unique | |
| 461 | |
| 462 GTAGS: | |
| 463 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 464 && cd $(top_srcdir) \ | |
| 465 && gtags -i $(GTAGS_ARGS) $$here | |
| 466 | |
| 467 distclean-tags: | |
| 468 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 469 | |
| 470 distdir: $(DISTFILES) | |
| 471 $(am__remove_distdir) | |
| 472 mkdir $(distdir) | |
| 473 $(mkdir_p) $(distdir)/. $(distdir)/config $(distdir)/debian $(distdir)/doc $(distdir)/spandsp $(distdir)/src | |
| 474 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
| 475 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
| 476 list='$(DISTFILES)'; for file in $$list; do \ | |
| 477 case $$file in \ | |
| 478 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 479 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
| 480 esac; \ | |
| 481 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 482 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 483 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
| 484 dir="/$$dir"; \ | |
| 485 $(mkdir_p) "$(distdir)$$dir"; \ | |
| 486 else \ | |
| 487 dir=''; \ | |
| 488 fi; \ | |
| 489 if test -d $$d/$$file; then \ | |
| 490 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 491 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
| 492 fi; \ | |
| 493 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
| 494 else \ | |
| 495 test -f $(distdir)/$$file \ | |
| 496 || cp -p $$d/$$file $(distdir)/$$file \ | |
| 497 || exit 1; \ | |
| 498 fi; \ | |
| 499 done | |
| 500 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
| 501 if test "$$subdir" = .; then :; else \ | |
| 502 test -d "$(distdir)/$$subdir" \ | |
| 503 || $(mkdir_p) "$(distdir)/$$subdir" \ | |
| 504 || exit 1; \ | |
| 505 distdir=`$(am__cd) $(distdir) && pwd`; \ | |
| 506 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | |
| 507 (cd $$subdir && \ | |
| 508 $(MAKE) $(AM_MAKEFLAGS) \ | |
| 509 top_distdir="$$top_distdir" \ | |
| 510 distdir="$$distdir/$$subdir" \ | |
| 511 distdir) \ | |
| 512 || exit 1; \ | |
| 513 fi; \ | |
| 514 done | |
| 515 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ | |
| 516 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ | |
| 517 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ | |
| 518 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ | |
| 519 || chmod -R a+r $(distdir) | |
| 520 dist-gzip: distdir | |
| 521 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
| 522 $(am__remove_distdir) | |
| 523 | |
| 524 dist-bzip2: distdir | |
| 525 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 | |
| 526 $(am__remove_distdir) | |
| 527 | |
| 528 dist-tarZ: distdir | |
| 529 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z | |
| 530 $(am__remove_distdir) | |
| 531 | |
| 532 dist-shar: distdir | |
| 533 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz | |
| 534 $(am__remove_distdir) | |
| 535 | |
| 536 dist-zip: distdir | |
| 537 -rm -f $(distdir).zip | |
| 538 zip -rq $(distdir).zip $(distdir) | |
| 539 $(am__remove_distdir) | |
| 540 | |
| 541 dist dist-all: distdir | |
| 542 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz | |
| 543 $(am__remove_distdir) | |
| 544 | |
| 545 # This target untars the dist file and tries a VPATH configuration. Then | |
| 546 # it guarantees that the distribution is self-contained by making another | |
| 547 # tarfile. | |
| 548 distcheck: dist | |
| 549 case '$(DIST_ARCHIVES)' in \ | |
| 550 *.tar.gz*) \ | |
| 551 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ | |
| 552 *.tar.bz2*) \ | |
| 553 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ | |
| 554 *.tar.Z*) \ | |
| 555 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ | |
| 556 *.shar.gz*) \ | |
| 557 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ | |
| 558 *.zip*) \ | |
| 559 unzip $(distdir).zip ;;\ | |
| 560 esac | |
| 561 chmod -R a-w $(distdir); chmod a+w $(distdir) | |
| 562 mkdir $(distdir)/_build | |
| 563 mkdir $(distdir)/_inst | |
| 564 chmod a-w $(distdir) | |
| 565 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ | |
| 566 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ | |
| 567 && cd $(distdir)/_build \ | |
| 568 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ | |
| 569 $(DISTCHECK_CONFIGURE_FLAGS) \ | |
| 570 && $(MAKE) $(AM_MAKEFLAGS) \ | |
| 571 && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
| 572 && $(MAKE) $(AM_MAKEFLAGS) check \ | |
| 573 && $(MAKE) $(AM_MAKEFLAGS) install \ | |
| 574 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
| 575 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ | |
| 576 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ | |
| 577 distuninstallcheck \ | |
| 578 && chmod -R a-w "$$dc_install_base" \ | |
| 579 && ({ \ | |
| 580 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ | |
| 581 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ | |
| 582 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ | |
| 583 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ | |
| 584 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ | |
| 585 } || { rm -rf "$$dc_destdir"; exit 1; }) \ | |
| 586 && rm -rf "$$dc_destdir" \ | |
| 587 && $(MAKE) $(AM_MAKEFLAGS) dist \ | |
| 588 && rm -rf $(DIST_ARCHIVES) \ | |
| 589 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck | |
| 590 $(am__remove_distdir) | |
| 591 @(echo "$(distdir) archives ready for distribution: "; \ | |
| 592 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ | |
| 593 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' | |
| 594 distuninstallcheck: | |
| 595 @cd $(distuninstallcheck_dir) \ | |
| 596 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ | |
| 597 || { echo "ERROR: files left after uninstall:" ; \ | |
| 598 if test -n "$(DESTDIR)"; then \ | |
| 599 echo " (check DESTDIR support)"; \ | |
| 600 fi ; \ | |
| 601 $(distuninstallcheck_listfiles) ; \ | |
| 602 exit 1; } >&2 | |
| 603 distcleancheck: distclean | |
| 604 @if test '$(srcdir)' = . ; then \ | |
| 605 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ | |
| 606 exit 1 ; \ | |
| 607 fi | |
| 608 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ | |
| 609 || { echo "ERROR: files left in build directory after distclean:" ; \ | |
| 610 $(distcleancheck_listfiles) ; \ | |
| 611 exit 1; } >&2 | |
| 612 check-am: all-am | |
| 613 check: check-recursive | |
| 614 all-am: Makefile $(SCRIPTS) $(DATA) | |
| 615 installdirs: installdirs-recursive | |
| 616 installdirs-am: | |
| 617 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ | |
| 618 test -z "$$dir" || $(mkdir_p) "$$dir"; \ | |
| 619 done | |
| 620 install: install-recursive | |
| 621 install-exec: install-exec-recursive | |
| 622 install-data: install-data-recursive | |
| 623 uninstall: uninstall-recursive | |
| 624 | |
| 625 install-am: all-am | |
| 626 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 627 | |
| 628 installcheck: installcheck-recursive | |
| 629 install-strip: | |
| 630 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 631 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 632 `test -z '$(STRIP)' || \ | |
| 633 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 634 mostlyclean-generic: | |
| 635 | |
| 636 clean-generic: | |
| 637 | |
| 638 distclean-generic: | |
| 639 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 640 | |
| 641 maintainer-clean-generic: | |
| 642 @echo "This command is intended for maintainers to use" | |
| 643 @echo "it deletes files that may require special tools to rebuild." | |
| 644 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | |
| 645 clean: clean-recursive | |
| 646 | |
| 647 clean-am: clean-generic clean-libtool mostlyclean-am | |
| 648 | |
| 649 distclean: distclean-recursive | |
| 650 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
| 651 -rm -f Makefile | |
| 652 distclean-am: clean-am distclean-generic distclean-libtool \ | |
| 653 distclean-tags | |
| 654 | |
| 655 dvi: dvi-recursive | |
| 656 | |
| 657 dvi-am: | |
| 658 | |
| 659 html: html-recursive | |
| 660 | |
| 661 info: info-recursive | |
| 662 | |
| 663 info-am: | |
| 664 | |
| 665 install-data-am: install-pkgconfigDATA | |
| 666 | |
| 667 install-exec-am: | |
| 668 | |
| 669 install-info: install-info-recursive | |
| 670 | |
| 671 install-man: | |
| 672 | |
| 673 installcheck-am: | |
| 674 | |
| 675 maintainer-clean: maintainer-clean-recursive | |
| 676 -rm -f $(am__CONFIG_DISTCLEAN_FILES) | |
| 677 -rm -rf $(top_srcdir)/autom4te.cache | |
| 678 -rm -f Makefile | |
| 679 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 680 | |
| 681 mostlyclean: mostlyclean-recursive | |
| 682 | |
| 683 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
| 684 | |
| 685 pdf: pdf-recursive | |
| 686 | |
| 687 pdf-am: | |
| 688 | |
| 689 ps: ps-recursive | |
| 690 | |
| 691 ps-am: | |
| 692 | |
| 693 uninstall-am: uninstall-info-am uninstall-pkgconfigDATA | |
| 694 | |
| 695 uninstall-info: uninstall-info-recursive | |
| 696 | |
| 697 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ | |
| 698 check-am clean clean-generic clean-libtool clean-recursive \ | |
| 699 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ | |
| 700 dist-shar dist-tarZ dist-zip distcheck distclean \ | |
| 701 distclean-generic distclean-libtool distclean-recursive \ | |
| 702 distclean-tags distcleancheck distdir distuninstallcheck dvi \ | |
| 703 dvi-am html html-am info info-am install install-am \ | |
| 704 install-data install-data-am install-exec install-exec-am \ | |
| 705 install-info install-info-am install-man install-pkgconfigDATA \ | |
| 706 install-strip installcheck installcheck-am installdirs \ | |
| 707 installdirs-am maintainer-clean maintainer-clean-generic \ | |
| 708 maintainer-clean-recursive mostlyclean mostlyclean-generic \ | |
| 709 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ | |
| 710 tags tags-recursive uninstall uninstall-am uninstall-info-am \ | |
| 711 uninstall-pkgconfigDATA | |
| 712 | |
| 713 | |
| 714 faq: faq.xml | |
| 715 cd faq ; xsltproc ../wrapper.xsl ../faq.xml | |
| 716 | |
| 717 rpm: rpm-build | |
| 718 | |
| 719 rpm-build: | |
| 720 $(MAKE) -$(MAKEFLAGS) bump.rpm.release | |
| 721 $(MAKE) -$(MAKEFLAGS) dist | |
| 722 rm -rf rpm/BUILD/* | |
| 723 rm -f rpm/RPMS/*/* | |
| 724 rm -f rpm/SOURCES/* | |
| 725 rm -f rpm/SPECS/* | |
| 726 rm -f rpm/SRPMS/* | |
| 727 rpmbuild -ta --sign @PACKAGE@-@VERSION@.tar.gz | |
| 728 | |
| 729 bump.rpm.release: spandsp.spec | |
| 730 VERSION="x"; \ | |
| 731 test -f $(srcdir)/rpm.release && . $(srcdir)/rpm.release; \ | |
| 732 NEXT_RELEASE=0; \ | |
| 733 test "$$VERSION" = "@VERSION@" && NEXT_RELEASE="$$RELEASE"; \ | |
| 734 RELEASE=`expr $$NEXT_RELEASE + 1`; \ | |
| 735 echo "VERSION=@VERSION@" >$(srcdir)/rpm.release; \ | |
| 736 echo "RELEASE=$$RELEASE" >>$(srcdir)/rpm.release; \ | |
| 737 sed 's/^Release: .*/Release: '$$RELEASE'/' \ | |
| 738 <spandsp.spec >spandsp.spec.new; \ | |
| 739 mv spandsp.spec.new spandsp.spec | |
| 740 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 741 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 742 .NOEXPORT: |
