Makefile.in
上传用户:shw771010
上传日期:2022-01-05
资源大小:991k
文件大小:36k
源码类别:

Audio

开发平台:

Unix_Linux

  1. # Makefile.in generated by automake 1.11 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
  5. # 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. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. target_triplet = @target@
  34. noinst_PROGRAMS = test_main$(EXEEXT)
  35. subdir = src
  36. DIST_COMMON = $(include_HEADERS) $(noinst_HEADERS) 
  37. $(srcdir)/Makefile.am $(srcdir)/Makefile.in 
  38. $(srcdir)/config.h.in $(srcdir)/sndfile.h.in
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/M4/add_cflags.m4 
  41. $(top_srcdir)/M4/add_cxxflags.m4 $(top_srcdir)/M4/clip_mode.m4 
  42. $(top_srcdir)/M4/endian.m4 $(top_srcdir)/M4/extra_largefile.m4 
  43. $(top_srcdir)/M4/extra_pkg.m4 
  44. $(top_srcdir)/M4/flexible_array.m4 
  45. $(top_srcdir)/M4/gcc_version.m4 $(top_srcdir)/M4/libtool.m4 
  46. $(top_srcdir)/M4/lrint.m4 $(top_srcdir)/M4/lrintf.m4 
  47. $(top_srcdir)/M4/ltoptions.m4 $(top_srcdir)/M4/ltsugar.m4 
  48. $(top_srcdir)/M4/ltversion.m4 $(top_srcdir)/M4/lt~obsolete.m4 
  49. $(top_srcdir)/M4/mkoctfile_version.m4 
  50. $(top_srcdir)/M4/octave.m4 $(top_srcdir)/M4/shave.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 = sndfile.h
  57. CONFIG_CLEAN_VPATH_FILES =
  58. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  59. am__vpath_adj = case $$p in 
  60.     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; 
  61.     *) f=$$p;; 
  62.   esac;
  63. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  64. am__install_max = 40
  65. am__nobase_strip_setup = 
  66.   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*|]/\\&/g'`
  67. am__nobase_strip = 
  68.   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  69. am__nobase_list = $(am__nobase_strip_setup); 
  70.   for p in $$list; do echo "$$p $$p"; done | 
  71.   sed "s| $$srcdirstrip/| |;"' / .*//!s/ .*/ ./; s,( .*)/[^/]*$$,1,' | 
  72.   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; 
  73.     if (++n[$$2] == $(am__install_max)) 
  74.       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } 
  75.     END { for (dir in files) print dir, files[dir] }'
  76. am__base_list = 
  77.   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/n/ /g' | 
  78.   sed '$$!N;$$!N;$$!N;$$!N;s/n/ /g'
  79. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" 
  80. "$(DESTDIR)$(includedir)"
  81. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  82. libcommon_la_LIBADD =
  83. am__objects_1 = common.lo file_io.lo command.lo pcm.lo ulaw.lo alaw.lo 
  84. float32.lo double64.lo ima_adpcm.lo ms_adpcm.lo gsm610.lo 
  85. dwvw.lo vox_adpcm.lo interleave.lo strings.lo dither.lo 
  86. broadcast.lo audio_detect.lo ima_oki_adpcm.lo chunk.lo 
  87. chanmap.lo windows.lo
  88. am_libcommon_la_OBJECTS = $(am__objects_1)
  89. libcommon_la_OBJECTS = $(am_libcommon_la_OBJECTS)
  90. libsndfile_la_DEPENDENCIES = libcommon.la GSM610/libgsm.la 
  91. G72x/libg72x.la
  92. am__objects_2 = sndfile.lo aiff.lo au.lo avr.lo caf.lo dwd.lo flac.lo 
  93. g72x.lo htk.lo ircam.lo macbinary3.lo macos.lo mat4.lo mat5.lo 
  94. nist.lo ogg.lo paf.lo pvf.lo raw.lo rx2.lo sd2.lo sds.lo 
  95. svx.lo txw.lo voc.lo wve.lo w64.lo wav_w64.lo wav.lo xi.lo 
  96. mpc2k.lo rf64.lo
  97. am__objects_3 =
  98. am_libsndfile_la_OBJECTS = $(am__objects_2) $(am__objects_3)
  99. nodist_libsndfile_la_OBJECTS = $(am__objects_3)
  100. libsndfile_la_OBJECTS = $(am_libsndfile_la_OBJECTS) 
  101. $(nodist_libsndfile_la_OBJECTS)
  102. libsndfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) 
  103. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) 
  104. $(libsndfile_la_LDFLAGS) $(LDFLAGS) -o $@
  105. PROGRAMS = $(noinst_PROGRAMS)
  106. am_test_main_OBJECTS = test_main.$(OBJEXT) test_conversions.$(OBJEXT) 
  107. test_float.$(OBJEXT) test_endswap.$(OBJEXT) 
  108. test_audio_detect.$(OBJEXT) test_log_printf.$(OBJEXT) 
  109. test_file_io.$(OBJEXT) test_ima_oki_adpcm.$(OBJEXT)
  110. test_main_OBJECTS = $(am_test_main_OBJECTS)
  111. test_main_DEPENDENCIES = libcommon.la
  112. DEFAULT_INCLUDES = -I.@am__isrc@
  113. depcomp = $(SHELL) $(top_srcdir)/Cfg/depcomp
  114. am__depfiles_maybe = depfiles
  115. am__mv = mv -f
  116. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) 
  117. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  118. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  119. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
  120. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  121. CCLD = $(CC)
  122. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) 
  123. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) 
  124. $(LDFLAGS) -o $@
  125. SOURCES = $(libcommon_la_SOURCES) $(libsndfile_la_SOURCES) 
  126. $(nodist_libsndfile_la_SOURCES) $(test_main_SOURCES)
  127. DIST_SOURCES = $(libcommon_la_SOURCES) $(libsndfile_la_SOURCES) 
  128. $(test_main_SOURCES)
  129. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive 
  130. html-recursive info-recursive install-data-recursive 
  131. install-dvi-recursive install-exec-recursive 
  132. install-html-recursive install-info-recursive 
  133. install-pdf-recursive install-ps-recursive install-recursive 
  134. installcheck-recursive installdirs-recursive pdf-recursive 
  135. ps-recursive uninstall-recursive
  136. HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) 
  137. $(noinst_HEADERS)
  138. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive
  139.   distclean-recursive maintainer-clean-recursive
  140. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) 
  141. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS 
  142. distdir
  143. ETAGS = etags
  144. CTAGS = ctags
  145. DIST_SUBDIRS = $(SUBDIRS)
  146. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  147. am__relativize = 
  148.   dir0=`pwd`; 
  149.   sed_first='s,^([^/]*)/.*$$,1,'; 
  150.   sed_rest='s,^[^/]*/*,,'; 
  151.   sed_last='s,^.*/([^/]*)$$,1,'; 
  152.   sed_butlast='s,/*[^/]*$$,,'; 
  153.   while test -n "$$dir1"; do 
  154.     first=`echo "$$dir1" | sed -e "$$sed_first"`; 
  155.     if test "$$first" != "."; then 
  156.       if test "$$first" = ".."; then 
  157.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; 
  158.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; 
  159.       else 
  160.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; 
  161.         if test "$$first2" = "$$first"; then 
  162.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; 
  163.         else 
  164.           dir2="../$$dir2"; 
  165.         fi; 
  166.         dir0="$$dir0"/"$$first"; 
  167.       fi; 
  168.     fi; 
  169.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; 
  170.   done; 
  171.   reldir="$$dir2"
  172. ACLOCAL = @ACLOCAL@
  173. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  174. ALSA_LIBS = @ALSA_LIBS@
  175. AMTAR = @AMTAR@
  176. AM_MAKEFLAGS = @AM_MAKEFLAGS@
  177. AR = @AR@
  178. AUTOCONF = @AUTOCONF@
  179. #======================================================================
  180. # Disable autoheader.
  181. AUTOHEADER = echo
  182. AUTOMAKE = @AUTOMAKE@
  183. AWK = @AWK@
  184. CC = @CC@
  185. CCDEPMODE = @CCDEPMODE@
  186. CFLAGS = @CFLAGS@
  187. CPP = @CPP@
  188. CPPFLAGS = @CPPFLAGS@
  189. CXX = @CXX@
  190. CXXCPP = @CXXCPP@
  191. CXXDEPMODE = @CXXDEPMODE@
  192. CXXFLAGS = @CXXFLAGS@
  193. CYGPATH_W = @CYGPATH_W@
  194. DEFS = @DEFS@
  195. DEPDIR = @DEPDIR@
  196. DSYMUTIL = @DSYMUTIL@
  197. DUMPBIN = @DUMPBIN@
  198. ECHO_C = @ECHO_C@
  199. ECHO_N = @ECHO_N@
  200. ECHO_T = @ECHO_T@
  201. EGREP = @EGREP@
  202. EXEEXT = @EXEEXT@
  203. EXTERNAL_CFLAGS = @EXTERNAL_CFLAGS@
  204. EXTERNAL_LIBS = @EXTERNAL_LIBS@
  205. F77 = @F77@
  206. FC = @FC@
  207. FGREP = @FGREP@
  208. FLAC_CFLAGS = @FLAC_CFLAGS@
  209. FLAC_LIBS = @FLAC_LIBS@
  210. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  211. GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
  212. GCC_VERSION = @GCC_VERSION@
  213. GETCONF = @GETCONF@
  214. GREP = @GREP@
  215. HAVE_AUTOGEN = @HAVE_AUTOGEN@
  216. HAVE_MKOCTFILE = @HAVE_MKOCTFILE@
  217. HAVE_OCTAVE = @HAVE_OCTAVE@
  218. HAVE_OCTAVE_CONFIG = @HAVE_OCTAVE_CONFIG@
  219. HAVE_WINE = @HAVE_WINE@
  220. HOST_TRIPLET = @HOST_TRIPLET@
  221. HTML_BGCOLOUR = @HTML_BGCOLOUR@
  222. HTML_FGCOLOUR = @HTML_FGCOLOUR@
  223. INSTALL = @INSTALL@
  224. INSTALL_DATA = @INSTALL_DATA@
  225. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  226. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  227. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  228. LD = @LD@
  229. LDFLAGS = @LDFLAGS@
  230. LIBOBJS = @LIBOBJS@
  231. LIBS = @LIBS@
  232. LIBTOOL = @LIBTOOL@
  233. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  234. LIPO = @LIPO@
  235. LN_S = @LN_S@
  236. LTLIBOBJS = @LTLIBOBJS@
  237. MAKEFLAGS = @MAKEFLAGS@
  238. MAKEINFO = @MAKEINFO@
  239. MKDIR_P = @MKDIR_P@
  240. MKOCTFILE = @MKOCTFILE@
  241. MKOCTFILE_VERSION = @MKOCTFILE_VERSION@
  242. NM = @NM@
  243. NMEDIT = @NMEDIT@
  244. OBJC = @OBJC@
  245. OBJDUMP = @OBJDUMP@
  246. OBJEXT = @OBJEXT@
  247. OCTAVE = @OCTAVE@
  248. OCTAVE_CONFIG = @OCTAVE_CONFIG@
  249. OCTAVE_CONFIG_VERSION = @OCTAVE_CONFIG_VERSION@
  250. OCTAVE_DEST_MDIR = @OCTAVE_DEST_MDIR@
  251. OCTAVE_DEST_ODIR = @OCTAVE_DEST_ODIR@
  252. OCTAVE_VERSION = @OCTAVE_VERSION@
  253. OGG_CFLAGS = @OGG_CFLAGS@
  254. OGG_LIBS = @OGG_LIBS@
  255. OS_SPECIFIC_CFLAGS = @OS_SPECIFIC_CFLAGS@
  256. OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
  257. OTOOL = @OTOOL@
  258. OTOOL64 = @OTOOL64@
  259. PACKAGE = @PACKAGE@
  260. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  261. PACKAGE_NAME = @PACKAGE_NAME@
  262. PACKAGE_STRING = @PACKAGE_STRING@
  263. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  264. PACKAGE_URL = @PACKAGE_URL@
  265. PACKAGE_VERSION = @PACKAGE_VERSION@
  266. PATH_SEPARATOR = @PATH_SEPARATOR@
  267. PKG_CONFIG = @PKG_CONFIG@
  268. Q = @Q@
  269. RANLIB = @RANLIB@
  270. SED = @SED@
  271. SET_MAKE = @SET_MAKE@
  272. SF_COUNT_MAX = @SF_COUNT_MAX@
  273. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  274. SHELL = @SHELL@
  275. SHLIB_VERSION_ARG = @SHLIB_VERSION_ARG@
  276. SIZEOF_SF_COUNT_T = @SIZEOF_SF_COUNT_T@
  277. SQLITE3_CFLAGS = @SQLITE3_CFLAGS@
  278. SQLITE3_LIBS = @SQLITE3_LIBS@
  279. STRIP = @STRIP@
  280. TYPEOF_SF_COUNT_T = @TYPEOF_SF_COUNT_T@
  281. V = @V@
  282. VERSION = @VERSION@
  283. VORBISENC_CFLAGS = @VORBISENC_CFLAGS@
  284. VORBISENC_LIBS = @VORBISENC_LIBS@
  285. VORBIS_CFLAGS = @VORBIS_CFLAGS@
  286. VORBIS_LIBS = @VORBIS_LIBS@
  287. abs_builddir = @abs_builddir@
  288. abs_srcdir = @abs_srcdir@
  289. abs_top_builddir = @abs_top_builddir@
  290. abs_top_srcdir = @abs_top_srcdir@
  291. ac_ct_CC = @ac_ct_CC@
  292. ac_ct_CXX = @ac_ct_CXX@
  293. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  294. am__include = @am__include@
  295. am__leading_dot = @am__leading_dot@
  296. am__quote = @am__quote@
  297. am__tar = @am__tar@
  298. am__untar = @am__untar@
  299. bindir = @bindir@
  300. build = @build@
  301. build_alias = @build_alias@
  302. build_cpu = @build_cpu@
  303. build_os = @build_os@
  304. build_vendor = @build_vendor@
  305. builddir = @builddir@
  306. datadir = @datadir@
  307. datarootdir = @datarootdir@
  308. docdir = @docdir@
  309. dvidir = @dvidir@
  310. exec_prefix = @exec_prefix@
  311. host = @host@
  312. host_alias = @host_alias@
  313. host_cpu = @host_cpu@
  314. host_os = @host_os@
  315. host_vendor = @host_vendor@
  316. htmldir = @htmldir@
  317. htmldocdir = @htmldocdir@
  318. includedir = @includedir@
  319. infodir = @infodir@
  320. install_sh = @install_sh@
  321. libdir = @libdir@
  322. libexecdir = @libexecdir@
  323. localedir = @localedir@
  324. localstatedir = @localstatedir@
  325. lt_ECHO = @lt_ECHO@
  326. mandir = @mandir@
  327. mkdir_p = @mkdir_p@
  328. oldincludedir = @oldincludedir@
  329. pdfdir = @pdfdir@
  330. prefix = @prefix@
  331. program_transform_name = @program_transform_name@
  332. psdir = @psdir@
  333. sbindir = @sbindir@
  334. sharedstatedir = @sharedstatedir@
  335. shavedir = @shavedir@
  336. srcdir = @srcdir@
  337. sysconfdir = @sysconfdir@
  338. target = @target@
  339. target_alias = @target_alias@
  340. target_cpu = @target_cpu@
  341. target_os = @target_os@
  342. target_vendor = @target_vendor@
  343. top_build_prefix = @top_build_prefix@
  344. top_builddir = @top_builddir@
  345. top_srcdir = @top_srcdir@
  346. SUBDIRS = GSM610 G72x
  347. INCLUDES = @EXTERNAL_CFLAGS@
  348. lib_LTLIBRARIES = libsndfile.la
  349. include_HEADERS = sndfile.hh
  350. nodist_include_HEADERS = sndfile.h
  351. noinst_LTLIBRARIES = libcommon.la
  352. SYMBOL_FILES = Symbols.linux Symbols.darwin libsndfile-1.def Symbols.os2 Symbols.static
  353. EXTRA_DIST = sndfile.h.in config.h.in test_endswap.tpl test_endswap.def 
  354. $(SYMBOL_FILES) create_symbols_file.py binheader_writef_check.py 
  355. make-static-lib-hidden-privates.sh
  356. noinst_HEADERS = common.h sfconfig.h sfendian.h wav_w64.h sf_unistd.h chanmap.h
  357. COMMON = common.c file_io.c command.c pcm.c ulaw.c alaw.c float32.c 
  358. double64.c ima_adpcm.c ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c 
  359. interleave.c strings.c dither.c broadcast.c audio_detect.c 
  360.   ima_oki_adpcm.c ima_oki_adpcm.h chunk.c chanmap.c 
  361. windows.c
  362. FILESPECIFIC = sndfile.c aiff.c au.c avr.c caf.c dwd.c flac.c g72x.c htk.c ircam.c 
  363. macbinary3.c macos.c mat4.c mat5.c nist.c ogg.c paf.c pvf.c raw.c rx2.c sd2.c 
  364. sds.c svx.c txw.c voc.c wve.c w64.c wav_w64.c wav.c xi.c mpc2k.c rf64.c
  365. # MinGW requires -no-undefined if a DLL is to be built.
  366. libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
  367. libsndfile_la_SOURCES = $(FILESPECIFIC) $(noinst_HEADERS)
  368. nodist_libsndfile_la_SOURCES = $(nodist_include_HEADERS)
  369. libsndfile_la_LIBADD = libcommon.la GSM610/libgsm.la G72x/libg72x.la 
  370. @EXTERNAL_LIBS@ -lm
  371. libcommon_la_SOURCES = $(COMMON)
  372. test_main_SOURCES = test_main.c test_main.h test_conversions.c test_float.c test_endswap.c 
  373. test_audio_detect.c test_log_printf.c test_file_io.c test_ima_oki_adpcm.c
  374. test_main_LDADD = libcommon.la
  375. all: config.h
  376. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  377. .SUFFIXES:
  378. .SUFFIXES: .c .lo .o .obj
  379. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  380. @for dep in $?; do 
  381.   case '$(am__configure_deps)' in 
  382.     *$$dep*) 
  383.       ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) 
  384.         && { if test -f $@; then exit 0; else break; fi; }; 
  385.       exit 1;; 
  386.   esac; 
  387. done; 
  388. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; 
  389. $(am__cd) $(top_srcdir) && 
  390.   $(AUTOMAKE) --gnu src/Makefile
  391. .PRECIOUS: Makefile
  392. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  393. @case '$?' in 
  394.   *config.status*) 
  395.     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; 
  396.   *) 
  397.     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; 
  398.     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; 
  399. esac;
  400. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  401. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  402. $(top_srcdir)/configure:  $(am__configure_deps)
  403. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  404. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  405. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  406. $(am__aclocal_m4_deps):
  407. config.h: stamp-h1
  408. @if test ! -f $@; then 
  409.   rm -f stamp-h1; 
  410.   $(MAKE) $(AM_MAKEFLAGS) stamp-h1; 
  411. else :; fi
  412. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  413. @rm -f stamp-h1
  414. cd $(top_builddir) && $(SHELL) ./config.status src/config.h
  415. $(srcdir)/config.h.in:  $(am__configure_deps) 
  416. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  417. rm -f stamp-h1
  418. touch $@
  419. distclean-hdr:
  420. -rm -f config.h stamp-h1
  421. sndfile.h: $(top_builddir)/config.status $(srcdir)/sndfile.h.in
  422. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  423. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  424. @$(NORMAL_INSTALL)
  425. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  426. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; 
  427. list2=; for p in $$list; do 
  428.   if test -f $$p; then 
  429.     list2="$$list2 $$p"; 
  430.   else :; fi; 
  431. done; 
  432. test -z "$$list2" || { 
  433.   echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; 
  434.   $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; 
  435. }
  436. uninstall-libLTLIBRARIES:
  437. @$(NORMAL_UNINSTALL)
  438. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; 
  439. for p in $$list; do 
  440.   $(am__strip_dir) 
  441.   echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; 
  442.   $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; 
  443. done
  444. clean-libLTLIBRARIES:
  445. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  446. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  447.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  448.   test "$$dir" != "$$p" || dir=.; 
  449.   echo "rm -f "$${dir}/so_locations""; 
  450.   rm -f "$${dir}/so_locations"; 
  451. done
  452. clean-noinstLTLIBRARIES:
  453. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  454. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do 
  455.   dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; 
  456.   test "$$dir" != "$$p" || dir=.; 
  457.   echo "rm -f "$${dir}/so_locations""; 
  458.   rm -f "$${dir}/so_locations"; 
  459. done
  460. libcommon.la: $(libcommon_la_OBJECTS) $(libcommon_la_DEPENDENCIES) 
  461. $(LINK)  $(libcommon_la_OBJECTS) $(libcommon_la_LIBADD) $(LIBS)
  462. libsndfile.la: $(libsndfile_la_OBJECTS) $(libsndfile_la_DEPENDENCIES) 
  463. $(libsndfile_la_LINK) -rpath $(libdir) $(libsndfile_la_OBJECTS) $(libsndfile_la_LIBADD) $(LIBS)
  464. clean-noinstPROGRAMS:
  465. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; 
  466. echo " rm -f" $$list; 
  467. rm -f $$list || exit $$?; 
  468. test -n "$(EXEEXT)" || exit 0; 
  469. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; 
  470. echo " rm -f" $$list; 
  471. rm -f $$list
  472. test_main$(EXEEXT): $(test_main_OBJECTS) $(test_main_DEPENDENCIES) 
  473. @rm -f test_main$(EXEEXT)
  474. $(LINK) $(test_main_OBJECTS) $(test_main_LDADD) $(LIBS)
  475. mostlyclean-compile:
  476. -rm -f *.$(OBJEXT)
  477. distclean-compile:
  478. -rm -f *.tab.c
  479. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aiff.Plo@am__quote@
  480. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alaw.Plo@am__quote@
  481. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/au.Plo@am__quote@
  482. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_detect.Plo@am__quote@
  483. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr.Plo@am__quote@
  484. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/broadcast.Plo@am__quote@
  485. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caf.Plo@am__quote@
  486. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chanmap.Plo@am__quote@
  487. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chunk.Plo@am__quote@
  488. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command.Plo@am__quote@
  489. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common.Plo@am__quote@
  490. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dither.Plo@am__quote@
  491. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/double64.Plo@am__quote@
  492. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwd.Plo@am__quote@
  493. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwvw.Plo@am__quote@
  494. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_io.Plo@am__quote@
  495. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flac.Plo@am__quote@
  496. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/float32.Plo@am__quote@
  497. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/g72x.Plo@am__quote@
  498. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm610.Plo@am__quote@
  499. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htk.Plo@am__quote@
  500. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ima_adpcm.Plo@am__quote@
  501. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ima_oki_adpcm.Plo@am__quote@
  502. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interleave.Plo@am__quote@
  503. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircam.Plo@am__quote@
  504. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macbinary3.Plo@am__quote@
  505. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/macos.Plo@am__quote@
  506. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat4.Plo@am__quote@
  507. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mat5.Plo@am__quote@
  508. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mpc2k.Plo@am__quote@
  509. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ms_adpcm.Plo@am__quote@
  510. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nist.Plo@am__quote@
  511. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg.Plo@am__quote@
  512. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paf.Plo@am__quote@
  513. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcm.Plo@am__quote@
  514. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pvf.Plo@am__quote@
  515. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Plo@am__quote@
  516. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rf64.Plo@am__quote@
  517. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rx2.Plo@am__quote@
  518. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sd2.Plo@am__quote@
  519. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sds.Plo@am__quote@
  520. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sndfile.Plo@am__quote@
  521. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strings.Plo@am__quote@
  522. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svx.Plo@am__quote@
  523. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_audio_detect.Po@am__quote@
  524. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_conversions.Po@am__quote@
  525. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_endswap.Po@am__quote@
  526. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_file_io.Po@am__quote@
  527. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_float.Po@am__quote@
  528. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_ima_oki_adpcm.Po@am__quote@
  529. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_log_printf.Po@am__quote@
  530. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_main.Po@am__quote@
  531. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txw.Plo@am__quote@
  532. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ulaw.Plo@am__quote@
  533. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/voc.Plo@am__quote@
  534. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vox_adpcm.Plo@am__quote@
  535. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w64.Plo@am__quote@
  536. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav.Plo@am__quote@
  537. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wav_w64.Plo@am__quote@
  538. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows.Plo@am__quote@
  539. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wve.Plo@am__quote@
  540. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xi.Plo@am__quote@
  541. .c.o:
  542. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  543. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  544. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  545. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  546. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  547. .c.obj:
  548. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  549. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  550. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  551. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  552. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  553. .c.lo:
  554. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  555. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  556. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  557. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  558. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  559. mostlyclean-libtool:
  560. -rm -f *.lo
  561. clean-libtool:
  562. -rm -rf .libs _libs
  563. install-includeHEADERS: $(include_HEADERS)
  564. @$(NORMAL_INSTALL)
  565. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  566. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; 
  567. for p in $$list; do 
  568.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  569.   echo "$$d$$p"; 
  570. done | $(am__base_list) | 
  571. while read files; do 
  572.   echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; 
  573.   $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; 
  574. done
  575. uninstall-includeHEADERS:
  576. @$(NORMAL_UNINSTALL)
  577. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; 
  578. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; 
  579. test -n "$$files" || exit 0; 
  580. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; 
  581. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  582. install-nodist_includeHEADERS: $(nodist_include_HEADERS)
  583. @$(NORMAL_INSTALL)
  584. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  585. @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; 
  586. for p in $$list; do 
  587.   if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; 
  588.   echo "$$d$$p"; 
  589. done | $(am__base_list) | 
  590. while read files; do 
  591.   echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; 
  592.   $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; 
  593. done
  594. uninstall-nodist_includeHEADERS:
  595. @$(NORMAL_UNINSTALL)
  596. @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; 
  597. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; 
  598. test -n "$$files" || exit 0; 
  599. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; 
  600. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  601. # This directory's subdirectories are mostly independent; you can cd
  602. # into them and run `make' without going through this Makefile.
  603. # To change the values of `make' variables: instead of editing Makefiles,
  604. # (1) if the variable is set in `config.status', edit `config.status'
  605. #     (which will cause the Makefiles to be regenerated when you run `make');
  606. # (2) otherwise, pass the desired values on the `make' command line.
  607. $(RECURSIVE_TARGETS):
  608. @failcom='exit 1'; 
  609. for f in x $$MAKEFLAGS; do 
  610.   case $$f in 
  611.     *=* | --[!k]*);; 
  612.     *k*) failcom='fail=yes';; 
  613.   esac; 
  614. done; 
  615. dot_seen=no; 
  616. target=`echo $@ | sed s/-recursive//`; 
  617. list='$(SUBDIRS)'; for subdir in $$list; do 
  618.   echo "Making $$target in $$subdir"; 
  619.   if test "$$subdir" = "."; then 
  620.     dot_seen=yes; 
  621.     local_target="$$target-am"; 
  622.   else 
  623.     local_target="$$target"; 
  624.   fi; 
  625.   ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  626.   || eval $$failcom; 
  627. done; 
  628. if test "$$dot_seen" = "no"; then 
  629.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  630. fi; test -z "$$fail"
  631. $(RECURSIVE_CLEAN_TARGETS):
  632. @failcom='exit 1'; 
  633. for f in x $$MAKEFLAGS; do 
  634.   case $$f in 
  635.     *=* | --[!k]*);; 
  636.     *k*) failcom='fail=yes';; 
  637.   esac; 
  638. done; 
  639. dot_seen=no; 
  640. case "$@" in 
  641.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  642.   *) list='$(SUBDIRS)' ;; 
  643. esac; 
  644. rev=''; for subdir in $$list; do 
  645.   if test "$$subdir" = "."; then :; else 
  646.     rev="$$subdir $$rev"; 
  647.   fi; 
  648. done; 
  649. rev="$$rev ."; 
  650. target=`echo $@ | sed s/-recursive//`; 
  651. for subdir in $$rev; do 
  652.   echo "Making $$target in $$subdir"; 
  653.   if test "$$subdir" = "."; then 
  654.     local_target="$$target-am"; 
  655.   else 
  656.     local_target="$$target"; 
  657.   fi; 
  658.   ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  659.   || eval $$failcom; 
  660. done && test -z "$$fail"
  661. tags-recursive:
  662. list='$(SUBDIRS)'; for subdir in $$list; do 
  663.   test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  664. done
  665. ctags-recursive:
  666. list='$(SUBDIRS)'; for subdir in $$list; do 
  667.   test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  668. done
  669. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  670. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  671. unique=`for i in $$list; do 
  672.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  673.   done | 
  674.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  675.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  676. mkid -fID $$unique
  677. tags: TAGS
  678. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  679. $(TAGS_FILES) $(LISP)
  680. set x; 
  681. here=`pwd`; 
  682. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then 
  683.   include_option=--etags-include; 
  684.   empty_fix=.; 
  685. else 
  686.   include_option=--include; 
  687.   empty_fix=; 
  688. fi; 
  689. list='$(SUBDIRS)'; for subdir in $$list; do 
  690.   if test "$$subdir" = .; then :; else 
  691.     test ! -f $$subdir/TAGS || 
  692.       set "$$@" "$$include_option=$$here/$$subdir/TAGS"; 
  693.   fi; 
  694. done; 
  695. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  696. unique=`for i in $$list; do 
  697.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  698.   done | 
  699.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  700.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  701. shift; 
  702. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else 
  703.   test -n "$$unique" || unique=$$empty_fix; 
  704.   if test $$# -gt 0; then 
  705.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  706.       "$$@" $$unique; 
  707.   else 
  708.     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  709.       $$unique; 
  710.   fi; 
  711. fi
  712. ctags: CTAGS
  713. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  714. $(TAGS_FILES) $(LISP)
  715. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  716. unique=`for i in $$list; do 
  717.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  718.   done | 
  719.   $(AWK) '{ files[$$0] = 1; nonempty = 1; } 
  720.       END { if (nonempty) { for (i in files) print i; }; }'`; 
  721. test -z "$(CTAGS_ARGS)$$unique" 
  722.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  723.      $$unique
  724. GTAGS:
  725. here=`$(am__cd) $(top_builddir) && pwd` 
  726.   && $(am__cd) $(top_srcdir) 
  727.   && gtags -i $(GTAGS_ARGS) "$$here"
  728. distclean-tags:
  729. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  730. distdir: $(DISTFILES)
  731. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  732. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\*]/\\&/g'`; 
  733. list='$(DISTFILES)'; 
  734.   dist_files=`for file in $$list; do echo $$file; done | 
  735.   sed -e "s|^$$srcdirstrip/||;t" 
  736.       -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; 
  737. case $$dist_files in 
  738.   */*) $(MKDIR_P) `echo "$$dist_files" | 
  739.    sed '///!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | 
  740.    sort -u` ;; 
  741. esac; 
  742. for file in $$dist_files; do 
  743.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  744.   if test -d $$d/$$file; then 
  745.     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; 
  746.     if test -d "$(distdir)/$$file"; then 
  747.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  748.     fi; 
  749.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  750.       cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; 
  751.       find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} ;; 
  752.     fi; 
  753.     cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; 
  754.   else 
  755.     test -f "$(distdir)/$$file" 
  756.     || cp -p $$d/$$file "$(distdir)/$$file" 
  757.     || exit 1; 
  758.   fi; 
  759. done
  760. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  761.   if test "$$subdir" = .; then :; else 
  762.     test -d "$(distdir)/$$subdir" 
  763.     || $(MKDIR_P) "$(distdir)/$$subdir" 
  764.     || exit 1; 
  765.   fi; 
  766. done
  767. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do 
  768.   if test "$$subdir" = .; then :; else 
  769.     dir1=$$subdir; dir2="$(distdir)/$$subdir"; 
  770.     $(am__relativize); 
  771.     new_distdir=$$reldir; 
  772.     dir1=$$subdir; dir2="$(top_distdir)"; 
  773.     $(am__relativize); 
  774.     new_top_distdir=$$reldir; 
  775.     echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \"; 
  776.     echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; 
  777.     ($(am__cd) $$subdir && 
  778.       $(MAKE) $(AM_MAKEFLAGS) 
  779.         top_distdir="$$new_top_distdir" 
  780.         distdir="$$new_distdir" 
  781. am__remove_distdir=: 
  782. am__skip_length_check=: 
  783. am__skip_mode_fix=: 
  784.         distdir) 
  785.       || exit 1; 
  786.   fi; 
  787. done
  788. check-am: all-am
  789. check: check-recursive
  790. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) config.h
  791. installdirs: installdirs-recursive
  792. installdirs-am:
  793. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do 
  794.   test -z "$$dir" || $(MKDIR_P) "$$dir"; 
  795. done
  796. install: install-recursive
  797. install-exec: install-exec-recursive
  798. install-data: install-data-recursive
  799. uninstall: uninstall-recursive
  800. install-am: all-am
  801. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  802. installcheck: installcheck-recursive
  803. install-strip:
  804. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  805.   install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s 
  806.   `test -z '$(STRIP)' || 
  807.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  808. mostlyclean-generic:
  809. clean-generic:
  810. distclean-generic:
  811. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  812. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  813. maintainer-clean-generic:
  814. @echo "This command is intended for maintainers to use"
  815. @echo "it deletes files that may require special tools to rebuild."
  816. clean: clean-recursive
  817. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool 
  818. clean-noinstLTLIBRARIES clean-noinstPROGRAMS mostlyclean-am
  819. distclean: distclean-recursive
  820. -rm -rf ./$(DEPDIR)
  821. -rm -f Makefile
  822. distclean-am: clean-am distclean-compile distclean-generic 
  823. distclean-hdr distclean-tags
  824. dvi: dvi-recursive
  825. dvi-am:
  826. html: html-recursive
  827. html-am:
  828. info: info-recursive
  829. info-am:
  830. install-data-am: install-includeHEADERS install-nodist_includeHEADERS
  831. install-dvi: install-dvi-recursive
  832. install-dvi-am:
  833. install-exec-am: install-libLTLIBRARIES
  834. install-html: install-html-recursive
  835. install-html-am:
  836. install-info: install-info-recursive
  837. install-info-am:
  838. install-man:
  839. install-pdf: install-pdf-recursive
  840. install-pdf-am:
  841. install-ps: install-ps-recursive
  842. install-ps-am:
  843. installcheck-am:
  844. maintainer-clean: maintainer-clean-recursive
  845. -rm -rf ./$(DEPDIR)
  846. -rm -f Makefile
  847. maintainer-clean-am: distclean-am maintainer-clean-generic
  848. mostlyclean: mostlyclean-recursive
  849. mostlyclean-am: mostlyclean-compile mostlyclean-generic 
  850. mostlyclean-libtool
  851. pdf: pdf-recursive
  852. pdf-am:
  853. ps: ps-recursive
  854. ps-am:
  855. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES 
  856. uninstall-nodist_includeHEADERS
  857. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all 
  858. ctags-recursive install-am install-strip tags-recursive
  859. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS 
  860. all all-am check check-am clean clean-generic 
  861. clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES 
  862. clean-noinstPROGRAMS ctags ctags-recursive distclean 
  863. distclean-compile distclean-generic distclean-hdr 
  864. distclean-libtool distclean-tags distdir dvi dvi-am html 
  865. html-am info info-am install install-am install-data 
  866. install-data-am install-dvi install-dvi-am install-exec 
  867. install-exec-am install-html install-html-am 
  868. install-includeHEADERS install-info install-info-am 
  869. install-libLTLIBRARIES install-man 
  870. install-nodist_includeHEADERS install-pdf install-pdf-am 
  871. install-ps install-ps-am install-strip installcheck 
  872. installcheck-am installdirs installdirs-am maintainer-clean 
  873. maintainer-clean-generic mostlyclean mostlyclean-compile 
  874. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am 
  875. tags tags-recursive uninstall uninstall-am 
  876. uninstall-includeHEADERS uninstall-libLTLIBRARIES 
  877. uninstall-nodist_includeHEADERS
  878. test_endswap.c: test_endswap.def test_endswap.tpl
  879. autogen --writable test_endswap.def
  880. genfiles : test_endswap.c $(SYMBOL_FILES)
  881. # A single test programs.
  882. # It is not possible to place these in the tests/ directory because they
  883. # need access to the internals of the SF_PRIVATE struct.
  884. check: $(noinst_PROGRAMS)
  885. @if [ -x /usr/bin/python2.5 ]; then $(srcdir)/binheader_writef_check.py $(srcdir)/*.c ; fi
  886. ./test_main$(EXEEXT)
  887. #======================================================================
  888. # Generate an OS specific Symbols files. This is done when the author
  889. # builds the distribution tarball. There should be not need for the
  890. # end user to create these files.
  891. Symbols.linux: create_symbols_file.py
  892. ./create_symbols_file.py linux $(VERSION) > $@
  893. Symbols.darwin: create_symbols_file.py
  894. ./create_symbols_file.py darwin $(VERSION) > $@
  895. libsndfile-1.def: create_symbols_file.py
  896. ./create_symbols_file.py win32 $(VERSION) > $@
  897. Symbols.os2: create_symbols_file.py
  898. ./create_symbols_file.py os2 $(VERSION) > $@
  899. Symbols.static: create_symbols_file.py
  900. ./create_symbols_file.py static $(VERSION) > $@
  901. # Fake dependancy to force the creation of these files.
  902. sndfile.o : $(SYMBOL_FILES)
  903. # Dependancies.
  904. aiff.c au.c g72x.c ircam.c mat4.c mat5.c nist.c paf.c pvf.c : sndfile.h common.h
  905. raw.c svx.c voc.c w64.c wav.c wav_w64.c htk.c sd2.c rx2.c txw.c : sndfile.h common.h
  906. sds.c wve.c dwd.c ogg.c xi.c sndfile.c common.c file_io.c : sndfile.h common.h
  907. command.c pcm.c ulaw.c alaw.c float32.c double64.c ima_adpcm.c : sndfile.h common.h
  908. ms_adpcm.c gsm610.c dwvw.c vox_adpcm.c interleave.c strings.c : sndfile.h common.h
  909. dither.c : sndfile.h common.h
  910. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  911. # Otherwise a system limit (for SysV at least) may be exceeded.
  912. .NOEXPORT: