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

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 = extract_ac3 verify_ac3
  60. extract_ac3_SOURCES = extract_ac3.c
  61. verify_ac3_SOURCES = verify_ac3.c
  62. verify_ac3_LDADD = ../parse.o ../bitstream.o ../crc.o ../debug.o ../stats.o
  63. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  64. CONFIG_HEADER = ../config.h
  65. CONFIG_CLEAN_FILES = 
  66. PROGRAMS =  $(bin_PROGRAMS)
  67. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  68. CPPFLAGS = @CPPFLAGS@
  69. LDFLAGS = @LDFLAGS@
  70. LIBS = @LIBS@
  71. extract_ac3_OBJECTS =  extract_ac3.o
  72. extract_ac3_LDADD = $(LDADD)
  73. extract_ac3_DEPENDENCIES = 
  74. extract_ac3_LDFLAGS = 
  75. verify_ac3_OBJECTS =  verify_ac3.o
  76. verify_ac3_DEPENDENCIES =  ../parse.o ../bitstream.o ../crc.o ../debug.o 
  77. ../stats.o
  78. verify_ac3_LDFLAGS = 
  79. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  80. CCLD = $(CC)
  81. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  82. DIST_COMMON =  Makefile.am Makefile.in
  83. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  84. TAR = tar
  85. GZIP_ENV = --best
  86. DEP_FILES =  .deps/extract_ac3.P .deps/verify_ac3.P
  87. SOURCES = $(extract_ac3_SOURCES) $(verify_ac3_SOURCES)
  88. OBJECTS = $(extract_ac3_OBJECTS) $(verify_ac3_OBJECTS)
  89. all: all-redirect
  90. .SUFFIXES:
  91. .SUFFIXES: .S .c .o .s
  92. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  93. cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile
  94. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  95. cd $(top_builddir) 
  96.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  97. mostlyclean-binPROGRAMS:
  98. clean-binPROGRAMS:
  99. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  100. distclean-binPROGRAMS:
  101. maintainer-clean-binPROGRAMS:
  102. install-binPROGRAMS: $(bin_PROGRAMS)
  103. @$(NORMAL_INSTALL)
  104. $(mkinstalldirs) $(DESTDIR)$(bindir)
  105. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  106.   if test -f $$p; then 
  107.     echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; 
  108.      $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  109.   else :; fi; 
  110. done
  111. uninstall-binPROGRAMS:
  112. @$(NORMAL_UNINSTALL)
  113. list='$(bin_PROGRAMS)'; for p in $$list; do 
  114.   rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  115. done
  116. .s.o:
  117. $(COMPILE) -c $<
  118. .S.o:
  119. $(COMPILE) -c $<
  120. mostlyclean-compile:
  121. -rm -f *.o core *.core
  122. clean-compile:
  123. distclean-compile:
  124. -rm -f *.tab.c
  125. maintainer-clean-compile:
  126. extract_ac3: $(extract_ac3_OBJECTS) $(extract_ac3_DEPENDENCIES)
  127. @rm -f extract_ac3
  128. $(LINK) $(extract_ac3_LDFLAGS) $(extract_ac3_OBJECTS) $(extract_ac3_LDADD) $(LIBS)
  129. verify_ac3: $(verify_ac3_OBJECTS) $(verify_ac3_DEPENDENCIES)
  130. @rm -f verify_ac3
  131. $(LINK) $(verify_ac3_LDFLAGS) $(verify_ac3_OBJECTS) $(verify_ac3_LDADD) $(LIBS)
  132. tags: TAGS
  133. ID: $(HEADERS) $(SOURCES) $(LISP)
  134. list='$(SOURCES) $(HEADERS)'; 
  135. unique=`for i in $$list; do echo $$i; done | 
  136.   awk '    { files[$$0] = 1; } 
  137.        END { for (i in files) print i; }'`; 
  138. here=`pwd` && cd $(srcdir) 
  139.   && mkid -f$$here/ID $$unique $(LISP)
  140. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  141. tags=; 
  142. here=`pwd`; 
  143. list='$(SOURCES) $(HEADERS)'; 
  144. unique=`for i in $$list; do echo $$i; done | 
  145.   awk '    { files[$$0] = 1; } 
  146.        END { for (i in files) print i; }'`; 
  147. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  148.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  149. mostlyclean-tags:
  150. clean-tags:
  151. distclean-tags:
  152. -rm -f TAGS ID
  153. maintainer-clean-tags:
  154. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  155. subdir = tools
  156. distdir: $(DISTFILES)
  157. here=`cd $(top_builddir) && pwd`; 
  158. top_distdir=`cd $(top_distdir) && pwd`; 
  159. distdir=`cd $(distdir) && pwd`; 
  160. cd $(top_srcdir) 
  161.   && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign tools/Makefile
  162. @for file in $(DISTFILES); do 
  163.   d=$(srcdir); 
  164.   if test -d $$d/$$file; then 
  165.     cp -pr $$/$$file $(distdir)/$$file; 
  166.   else 
  167.     test -f $(distdir)/$$file 
  168.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  169.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  170.   fi; 
  171. done
  172. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  173. -include $(DEP_FILES)
  174. mostlyclean-depend:
  175. clean-depend:
  176. distclean-depend:
  177. -rm -rf .deps
  178. maintainer-clean-depend:
  179. %.o: %.c
  180. @echo '$(COMPILE) -c $<'; 
  181. $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  182. @-cp .deps/$(*F).pp .deps/$(*F).P; 
  183. tr ' ' '12' < .deps/$(*F).pp 
  184.   | sed -e 's/^\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' 
  185.     >> .deps/$(*F).P; 
  186. rm .deps/$(*F).pp
  187. %.lo: %.c
  188. @echo '$(LTCOMPILE) -c $<'; 
  189. $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  190. @-sed -e 's/^([^:]*).o[  ]*:/1.lo 1.o :/' 
  191.   < .deps/$(*F).pp > .deps/$(*F).P; 
  192. tr ' ' '12' < .deps/$(*F).pp 
  193.   | sed -e 's/^\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' 
  194.     >> .deps/$(*F).P; 
  195. rm -f .deps/$(*F).pp
  196. info-am:
  197. info: info-am
  198. dvi-am:
  199. dvi: dvi-am
  200. check-am: all-am
  201. check: check-am
  202. installcheck-am:
  203. installcheck: installcheck-am
  204. install-exec-am: install-binPROGRAMS
  205. install-exec: install-exec-am
  206. install-data-am:
  207. install-data: install-data-am
  208. install-am: all-am
  209. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  210. install: install-am
  211. uninstall-am: uninstall-binPROGRAMS
  212. uninstall: uninstall-am
  213. all-am: Makefile $(PROGRAMS)
  214. all-redirect: all-am
  215. install-strip:
  216. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  217. installdirs:
  218. $(mkinstalldirs)  $(DESTDIR)$(bindir)
  219. mostlyclean-generic:
  220. clean-generic:
  221. distclean-generic:
  222. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  223. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  224. maintainer-clean-generic:
  225. mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile 
  226. mostlyclean-tags mostlyclean-depend mostlyclean-generic
  227. mostlyclean: mostlyclean-am
  228. clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-depend 
  229. clean-generic mostlyclean-am
  230. clean: clean-am
  231. distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags 
  232. distclean-depend distclean-generic clean-am
  233. distclean: distclean-am
  234. maintainer-clean-am:  maintainer-clean-binPROGRAMS 
  235. maintainer-clean-compile maintainer-clean-tags 
  236. maintainer-clean-depend maintainer-clean-generic 
  237. distclean-am
  238. @echo "This command is intended for maintainers to use;"
  239. @echo "it deletes files that may require special tools to rebuild."
  240. maintainer-clean: maintainer-clean-am
  241. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS 
  242. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS 
  243. mostlyclean-compile distclean-compile clean-compile 
  244. maintainer-clean-compile tags mostlyclean-tags distclean-tags 
  245. clean-tags maintainer-clean-tags distdir mostlyclean-depend 
  246. distclean-depend clean-depend maintainer-clean-depend info-am info 
  247. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  248. install-exec install-data-am install-data install-am install 
  249. uninstall-am uninstall all-redirect all-am all installdirs 
  250. mostlyclean-generic distclean-generic clean-generic 
  251. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  252. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  253. # Otherwise a system limit (for SysV at least) may be exceeded.
  254. .NOEXPORT: