Makefile.in
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:15k
源码类别:

DVD

开发平台:

Unix_Linux

  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. # # Process this file with automake to produce Makefile.in.
  11. SHELL = @SHELL@
  12. srcdir = @srcdir@
  13. top_srcdir = @top_srcdir@
  14. VPATH = @srcdir@
  15. prefix = @prefix@
  16. exec_prefix = @exec_prefix@
  17. bindir = @bindir@
  18. sbindir = @sbindir@
  19. libexecdir = @libexecdir@
  20. datadir = @datadir@
  21. sysconfdir = @sysconfdir@
  22. sharedstatedir = @sharedstatedir@
  23. localstatedir = @localstatedir@
  24. libdir = @libdir@
  25. infodir = @infodir@
  26. mandir = @mandir@
  27. includedir = @includedir@
  28. oldincludedir = /usr/include
  29. DESTDIR =
  30. pkgdatadir = $(datadir)/@PACKAGE@
  31. pkglibdir = $(libdir)/@PACKAGE@
  32. pkgincludedir = $(includedir)/@PACKAGE@
  33. top_builddir = .
  34. ACLOCAL = @ACLOCAL@
  35. AUTOCONF = @AUTOCONF@
  36. AUTOMAKE = @AUTOMAKE@
  37. AUTOHEADER = @AUTOHEADER@
  38. INSTALL = @INSTALL@
  39. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = @INSTALL_DATA@
  41. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  42. transform = @program_transform_name@
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. host_alias = @host_alias@
  50. host_triplet = @host@
  51. CC = @CC@
  52. MAINT = @MAINT@
  53. MAKEINFO = @MAKEINFO@
  54. PACKAGE = @PACKAGE@
  55. RANLIB = @RANLIB@
  56. VERSION = @VERSION@
  57. AUTOMAKE_OPTIONS = 1.3 foreign
  58. CFLAGS = -Wall -Werror -O3 -g
  59. bin_PROGRAMS = ac3dec 
  60. ac3dec_LDADD = -lm
  61. ac3dec_SOURCES = bitstream.c decode.c imdct.c mantissa.c exponent.c stats.c  bit_allocate.c uncouple.c output.c parse.c crc.c debug.c ring_buffer.c  matlab.c rematrix.c downmix.c dither.c
  62. noinst_HEADERS = bitstream.h decode.h imdct.h ac3.h stats.h mantissa.h  exponent.h bit_allocate.h uncouple.h output.h parse.h crc.h debug.h  ring_buffer.h matlab.h rematrix.h downmix.h dither.h
  63. EXTRA_ac3dec_SOURCES = output_linux.c output_solaris.c
  64. EXTRA_DIST = README Changelog TODO
  65. SUBDIRS = . test tools
  66. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  67. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  68. CONFIG_HEADER = config.h
  69. CONFIG_CLEAN_FILES = 
  70. PROGRAMS =  $(bin_PROGRAMS)
  71. DEFS = @DEFS@ -I. -I$(srcdir) -I.
  72. CPPFLAGS = @CPPFLAGS@
  73. LDFLAGS = @LDFLAGS@
  74. LIBS = @LIBS@
  75. ac3dec_OBJECTS =  bitstream.o decode.o imdct.o mantissa.o exponent.o 
  76. stats.o bit_allocate.o uncouple.o output.o parse.o crc.o debug.o 
  77. ring_buffer.o matlab.o rematrix.o downmix.o dither.o
  78. ac3dec_DEPENDENCIES = 
  79. ac3dec_LDFLAGS = 
  80. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  81. CCLD = $(CC)
  82. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  83. HEADERS =  $(noinst_HEADERS)
  84. DIST_COMMON =  README ./stamp-h.in COPYING Makefile.am Makefile.in TODO 
  85. aclocal.m4 config.guess config.h.in config.sub configure configure.in 
  86. install-sh missing mkinstalldirs
  87. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  88. TAR = tar
  89. GZIP_ENV = --best
  90. DEP_FILES =  .deps/bit_allocate.P .deps/bitstream.P .deps/crc.P 
  91. .deps/debug.P .deps/decode.P .deps/dither.P .deps/downmix.P 
  92. .deps/exponent.P .deps/imdct.P .deps/mantissa.P .deps/matlab.P 
  93. .deps/output.P .deps/output_linux.P .deps/output_solaris.P 
  94. .deps/parse.P .deps/rematrix.P .deps/ring_buffer.P .deps/stats.P 
  95. .deps/uncouple.P
  96. SOURCES = $(ac3dec_SOURCES) $(EXTRA_ac3dec_SOURCES)
  97. OBJECTS = $(ac3dec_OBJECTS)
  98. all: all-redirect
  99. .SUFFIXES:
  100. .SUFFIXES: .S .c .o .s
  101. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  102. cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
  103. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  104. cd $(top_builddir) 
  105.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  106. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in 
  107. cd $(srcdir) && $(ACLOCAL)
  108. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  109. $(SHELL) ./config.status --recheck
  110. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  111. cd $(srcdir) && $(AUTOCONF)
  112. config.h: stamp-h
  113. @if test ! -f $@; then 
  114. rm -f stamp-h; 
  115. $(MAKE) stamp-h; 
  116. else :; fi
  117. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  118. cd $(top_builddir) 
  119.   && CONFIG_FILES= CONFIG_HEADERS=config.h 
  120.      $(SHELL) ./config.status
  121. @echo timestamp > stamp-h 2> /dev/null
  122. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
  123. @if test ! -f $@; then 
  124. rm -f $(srcdir)/stamp-h.in; 
  125. $(MAKE) $(srcdir)/stamp-h.in; 
  126. else :; fi
  127. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  128. cd $(top_srcdir) && $(AUTOHEADER)
  129. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  130. mostlyclean-hdr:
  131. clean-hdr:
  132. distclean-hdr:
  133. -rm -f config.h
  134. maintainer-clean-hdr:
  135. mostlyclean-binPROGRAMS:
  136. clean-binPROGRAMS:
  137. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  138. distclean-binPROGRAMS:
  139. maintainer-clean-binPROGRAMS:
  140. install-binPROGRAMS: $(bin_PROGRAMS)
  141. @$(NORMAL_INSTALL)
  142. $(mkinstalldirs) $(DESTDIR)$(bindir)
  143. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  144.   if test -f $$p; then 
  145.     echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; 
  146.      $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  147.   else :; fi; 
  148. done
  149. uninstall-binPROGRAMS:
  150. @$(NORMAL_UNINSTALL)
  151. list='$(bin_PROGRAMS)'; for p in $$list; do 
  152.   rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  153. done
  154. .s.o:
  155. $(COMPILE) -c $<
  156. .S.o:
  157. $(COMPILE) -c $<
  158. mostlyclean-compile:
  159. -rm -f *.o core *.core
  160. clean-compile:
  161. distclean-compile:
  162. -rm -f *.tab.c
  163. maintainer-clean-compile:
  164. ac3dec: $(ac3dec_OBJECTS) $(ac3dec_DEPENDENCIES)
  165. @rm -f ac3dec
  166. $(LINK) $(ac3dec_LDFLAGS) $(ac3dec_OBJECTS) $(ac3dec_LDADD) $(LIBS)
  167. # This directory's subdirectories are mostly independent; you can cd
  168. # into them and run `make' without going through this Makefile.
  169. # To change the values of `make' variables: instead of editing Makefiles,
  170. # (1) if the variable is set in `config.status', edit `config.status'
  171. #     (which will cause the Makefiles to be regenerated when you run `make');
  172. # (2) otherwise, pass the desired values on the `make' command line.
  173. @SET_MAKE@
  174. all-recursive install-data-recursive install-exec-recursive 
  175. installdirs-recursive install-recursive uninstall-recursive  
  176. check-recursive installcheck-recursive info-recursive dvi-recursive:
  177. @set fnord $(MAKEFLAGS); amf=$$2; 
  178. dot_seen=no; 
  179. target=`echo $@ | sed s/-recursive//`; 
  180. list='$(SUBDIRS)'; for subdir in $$list; do 
  181.   echo "Making $$target in $$subdir"; 
  182.   if test "$$subdir" = "."; then 
  183.     dot_seen=yes; 
  184.     local_target="$$target-am"; 
  185.   else 
  186.     local_target="$$target"; 
  187.   fi; 
  188.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  189.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  190. done; 
  191. if test "$$dot_seen" = "no"; then 
  192.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  193. fi; test -z "$$fail"
  194. mostlyclean-recursive clean-recursive distclean-recursive 
  195. maintainer-clean-recursive:
  196. @set fnord $(MAKEFLAGS); amf=$$2; 
  197. dot_seen=no; 
  198. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  199.   rev="$$subdir $$rev"; 
  200.   test "$$subdir" = "." && dot_seen=yes; 
  201. done; 
  202. test "$$dot_seen" = "no" && rev=". $$rev"; 
  203. target=`echo $@ | sed s/-recursive//`; 
  204. for subdir in $$rev; do 
  205.   echo "Making $$target in $$subdir"; 
  206.   if test "$$subdir" = "."; then 
  207.     local_target="$$target-am"; 
  208.   else 
  209.     local_target="$$target"; 
  210.   fi; 
  211.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  212.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  213. done && test -z "$$fail"
  214. tags-recursive:
  215. list='$(SUBDIRS)'; for subdir in $$list; do 
  216.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  217. done
  218. tags: TAGS
  219. ID: $(HEADERS) $(SOURCES) $(LISP)
  220. list='$(SOURCES) $(HEADERS)'; 
  221. unique=`for i in $$list; do echo $$i; done | 
  222.   awk '    { files[$$0] = 1; } 
  223.        END { for (i in files) print i; }'`; 
  224. here=`pwd` && cd $(srcdir) 
  225.   && mkid -f$$here/ID $$unique $(LISP)
  226. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  227. tags=; 
  228. here=`pwd`; 
  229. list='$(SUBDIRS)'; for subdir in $$list; do 
  230.    if test "$$subdir" = .; then :; else 
  231.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  232.    fi; 
  233. done; 
  234. list='$(SOURCES) $(HEADERS)'; 
  235. unique=`for i in $$list; do echo $$i; done | 
  236.   awk '    { files[$$0] = 1; } 
  237.        END { for (i in files) print i; }'`; 
  238. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  239.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  240. mostlyclean-tags:
  241. clean-tags:
  242. distclean-tags:
  243. -rm -f TAGS ID
  244. maintainer-clean-tags:
  245. distdir = $(PACKAGE)-$(VERSION)
  246. top_distdir = $(distdir)
  247. # This target untars the dist file and tries a VPATH configuration.  Then
  248. # it guarantees that the distribution is self-contained by making another
  249. # tarfile.
  250. distcheck: dist
  251. -rm -rf $(distdir)
  252. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  253. mkdir $(distdir)/=build
  254. mkdir $(distdir)/=inst
  255. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  256. cd $(distdir)/=build 
  257.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  258.   && $(MAKE) $(AM_MAKEFLAGS) 
  259.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  260.   && $(MAKE) $(AM_MAKEFLAGS) check 
  261.   && $(MAKE) $(AM_MAKEFLAGS) install 
  262.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  263.   && $(MAKE) $(AM_MAKEFLAGS) dist
  264. -rm -rf $(distdir)
  265. @banner="$(distdir).tar.gz is ready for distribution"; 
  266. dashes=`echo "$$banner" | sed s/./=/g`; 
  267. echo "$$dashes"; 
  268. echo "$$banner"; 
  269. echo "$$dashes"
  270. dist: distdir
  271. -chmod -R a+r $(distdir)
  272. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  273. -rm -rf $(distdir)
  274. dist-all: distdir
  275. -chmod -R a+r $(distdir)
  276. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  277. -rm -rf $(distdir)
  278. distdir: $(DISTFILES)
  279. -rm -rf $(distdir)
  280. mkdir $(distdir)
  281. -chmod 777 $(distdir)
  282. here=`cd $(top_builddir) && pwd`; 
  283. top_distdir=`cd $(distdir) && pwd`; 
  284. distdir=`cd $(distdir) && pwd`; 
  285. cd $(top_srcdir) 
  286.   && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile
  287. @for file in $(DISTFILES); do 
  288.   d=$(srcdir); 
  289.   if test -d $$d/$$file; then 
  290.     cp -pr $$/$$file $(distdir)/$$file; 
  291.   else 
  292.     test -f $(distdir)/$$file 
  293.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  294.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  295.   fi; 
  296. done
  297. for subdir in $(SUBDIRS); do 
  298.   if test "$$subdir" = .; then :; else 
  299.     test -d $(distdir)/$$subdir 
  300.     || mkdir $(distdir)/$$subdir 
  301.     || exit 1; 
  302.     chmod 777 $(distdir)/$$subdir; 
  303.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) 
  304.       || exit 1; 
  305.   fi; 
  306. done
  307. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  308. -include $(DEP_FILES)
  309. mostlyclean-depend:
  310. clean-depend:
  311. distclean-depend:
  312. -rm -rf .deps
  313. maintainer-clean-depend:
  314. %.o: %.c
  315. @echo '$(COMPILE) -c $<'; 
  316. $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  317. @-cp .deps/$(*F).pp .deps/$(*F).P; 
  318. tr ' ' '12' < .deps/$(*F).pp 
  319.   | sed -e 's/^\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' 
  320.     >> .deps/$(*F).P; 
  321. rm .deps/$(*F).pp
  322. %.lo: %.c
  323. @echo '$(LTCOMPILE) -c $<'; 
  324. $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  325. @-sed -e 's/^([^:]*).o[  ]*:/1.lo 1.o :/' 
  326.   < .deps/$(*F).pp > .deps/$(*F).P; 
  327. tr ' ' '12' < .deps/$(*F).pp 
  328.   | sed -e 's/^\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' 
  329.     >> .deps/$(*F).P; 
  330. rm -f .deps/$(*F).pp
  331. info-am:
  332. info: info-recursive
  333. dvi-am:
  334. dvi: dvi-recursive
  335. check-am: all-am
  336. check: check-recursive
  337. installcheck-am:
  338. installcheck: installcheck-recursive
  339. all-recursive-am: config.h
  340. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  341. install-exec-am: install-binPROGRAMS
  342. install-exec: install-exec-recursive
  343. install-data-am:
  344. install-data: install-data-recursive
  345. install-am: all-am
  346. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  347. install: install-recursive
  348. uninstall-am: uninstall-binPROGRAMS
  349. uninstall: uninstall-recursive
  350. all-am: Makefile $(PROGRAMS) $(HEADERS) config.h
  351. all-redirect: all-recursive-am
  352. install-strip:
  353. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  354. installdirs: installdirs-recursive
  355. installdirs-am:
  356. $(mkinstalldirs)  $(DESTDIR)$(bindir)
  357. mostlyclean-generic:
  358. clean-generic:
  359. distclean-generic:
  360. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  361. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  362. maintainer-clean-generic:
  363. mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS 
  364. mostlyclean-compile mostlyclean-tags mostlyclean-depend 
  365. mostlyclean-generic
  366. mostlyclean: mostlyclean-recursive
  367. clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags 
  368. clean-depend clean-generic mostlyclean-am
  369. clean: clean-recursive
  370. distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile 
  371. distclean-tags distclean-depend distclean-generic 
  372. clean-am
  373. distclean: distclean-recursive
  374. -rm -f config.status
  375. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS 
  376. maintainer-clean-compile maintainer-clean-tags 
  377. maintainer-clean-depend maintainer-clean-generic 
  378. distclean-am
  379. @echo "This command is intended for maintainers to use;"
  380. @echo "it deletes files that may require special tools to rebuild."
  381. maintainer-clean: maintainer-clean-recursive
  382. -rm -f config.status
  383. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  384. mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS 
  385. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS 
  386. mostlyclean-compile distclean-compile clean-compile 
  387. maintainer-clean-compile install-data-recursive 
  388. uninstall-data-recursive install-exec-recursive 
  389. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive 
  390. all-recursive check-recursive installcheck-recursive info-recursive 
  391. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive 
  392. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  393. distclean-tags clean-tags maintainer-clean-tags distdir 
  394. mostlyclean-depend distclean-depend clean-depend 
  395. maintainer-clean-depend info-am info dvi-am dvi check check-am 
  396. installcheck-am installcheck all-recursive-am install-exec-am 
  397. install-exec install-data-am install-data install-am install 
  398. uninstall-am uninstall all-redirect all-am all installdirs-am 
  399. installdirs mostlyclean-generic distclean-generic clean-generic 
  400. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  401. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  402. # Otherwise a system limit (for SysV at least) may be exceeded.
  403. .NOEXPORT: