Makefile.in
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:15k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # This file was automatically generated
  11. # DO NOT EDIT!
  12. #
  13. SHELL = @SHELL@
  14. srcdir = @srcdir@
  15. top_srcdir = @top_srcdir@
  16. VPATH = @srcdir@
  17. prefix = @prefix@
  18. exec_prefix = @exec_prefix@
  19. bindir = @bindir@
  20. sbindir = @sbindir@
  21. libexecdir = @libexecdir@
  22. datadir = @datadir@
  23. sysconfdir = @sysconfdir@
  24. sharedstatedir = @sharedstatedir@
  25. localstatedir = @localstatedir@
  26. libdir = @libdir@
  27. infodir = @infodir@
  28. mandir = @mandir@
  29. includedir = @includedir@
  30. oldincludedir = /usr/include
  31. DESTDIR =
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkglibdir = $(libdir)/@PACKAGE@
  34. pkgincludedir = $(includedir)/@PACKAGE@
  35. top_builddir = ..
  36. ACLOCAL = @ACLOCAL@
  37. AUTOCONF = @AUTOCONF@
  38. AUTOMAKE = @AUTOMAKE@
  39. INSTALL = @INSTALL@
  40. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  41. INSTALL_DATA = @INSTALL_DATA@
  42. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  43. transform = @program_transform_name@
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. build_alias = @build_alias@
  51. build_triplet = @build@
  52. host_alias = @host_alias@
  53. host_triplet = @host@
  54. target_alias = @target_alias@
  55. target_triplet = @target@
  56. AS = @AS@
  57. CC = @CC@
  58. DLLTOOL = @DLLTOOL@
  59. LD = @LD@
  60. LIBTOOL = @LIBTOOL@
  61. LN_S = @LN_S@
  62. MAKEINFO = @MAKEINFO@
  63. NM = @NM@
  64. OBJDUMP = @OBJDUMP@
  65. PACKAGE = @PACKAGE@
  66. RANLIB = @RANLIB@
  67. SHARED_VERSION_INFO = @SHARED_VERSION_INFO@
  68. VERSION = @VERSION@
  69. subdirs = @subdirs@
  70. DIST_SUBDIRS = GSM610 G72x
  71. SUBDIRS = GSM610 G72x
  72. lib_LTLIBRARIES = libsndfile.la
  73. include_HEADERS = sndfile.h
  74. INCLUDES = -I$(srcdir)/../src -I$(srcdir)
  75. noinst_HEADERS = common.h sfendian.h pcm.h ulaw.h alaw.h wav.h au.h
  76. COMMON = common.c newpcm.c pcm.c ulaw.c alaw.c sndfile.c
  77. FILESPECIFIC = aiff.c au.c au_g72x.c paf.c raw.c svx.c wav.c wav_float.c  wav_gsm610.c wav_ima_adpcm.c wav_ms_adpcm.c
  78. libsndfile_la_SOURCES = $(FILESPECIFIC) $(COMMON) sndfile.h common.h
  79. libsndfile_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@
  80. libsndfile_la_LIBADD = GSM610/libgsm.la G72x/libg72x.la
  81. # Disable autoheader. 
  82. AUTOHEADER = echo
  83. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  84. CONFIG_HEADER = config.h
  85. CONFIG_CLEAN_FILES = 
  86. LTLIBRARIES =  $(lib_LTLIBRARIES)
  87. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  88. CPPFLAGS = @CPPFLAGS@
  89. LDFLAGS = @LDFLAGS@
  90. LIBS = @LIBS@
  91. libsndfile_la_DEPENDENCIES =  GSM610/libgsm.la G72x/libg72x.la
  92. libsndfile_la_OBJECTS =  aiff.lo au.lo au_g72x.lo paf.lo raw.lo svx.lo 
  93. wav.lo wav_float.lo wav_gsm610.lo wav_ima_adpcm.lo wav_ms_adpcm.lo 
  94. common.lo newpcm.lo pcm.lo ulaw.lo alaw.lo sndfile.lo
  95. CFLAGS = @CFLAGS@
  96. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  97. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  98. CCLD = $(CC)
  99. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  100. HEADERS =  $(include_HEADERS) $(noinst_HEADERS)
  101. DIST_COMMON =  ./stamp-h.in Makefile.am Makefile.in config.h.in
  102. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  103. TAR = gtar
  104. GZIP_ENV = --best
  105. SOURCES = $(libsndfile_la_SOURCES)
  106. OBJECTS = $(libsndfile_la_OBJECTS)
  107. all: all-redirect
  108. .SUFFIXES:
  109. .SUFFIXES: .S .c .lo .o .s
  110. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  111. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
  112. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  113. cd $(top_builddir) 
  114.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  115. config.h: stamp-h
  116. @if test ! -f $@; then 
  117. rm -f stamp-h; 
  118. $(MAKE) stamp-h; 
  119. else :; fi
  120. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  121. cd $(top_builddir) 
  122.   && CONFIG_FILES= CONFIG_HEADERS=src/config.h 
  123.      $(SHELL) ./config.status
  124. @echo timestamp > stamp-h 2> /dev/null
  125. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  126. @if test ! -f $@; then 
  127. rm -f $(srcdir)/stamp-h.in; 
  128. $(MAKE) $(srcdir)/stamp-h.in; 
  129. else :; fi
  130. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  131. cd $(top_srcdir) && $(AUTOHEADER)
  132. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  133. mostlyclean-hdr:
  134. clean-hdr:
  135. distclean-hdr:
  136. -rm -f config.h
  137. maintainer-clean-hdr:
  138. mostlyclean-libLTLIBRARIES:
  139. clean-libLTLIBRARIES:
  140. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  141. distclean-libLTLIBRARIES:
  142. maintainer-clean-libLTLIBRARIES:
  143. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  144. @$(NORMAL_INSTALL)
  145. $(mkinstalldirs) $(DESTDIR)$(libdir)
  146. @list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  147.   if test -f $$p; then 
  148.     echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; 
  149.     $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; 
  150.   else :; fi; 
  151. done
  152. uninstall-libLTLIBRARIES:
  153. @$(NORMAL_UNINSTALL)
  154. list='$(lib_LTLIBRARIES)'; for p in $$list; do 
  155.   $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; 
  156. done
  157. .c.o:
  158. $(COMPILE) -c $<
  159. .s.o:
  160. $(COMPILE) -c $<
  161. .S.o:
  162. $(COMPILE) -c $<
  163. mostlyclean-compile:
  164. -rm -f *.o core *.core
  165. clean-compile:
  166. distclean-compile:
  167. -rm -f *.tab.c
  168. maintainer-clean-compile:
  169. .c.lo:
  170. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  171. .s.lo:
  172. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  173. .S.lo:
  174. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  175. mostlyclean-libtool:
  176. -rm -f *.lo
  177. clean-libtool:
  178. -rm -rf .libs _libs
  179. distclean-libtool:
  180. maintainer-clean-libtool:
  181. libsndfile.la: $(libsndfile_la_OBJECTS) $(libsndfile_la_DEPENDENCIES)
  182. $(LINK) -rpath $(libdir) $(libsndfile_la_LDFLAGS) $(libsndfile_la_OBJECTS) $(libsndfile_la_LIBADD) $(LIBS)
  183. install-includeHEADERS: $(include_HEADERS)
  184. @$(NORMAL_INSTALL)
  185. $(mkinstalldirs) $(DESTDIR)$(includedir)
  186. @list='$(include_HEADERS)'; for p in $$list; do 
  187.   if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; 
  188.   echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p"; 
  189.   $(INSTALL_DATA) $$d$$p $(DESTDIR)$(includedir)/$$p; 
  190. done
  191. uninstall-includeHEADERS:
  192. @$(NORMAL_UNINSTALL)
  193. list='$(include_HEADERS)'; for p in $$list; do 
  194.   rm -f $(DESTDIR)$(includedir)/$$p; 
  195. done
  196. # This directory's subdirectories are mostly independent; you can cd
  197. # into them and run `make' without going through this Makefile.
  198. # To change the values of `make' variables: instead of editing Makefiles,
  199. # (1) if the variable is set in `config.status', edit `config.status'
  200. #     (which will cause the Makefiles to be regenerated when you run `make');
  201. # (2) otherwise, pass the desired values on the `make' command line.
  202. @SET_MAKE@
  203. all-recursive install-data-recursive install-exec-recursive 
  204. installdirs-recursive install-recursive uninstall-recursive  
  205. check-recursive installcheck-recursive info-recursive dvi-recursive:
  206. @set fnord $(MAKEFLAGS); amf=$$2; 
  207. dot_seen=no; 
  208. target=`echo $@ | sed s/-recursive//`; 
  209. list='$(SUBDIRS)'; for subdir in $$list; do 
  210.   echo "Making $$target in $$subdir"; 
  211.   if test "$$subdir" = "."; then 
  212.     dot_seen=yes; 
  213.     local_target="$$target-am"; 
  214.   else 
  215.     local_target="$$target"; 
  216.   fi; 
  217.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  218.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  219. done; 
  220. if test "$$dot_seen" = "no"; then 
  221.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  222. fi; test -z "$$fail"
  223. mostlyclean-recursive clean-recursive distclean-recursive 
  224. maintainer-clean-recursive:
  225. @set fnord $(MAKEFLAGS); amf=$$2; 
  226. dot_seen=no; 
  227. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  228.   rev="$$subdir $$rev"; 
  229.   test "$$subdir" = "." && dot_seen=yes; 
  230. done; 
  231. test "$$dot_seen" = "no" && rev=". $$rev"; 
  232. target=`echo $@ | sed s/-recursive//`; 
  233. for subdir in $$rev; do 
  234.   echo "Making $$target in $$subdir"; 
  235.   if test "$$subdir" = "."; then 
  236.     local_target="$$target-am"; 
  237.   else 
  238.     local_target="$$target"; 
  239.   fi; 
  240.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  241.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  242. done && test -z "$$fail"
  243. tags-recursive:
  244. list='$(SUBDIRS)'; for subdir in $$list; do 
  245.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  246. done
  247. tags: TAGS
  248. ID: $(HEADERS) $(SOURCES) $(LISP)
  249. list='$(SOURCES) $(HEADERS)'; 
  250. unique=`for i in $$list; do echo $$i; done | 
  251.   awk '    { files[$$0] = 1; } 
  252.        END { for (i in files) print i; }'`; 
  253. here=`pwd` && cd $(srcdir) 
  254.   && mkid -f$$here/ID $$unique $(LISP)
  255. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  256. tags=; 
  257. here=`pwd`; 
  258. list='$(SUBDIRS)'; for subdir in $$list; do 
  259.    if test "$$subdir" = .; then :; else 
  260.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  261.    fi; 
  262. done; 
  263. list='$(SOURCES) $(HEADERS)'; 
  264. unique=`for i in $$list; do echo $$i; done | 
  265.   awk '    { files[$$0] = 1; } 
  266.        END { for (i in files) print i; }'`; 
  267. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  268.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  269. mostlyclean-tags:
  270. clean-tags:
  271. distclean-tags:
  272. -rm -f TAGS ID
  273. maintainer-clean-tags:
  274. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  275. subdir = src
  276. distdir: $(DISTFILES)
  277. @for file in $(DISTFILES); do 
  278.   d=$(srcdir); 
  279.   if test -d $$d/$$file; then 
  280.     cp -pr $$/$$file $(distdir)/$$file; 
  281.   else 
  282.     test -f $(distdir)/$$file 
  283.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  284.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  285.   fi; 
  286. done
  287. for subdir in $(DIST_SUBDIRS); do 
  288.   if test "$$subdir" = .; then :; else 
  289.     test -d $(distdir)/$$subdir 
  290.     || mkdir $(distdir)/$$subdir 
  291.     || exit 1; 
  292.     chmod 777 $(distdir)/$$subdir; 
  293.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) 
  294.       || exit 1; 
  295.   fi; 
  296. done
  297. aiff.lo aiff.o : aiff.c sndfile.h config.h sfendian.h common.h pcm.h
  298. alaw.lo alaw.o : alaw.c sndfile.h common.h
  299. au.lo au.o : au.c sndfile.h config.h sfendian.h common.h pcm.h au.h 
  300. ulaw.h alaw.h
  301. au_g721.lo au_g721.o : au_g721.c sndfile.h config.h sfendian.h common.h 
  302. au.h G72x/g72x.h
  303. au_g721_32.lo au_g721_32.o : au_g721_32.c sndfile.h config.h sfendian.h 
  304. common.h au.h G72x/g72x.h
  305. au_g72x.lo au_g72x.o : au_g72x.c sndfile.h config.h sfendian.h common.h 
  306. au.h G72x/g72x.h
  307. common.lo common.o : common.c sndfile.h sfendian.h config.h common.h
  308. newpcm.lo newpcm.o : newpcm.c config.h sndfile.h common.h sfendian.h 
  309. pcm.h
  310. paf.lo paf.o : paf.c sndfile.h config.h sfendian.h common.h pcm.h
  311. pcm.lo pcm.o : pcm.c config.h sndfile.h common.h sfendian.h pcm.h
  312. raw.lo raw.o : raw.c sndfile.h config.h sfendian.h common.h pcm.h
  313. sndfile.lo sndfile.o : sndfile.c sndfile.h config.h sfendian.h common.h
  314. svx.lo svx.o : svx.c sndfile.h config.h sfendian.h common.h pcm.h
  315. ulaw.lo ulaw.o : ulaw.c sndfile.h common.h
  316. wav.lo wav.o : wav.c sndfile.h config.h sfendian.h common.h pcm.h ulaw.h 
  317. alaw.h wav.h
  318. wav_float.lo wav_float.o : wav_float.c sndfile.h config.h sfendian.h 
  319. common.h wav.h
  320. wav_gsm610.lo wav_gsm610.o : wav_gsm610.c sndfile.h config.h sfendian.h 
  321. common.h wav.h GSM610/gsm.h
  322. wav_ima_adpcm.lo wav_ima_adpcm.o : wav_ima_adpcm.c sndfile.h config.h 
  323. sfendian.h common.h wav.h
  324. wav_ms_adpcm.lo wav_ms_adpcm.o : wav_ms_adpcm.c sndfile.h config.h 
  325. sfendian.h common.h wav.h
  326. info-am:
  327. info: info-recursive
  328. dvi-am:
  329. dvi: dvi-recursive
  330. check-am: all-am
  331. check: check-recursive
  332. installcheck-am:
  333. installcheck: installcheck-recursive
  334. all-recursive-am: config.h
  335. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  336. install-exec-am: install-libLTLIBRARIES
  337. install-exec: install-exec-recursive
  338. install-data-am: install-includeHEADERS
  339. install-data: install-data-recursive
  340. install-am: all-am
  341. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  342. install: install-recursive
  343. uninstall-am: uninstall-libLTLIBRARIES uninstall-includeHEADERS
  344. uninstall: uninstall-recursive
  345. all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
  346. all-redirect: all-recursive-am
  347. install-strip:
  348. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  349. installdirs: installdirs-recursive
  350. installdirs-am:
  351. $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
  352. mostlyclean-generic:
  353. clean-generic:
  354. distclean-generic:
  355. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  356. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  357. maintainer-clean-generic:
  358. mostlyclean-am:  mostlyclean-hdr mostlyclean-libLTLIBRARIES 
  359. mostlyclean-compile mostlyclean-libtool 
  360. mostlyclean-tags mostlyclean-generic
  361. mostlyclean: mostlyclean-recursive
  362. clean-am:  clean-hdr clean-libLTLIBRARIES clean-compile clean-libtool 
  363. clean-tags clean-generic mostlyclean-am
  364. clean: clean-recursive
  365. distclean-am:  distclean-hdr distclean-libLTLIBRARIES distclean-compile 
  366. distclean-libtool distclean-tags distclean-generic 
  367. clean-am
  368. -rm -f libtool
  369. distclean: distclean-recursive
  370. maintainer-clean-am:  maintainer-clean-hdr 
  371. maintainer-clean-libLTLIBRARIES 
  372. maintainer-clean-compile maintainer-clean-libtool 
  373. maintainer-clean-tags maintainer-clean-generic 
  374. distclean-am
  375. @echo "This command is intended for maintainers to use;"
  376. @echo "it deletes files that may require special tools to rebuild."
  377. maintainer-clean: maintainer-clean-recursive
  378. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  379. mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES 
  380. clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES 
  381. uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile 
  382. distclean-compile clean-compile maintainer-clean-compile 
  383. mostlyclean-libtool distclean-libtool clean-libtool 
  384. maintainer-clean-libtool uninstall-includeHEADERS 
  385. install-includeHEADERS install-data-recursive uninstall-data-recursive 
  386. install-exec-recursive uninstall-exec-recursive installdirs-recursive 
  387. uninstalldirs-recursive all-recursive check-recursive 
  388. installcheck-recursive info-recursive dvi-recursive 
  389. mostlyclean-recursive distclean-recursive clean-recursive 
  390. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  391. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  392. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am 
  393. install-exec-am install-exec install-data-am install-data install-am 
  394. install uninstall-am uninstall all-redirect all-am all installdirs-am 
  395. installdirs mostlyclean-generic distclean-generic clean-generic 
  396. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  397. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  398. # Otherwise a system limit (for SysV at least) may be exceeded.
  399. .NOEXPORT: