Mercurial > hg > audiostuff
comparison spandsp-0.0.6pre17/test-data/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 srcdir = @srcdir@ | |
| 17 top_srcdir = @top_srcdir@ | |
| 18 VPATH = @srcdir@ | |
| 19 pkgdatadir = $(datadir)/@PACKAGE@ | |
| 20 pkglibdir = $(libdir)/@PACKAGE@ | |
| 21 pkgincludedir = $(includedir)/@PACKAGE@ | |
| 22 top_builddir = .. | |
| 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
| 24 INSTALL = @INSTALL@ | |
| 25 install_sh_DATA = $(install_sh) -c -m 644 | |
| 26 install_sh_PROGRAM = $(install_sh) -c | |
| 27 install_sh_SCRIPT = $(install_sh) -c | |
| 28 INSTALL_HEADER = $(INSTALL_DATA) | |
| 29 transform = $(program_transform_name) | |
| 30 NORMAL_INSTALL = : | |
| 31 PRE_INSTALL = : | |
| 32 POST_INSTALL = : | |
| 33 NORMAL_UNINSTALL = : | |
| 34 PRE_UNINSTALL = : | |
| 35 POST_UNINSTALL = : | |
| 36 build_triplet = @build@ | |
| 37 host_triplet = @host@ | |
| 38 subdir = test-data | |
| 39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
| 40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
| 41 am__aclocal_m4_deps = $(top_srcdir)/config/ax_compiler_vendor.m4 \ | |
| 42 $(top_srcdir)/config/ax_check_real_file.m4 \ | |
| 43 $(top_srcdir)/config/ax_fixed_point_machine.m4 \ | |
| 44 $(top_srcdir)/config/ax_misaligned_access_fails.m4 \ | |
| 45 $(top_srcdir)/config/ax_c99_features.m4 \ | |
| 46 $(top_srcdir)/config/ax_check_export_capability.m4 \ | |
| 47 $(top_srcdir)/configure.ac | |
| 48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
| 49 $(ACLOCAL_M4) | |
| 50 mkinstalldirs = $(install_sh) -d | |
| 51 CONFIG_HEADER = $(top_builddir)/src/config.h | |
| 52 CONFIG_CLEAN_FILES = | |
| 53 SOURCES = | |
| 54 DIST_SOURCES = | |
| 55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ | |
| 56 html-recursive info-recursive install-data-recursive \ | |
| 57 install-exec-recursive install-info-recursive \ | |
| 58 install-recursive installcheck-recursive installdirs-recursive \ | |
| 59 pdf-recursive ps-recursive uninstall-info-recursive \ | |
| 60 uninstall-recursive | |
| 61 ETAGS = etags | |
| 62 CTAGS = ctags | |
| 63 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
| 64 ACLOCAL = @ACLOCAL@ | |
| 65 AMDEP_FALSE = @AMDEP_FALSE@ | |
| 66 AMDEP_TRUE = @AMDEP_TRUE@ | |
| 67 AMTAR = @AMTAR@ | |
| 68 AR = @AR@ | |
| 69 AUTOCONF = @AUTOCONF@ | |
| 70 AUTOHEADER = @AUTOHEADER@ | |
| 71 AUTOMAKE = @AUTOMAKE@ | |
| 72 AWK = @AWK@ | |
| 73 CC = @CC@ | |
| 74 CCDEPMODE = @CCDEPMODE@ | |
| 75 CC_FOR_BUILD = @CC_FOR_BUILD@ | |
| 76 CFLAGS = @CFLAGS@ | |
| 77 COMP_VENDOR_CFLAGS = @COMP_VENDOR_CFLAGS@ | |
| 78 COMP_VENDOR_LDFLAGS = @COMP_VENDOR_LDFLAGS@ | |
| 79 COND_DOC_FALSE = @COND_DOC_FALSE@ | |
| 80 COND_DOC_TRUE = @COND_DOC_TRUE@ | |
| 81 COND_MMX_FALSE = @COND_MMX_FALSE@ | |
| 82 COND_MMX_TRUE = @COND_MMX_TRUE@ | |
| 83 COND_SSE2_FALSE = @COND_SSE2_FALSE@ | |
| 84 COND_SSE2_TRUE = @COND_SSE2_TRUE@ | |
| 85 COND_SSE3_FALSE = @COND_SSE3_FALSE@ | |
| 86 COND_SSE3_TRUE = @COND_SSE3_TRUE@ | |
| 87 COND_SSE4A_FALSE = @COND_SSE4A_FALSE@ | |
| 88 COND_SSE4A_TRUE = @COND_SSE4A_TRUE@ | |
| 89 COND_SSE4_1_FALSE = @COND_SSE4_1_FALSE@ | |
| 90 COND_SSE4_1_TRUE = @COND_SSE4_1_TRUE@ | |
| 91 COND_SSE4_2_FALSE = @COND_SSE4_2_FALSE@ | |
| 92 COND_SSE4_2_TRUE = @COND_SSE4_2_TRUE@ | |
| 93 COND_SSE5_FALSE = @COND_SSE5_FALSE@ | |
| 94 COND_SSE5_TRUE = @COND_SSE5_TRUE@ | |
| 95 COND_SSE_FALSE = @COND_SSE_FALSE@ | |
| 96 COND_SSE_TRUE = @COND_SSE_TRUE@ | |
| 97 COND_SSSE3_FALSE = @COND_SSSE3_FALSE@ | |
| 98 COND_SSSE3_TRUE = @COND_SSSE3_TRUE@ | |
| 99 COND_TESTDATA_FALSE = @COND_TESTDATA_FALSE@ | |
| 100 COND_TESTDATA_TRUE = @COND_TESTDATA_TRUE@ | |
| 101 COND_TESTS_FALSE = @COND_TESTS_FALSE@ | |
| 102 COND_TESTS_TRUE = @COND_TESTS_TRUE@ | |
| 103 CPP = @CPP@ | |
| 104 CPPFLAGS = @CPPFLAGS@ | |
| 105 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ | |
| 106 CXX = @CXX@ | |
| 107 CXXCPP = @CXXCPP@ | |
| 108 CXXDEPMODE = @CXXDEPMODE@ | |
| 109 CXXFLAGS = @CXXFLAGS@ | |
| 110 CYGPATH_W = @CYGPATH_W@ | |
| 111 DEFS = @DEFS@ | |
| 112 DEPDIR = @DEPDIR@ | |
| 113 DSYMUTIL = @DSYMUTIL@ | |
| 114 ECHO = @ECHO@ | |
| 115 ECHO_C = @ECHO_C@ | |
| 116 ECHO_N = @ECHO_N@ | |
| 117 ECHO_T = @ECHO_T@ | |
| 118 EGREP = @EGREP@ | |
| 119 EXEEXT = @EXEEXT@ | |
| 120 F77 = @F77@ | |
| 121 FFLAGS = @FFLAGS@ | |
| 122 INSERT_INTTYPES_HEADER = @INSERT_INTTYPES_HEADER@ | |
| 123 INSERT_MATH_HEADER = @INSERT_MATH_HEADER@ | |
| 124 INSERT_STDINT_HEADER = @INSERT_STDINT_HEADER@ | |
| 125 INSERT_TGMATH_HEADER = @INSERT_TGMATH_HEADER@ | |
| 126 INSTALL_DATA = @INSTALL_DATA@ | |
| 127 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
| 128 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
| 129 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
| 130 LDFLAGS = @LDFLAGS@ | |
| 131 LIBOBJS = @LIBOBJS@ | |
| 132 LIBS = @LIBS@ | |
| 133 LIBTOOL = @LIBTOOL@ | |
| 134 LN_S = @LN_S@ | |
| 135 LTLIBOBJS = @LTLIBOBJS@ | |
| 136 MAKEINFO = @MAKEINFO@ | |
| 137 NMEDIT = @NMEDIT@ | |
| 138 OBJEXT = @OBJEXT@ | |
| 139 PACKAGE = @PACKAGE@ | |
| 140 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
| 141 PACKAGE_NAME = @PACKAGE_NAME@ | |
| 142 PACKAGE_STRING = @PACKAGE_STRING@ | |
| 143 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
| 144 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
| 145 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
| 146 RANLIB = @RANLIB@ | |
| 147 SED = @SED@ | |
| 148 SET_MAKE = @SET_MAKE@ | |
| 149 SHELL = @SHELL@ | |
| 150 SIMLIBS = @SIMLIBS@ | |
| 151 SPANDSP_LT_AGE = @SPANDSP_LT_AGE@ | |
| 152 SPANDSP_LT_CURRENT = @SPANDSP_LT_CURRENT@ | |
| 153 SPANDSP_LT_REVISION = @SPANDSP_LT_REVISION@ | |
| 154 SPANDSP_MISALIGNED_ACCESS_FAILS = @SPANDSP_MISALIGNED_ACCESS_FAILS@ | |
| 155 SPANDSP_USE_EXPORT_CAPABILITY = @SPANDSP_USE_EXPORT_CAPABILITY@ | |
| 156 SPANDSP_USE_FIXED_POINT = @SPANDSP_USE_FIXED_POINT@ | |
| 157 STRIP = @STRIP@ | |
| 158 TESTLIBS = @TESTLIBS@ | |
| 159 VERSION = @VERSION@ | |
| 160 ac_ct_AR = @ac_ct_AR@ | |
| 161 ac_ct_CC = @ac_ct_CC@ | |
| 162 ac_ct_CXX = @ac_ct_CXX@ | |
| 163 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@ | |
| 164 ac_ct_F77 = @ac_ct_F77@ | |
| 165 ac_ct_NMEDIT = @ac_ct_NMEDIT@ | |
| 166 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
| 167 ac_ct_STRIP = @ac_ct_STRIP@ | |
| 168 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
| 169 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
| 170 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | |
| 171 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | |
| 172 am__include = @am__include@ | |
| 173 am__leading_dot = @am__leading_dot@ | |
| 174 am__quote = @am__quote@ | |
| 175 am__tar = @am__tar@ | |
| 176 am__untar = @am__untar@ | |
| 177 bindir = @bindir@ | |
| 178 build = @build@ | |
| 179 build_alias = @build_alias@ | |
| 180 build_cpu = @build_cpu@ | |
| 181 build_os = @build_os@ | |
| 182 build_vendor = @build_vendor@ | |
| 183 datadir = @datadir@ | |
| 184 exec_prefix = @exec_prefix@ | |
| 185 host = @host@ | |
| 186 host_alias = @host_alias@ | |
| 187 host_cpu = @host_cpu@ | |
| 188 host_os = @host_os@ | |
| 189 host_vendor = @host_vendor@ | |
| 190 includedir = @includedir@ | |
| 191 infodir = @infodir@ | |
| 192 install_sh = @install_sh@ | |
| 193 libdir = @libdir@ | |
| 194 libexecdir = @libexecdir@ | |
| 195 localstatedir = @localstatedir@ | |
| 196 mandir = @mandir@ | |
| 197 mkdir_p = @mkdir_p@ | |
| 198 oldincludedir = @oldincludedir@ | |
| 199 prefix = @prefix@ | |
| 200 program_transform_name = @program_transform_name@ | |
| 201 sbindir = @sbindir@ | |
| 202 sharedstatedir = @sharedstatedir@ | |
| 203 sysconfdir = @sysconfdir@ | |
| 204 target_alias = @target_alias@ | |
| 205 SUBDIRS = itu etsi | |
| 206 DIST_SUBDIRS = itu etsi local | |
| 207 all: all-recursive | |
| 208 | |
| 209 .SUFFIXES: | |
| 210 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |
| 211 @for dep in $?; do \ | |
| 212 case '$(am__configure_deps)' in \ | |
| 213 *$$dep*) \ | |
| 214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ | |
| 215 && exit 0; \ | |
| 216 exit 1;; \ | |
| 217 esac; \ | |
| 218 done; \ | |
| 219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test-data/Makefile'; \ | |
| 220 cd $(top_srcdir) && \ | |
| 221 $(AUTOMAKE) --gnu test-data/Makefile | |
| 222 .PRECIOUS: Makefile | |
| 223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
| 224 @case '$?' in \ | |
| 225 *config.status*) \ | |
| 226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
| 227 *) \ | |
| 228 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
| 229 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
| 230 esac; | |
| 231 | |
| 232 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
| 233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 234 | |
| 235 $(top_srcdir)/configure: $(am__configure_deps) | |
| 236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 237 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
| 238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
| 239 | |
| 240 mostlyclean-libtool: | |
| 241 -rm -f *.lo | |
| 242 | |
| 243 clean-libtool: | |
| 244 -rm -rf .libs _libs | |
| 245 | |
| 246 distclean-libtool: | |
| 247 -rm -f libtool | |
| 248 uninstall-info-am: | |
| 249 | |
| 250 # This directory's subdirectories are mostly independent; you can cd | |
| 251 # into them and run `make' without going through this Makefile. | |
| 252 # To change the values of `make' variables: instead of editing Makefiles, | |
| 253 # (1) if the variable is set in `config.status', edit `config.status' | |
| 254 # (which will cause the Makefiles to be regenerated when you run `make'); | |
| 255 # (2) otherwise, pass the desired values on the `make' command line. | |
| 256 $(RECURSIVE_TARGETS): | |
| 257 @failcom='exit 1'; \ | |
| 258 for f in x $$MAKEFLAGS; do \ | |
| 259 case $$f in \ | |
| 260 *=* | --[!k]*);; \ | |
| 261 *k*) failcom='fail=yes';; \ | |
| 262 esac; \ | |
| 263 done; \ | |
| 264 dot_seen=no; \ | |
| 265 target=`echo $@ | sed s/-recursive//`; \ | |
| 266 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 267 echo "Making $$target in $$subdir"; \ | |
| 268 if test "$$subdir" = "."; then \ | |
| 269 dot_seen=yes; \ | |
| 270 local_target="$$target-am"; \ | |
| 271 else \ | |
| 272 local_target="$$target"; \ | |
| 273 fi; \ | |
| 274 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
| 275 || eval $$failcom; \ | |
| 276 done; \ | |
| 277 if test "$$dot_seen" = "no"; then \ | |
| 278 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
| 279 fi; test -z "$$fail" | |
| 280 | |
| 281 mostlyclean-recursive clean-recursive distclean-recursive \ | |
| 282 maintainer-clean-recursive: | |
| 283 @failcom='exit 1'; \ | |
| 284 for f in x $$MAKEFLAGS; do \ | |
| 285 case $$f in \ | |
| 286 *=* | --[!k]*);; \ | |
| 287 *k*) failcom='fail=yes';; \ | |
| 288 esac; \ | |
| 289 done; \ | |
| 290 dot_seen=no; \ | |
| 291 case "$@" in \ | |
| 292 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
| 293 *) list='$(SUBDIRS)' ;; \ | |
| 294 esac; \ | |
| 295 rev=''; for subdir in $$list; do \ | |
| 296 if test "$$subdir" = "."; then :; else \ | |
| 297 rev="$$subdir $$rev"; \ | |
| 298 fi; \ | |
| 299 done; \ | |
| 300 rev="$$rev ."; \ | |
| 301 target=`echo $@ | sed s/-recursive//`; \ | |
| 302 for subdir in $$rev; do \ | |
| 303 echo "Making $$target in $$subdir"; \ | |
| 304 if test "$$subdir" = "."; then \ | |
| 305 local_target="$$target-am"; \ | |
| 306 else \ | |
| 307 local_target="$$target"; \ | |
| 308 fi; \ | |
| 309 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
| 310 || eval $$failcom; \ | |
| 311 done && test -z "$$fail" | |
| 312 tags-recursive: | |
| 313 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 314 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
| 315 done | |
| 316 ctags-recursive: | |
| 317 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 318 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
| 319 done | |
| 320 | |
| 321 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
| 322 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 323 unique=`for i in $$list; do \ | |
| 324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 325 done | \ | |
| 326 $(AWK) ' { files[$$0] = 1; } \ | |
| 327 END { for (i in files) print i; }'`; \ | |
| 328 mkid -fID $$unique | |
| 329 tags: TAGS | |
| 330 | |
| 331 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 332 $(TAGS_FILES) $(LISP) | |
| 333 tags=; \ | |
| 334 here=`pwd`; \ | |
| 335 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ | |
| 336 include_option=--etags-include; \ | |
| 337 empty_fix=.; \ | |
| 338 else \ | |
| 339 include_option=--include; \ | |
| 340 empty_fix=; \ | |
| 341 fi; \ | |
| 342 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
| 343 if test "$$subdir" = .; then :; else \ | |
| 344 test ! -f $$subdir/TAGS || \ | |
| 345 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
| 346 fi; \ | |
| 347 done; \ | |
| 348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 349 unique=`for i in $$list; do \ | |
| 350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 351 done | \ | |
| 352 $(AWK) ' { files[$$0] = 1; } \ | |
| 353 END { for (i in files) print i; }'`; \ | |
| 354 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ | |
| 355 test -n "$$unique" || unique=$$empty_fix; \ | |
| 356 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
| 357 $$tags $$unique; \ | |
| 358 fi | |
| 359 ctags: CTAGS | |
| 360 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
| 361 $(TAGS_FILES) $(LISP) | |
| 362 tags=; \ | |
| 363 here=`pwd`; \ | |
| 364 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
| 365 unique=`for i in $$list; do \ | |
| 366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
| 367 done | \ | |
| 368 $(AWK) ' { files[$$0] = 1; } \ | |
| 369 END { for (i in files) print i; }'`; \ | |
| 370 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
| 371 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
| 372 $$tags $$unique | |
| 373 | |
| 374 GTAGS: | |
| 375 here=`$(am__cd) $(top_builddir) && pwd` \ | |
| 376 && cd $(top_srcdir) \ | |
| 377 && gtags -i $(GTAGS_ARGS) $$here | |
| 378 | |
| 379 distclean-tags: | |
| 380 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
| 381 | |
| 382 distdir: $(DISTFILES) | |
| 383 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
| 384 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
| 385 list='$(DISTFILES)'; for file in $$list; do \ | |
| 386 case $$file in \ | |
| 387 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
| 388 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
| 389 esac; \ | |
| 390 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
| 391 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
| 392 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
| 393 dir="/$$dir"; \ | |
| 394 $(mkdir_p) "$(distdir)$$dir"; \ | |
| 395 else \ | |
| 396 dir=''; \ | |
| 397 fi; \ | |
| 398 if test -d $$d/$$file; then \ | |
| 399 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
| 400 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
| 401 fi; \ | |
| 402 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
| 403 else \ | |
| 404 test -f $(distdir)/$$file \ | |
| 405 || cp -p $$d/$$file $(distdir)/$$file \ | |
| 406 || exit 1; \ | |
| 407 fi; \ | |
| 408 done | |
| 409 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ | |
| 410 if test "$$subdir" = .; then :; else \ | |
| 411 test -d "$(distdir)/$$subdir" \ | |
| 412 || $(mkdir_p) "$(distdir)/$$subdir" \ | |
| 413 || exit 1; \ | |
| 414 distdir=`$(am__cd) $(distdir) && pwd`; \ | |
| 415 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ | |
| 416 (cd $$subdir && \ | |
| 417 $(MAKE) $(AM_MAKEFLAGS) \ | |
| 418 top_distdir="$$top_distdir" \ | |
| 419 distdir="$$distdir/$$subdir" \ | |
| 420 distdir) \ | |
| 421 || exit 1; \ | |
| 422 fi; \ | |
| 423 done | |
| 424 check-am: all-am | |
| 425 check: check-recursive | |
| 426 all-am: Makefile | |
| 427 installdirs: installdirs-recursive | |
| 428 installdirs-am: | |
| 429 install: install-recursive | |
| 430 install-exec: install-exec-recursive | |
| 431 install-data: install-data-recursive | |
| 432 uninstall: uninstall-recursive | |
| 433 | |
| 434 install-am: all-am | |
| 435 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
| 436 | |
| 437 installcheck: installcheck-recursive | |
| 438 install-strip: | |
| 439 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
| 440 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
| 441 `test -z '$(STRIP)' || \ | |
| 442 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
| 443 mostlyclean-generic: | |
| 444 | |
| 445 clean-generic: | |
| 446 | |
| 447 distclean-generic: | |
| 448 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |
| 449 | |
| 450 maintainer-clean-generic: | |
| 451 @echo "This command is intended for maintainers to use" | |
| 452 @echo "it deletes files that may require special tools to rebuild." | |
| 453 clean-am: clean-generic clean-libtool mostlyclean-am | |
| 454 | |
| 455 distclean: distclean-recursive | |
| 456 -rm -f Makefile | |
| 457 distclean-am: clean-am distclean-generic distclean-libtool \ | |
| 458 distclean-tags | |
| 459 | |
| 460 dvi: dvi-recursive | |
| 461 | |
| 462 dvi-am: | |
| 463 | |
| 464 html: html-recursive | |
| 465 | |
| 466 info: info-recursive | |
| 467 | |
| 468 info-am: | |
| 469 | |
| 470 install-data-am: | |
| 471 | |
| 472 install-exec-am: | |
| 473 | |
| 474 install-info: install-info-recursive | |
| 475 | |
| 476 install-man: | |
| 477 | |
| 478 installcheck-am: | |
| 479 | |
| 480 maintainer-clean: maintainer-clean-recursive | |
| 481 -rm -f Makefile | |
| 482 maintainer-clean-am: distclean-am maintainer-clean-generic | |
| 483 | |
| 484 mostlyclean: mostlyclean-recursive | |
| 485 | |
| 486 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
| 487 | |
| 488 pdf: pdf-recursive | |
| 489 | |
| 490 pdf-am: | |
| 491 | |
| 492 ps: ps-recursive | |
| 493 | |
| 494 ps-am: | |
| 495 | |
| 496 uninstall-am: uninstall-info-am | |
| 497 | |
| 498 uninstall-info: uninstall-info-recursive | |
| 499 | |
| 500 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \ | |
| 501 clean clean-generic clean-libtool clean-recursive ctags \ | |
| 502 ctags-recursive distclean distclean-generic distclean-libtool \ | |
| 503 distclean-recursive distclean-tags distdir dvi dvi-am html \ | |
| 504 html-am info info-am install install-am install-data \ | |
| 505 install-data-am install-exec install-exec-am install-info \ | |
| 506 install-info-am install-man install-strip installcheck \ | |
| 507 installcheck-am installdirs installdirs-am maintainer-clean \ | |
| 508 maintainer-clean-generic maintainer-clean-recursive \ | |
| 509 mostlyclean mostlyclean-generic mostlyclean-libtool \ | |
| 510 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ | |
| 511 uninstall uninstall-am uninstall-info-am | |
| 512 | |
| 513 | |
| 514 all: | |
| 515 | |
| 516 clean: | |
| 517 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
| 518 # Otherwise a system limit (for SysV at least) may be exceeded. | |
| 519 .NOEXPORT: |
