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

mpeg/mp3

开发平台:

Visual 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. ####### kdevelop will overwrite this part!!! (begin)##########
  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. CC = @CC@
  50. MAKEINFO = @MAKEINFO@
  51. PACKAGE = @PACKAGE@
  52. RANLIB = @RANLIB@
  53. VERSION = @VERSION@
  54. ####### kdevelop will overwrite this part!!! (end)############
  55. bin_PROGRAMS = bladeenc
  56. bladeenc_SOURCES = arglink.c tables.c subs.c strupr.c samplein.c reservoir.c mdct.c main.c loop.c l3psy.c l3bitstream.c huffman.c formatbitstream2.c encode.c common.c codec.c bladtab.c bladesys.c 
  57. bladeenc_LDADD = -lm
  58. EXTRA_DIST = bladesys.c bladesys.h bladtab.c codec.c codec.h common.c common.h encode.c encoder.h formatbitstream2.c formatbitstream2.h huffman.c huffman.h l3bitstream-pvt.h l3bitstream.c l3bitstream.h l3psy.c l3psy.h l3side.h loop-pvt.h loop.c loop.h main.c mdct.c mdct.h reservoir.c reservoir.h samplein.c samplein.h strupr.c subs.c system.h tables.c tables.h arglink.c arglink.h 
  59. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  60. CONFIG_HEADER = ../config.h
  61. CONFIG_CLEAN_FILES = 
  62. PROGRAMS =  $(bin_PROGRAMS)
  63. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  64. CPPFLAGS = @CPPFLAGS@
  65. LDFLAGS = @LDFLAGS@
  66. LIBS = @LIBS@
  67. bladeenc_OBJECTS =  arglink.o tables.o subs.o strupr.o samplein.o 
  68. reservoir.o mdct.o main.o loop.o l3psy.o l3bitstream.o huffman.o 
  69. formatbitstream2.o encode.o common.o codec.o bladtab.o bladesys.o
  70. bladeenc_DEPENDENCIES = 
  71. bladeenc_LDFLAGS = 
  72. CFLAGS = @CFLAGS@
  73. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  74. CCLD = $(CC)
  75. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  76. DIST_COMMON =  Makefile.am Makefile.in
  77. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  78. TAR = gtar
  79. GZIP_ENV = --best
  80. SOURCES = $(bladeenc_SOURCES)
  81. OBJECTS = $(bladeenc_OBJECTS)
  82. all: all-redirect
  83. .SUFFIXES:
  84. .SUFFIXES: .S .c .o .s
  85. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  86. cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps bladeenc/Makefile
  87. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  88. cd $(top_builddir) 
  89.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  90. mostlyclean-binPROGRAMS:
  91. clean-binPROGRAMS:
  92. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  93. distclean-binPROGRAMS:
  94. maintainer-clean-binPROGRAMS:
  95. install-binPROGRAMS: $(bin_PROGRAMS)
  96. @$(NORMAL_INSTALL)
  97. $(mkinstalldirs) $(DESTDIR)$(bindir)
  98. @list='$(bin_PROGRAMS)'; for p in $$list; do 
  99.   if test -f $$p; then 
  100.     echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; 
  101.      $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  102.   else :; fi; 
  103. done
  104. uninstall-binPROGRAMS:
  105. @$(NORMAL_UNINSTALL)
  106. list='$(bin_PROGRAMS)'; for p in $$list; do 
  107.   rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; 
  108. done
  109. .c.o:
  110. $(COMPILE) -c $<
  111. .s.o:
  112. $(COMPILE) -c $<
  113. .S.o:
  114. $(COMPILE) -c $<
  115. mostlyclean-compile:
  116. -rm -f *.o core *.core
  117. clean-compile:
  118. distclean-compile:
  119. -rm -f *.tab.c
  120. maintainer-clean-compile:
  121. bladeenc: $(bladeenc_OBJECTS) $(bladeenc_DEPENDENCIES)
  122. @rm -f bladeenc
  123. $(LINK) $(bladeenc_LDFLAGS) $(bladeenc_OBJECTS) $(bladeenc_LDADD) $(LIBS)
  124. tags: TAGS
  125. ID: $(HEADERS) $(SOURCES) $(LISP)
  126. list='$(SOURCES) $(HEADERS)'; 
  127. unique=`for i in $$list; do echo $$i; done | 
  128.   awk '    { files[$$0] = 1; } 
  129.        END { for (i in files) print i; }'`; 
  130. here=`pwd` && cd $(srcdir) 
  131.   && mkid -f$$here/ID $$unique $(LISP)
  132. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  133. tags=; 
  134. here=`pwd`; 
  135. list='$(SOURCES) $(HEADERS)'; 
  136. unique=`for i in $$list; do echo $$i; done | 
  137.   awk '    { files[$$0] = 1; } 
  138.        END { for (i in files) print i; }'`; 
  139. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  140.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  141. mostlyclean-tags:
  142. clean-tags:
  143. distclean-tags:
  144. -rm -f TAGS ID
  145. maintainer-clean-tags:
  146. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  147. subdir = bladeenc
  148. distdir: $(DISTFILES)
  149. @for file in $(DISTFILES); do 
  150.   d=$(srcdir); 
  151.   if test -d $$d/$$file; then 
  152.     cp -pr $$/$$file $(distdir)/$$file; 
  153.   else 
  154.     test -f $(distdir)/$$file 
  155.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  156.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  157.   fi; 
  158. done
  159. arglink.o: arglink.c arglink.h
  160. bladesys.o: bladesys.c system.h codec.h samplein.h arglink.h bladesys.h
  161. bladtab.o: bladtab.c
  162. codec.o: codec.c common.h tables.h l3side.h encoder.h l3psy.h mdct.h 
  163. loop.h l3bitstream.h formatbitstream2.h codec.h
  164. common.o: common.c common.h tables.h l3side.h
  165. encode.o: encode.c common.h tables.h l3side.h encoder.h
  166. formatbitstream2.o: formatbitstream2.c formatbitstream2.h common.h 
  167. tables.h l3side.h
  168. huffman.o: huffman.c system.h common.h tables.h l3side.h huffman.h
  169. l3bitstream.o: l3bitstream.c system.h l3bitstream.h common.h tables.h 
  170. l3side.h encoder.h l3psy.h mdct.h loop.h formatbitstream2.h 
  171. huffman.h l3bitstream-pvt.h
  172. l3psy.o: l3psy.c common.h tables.h l3side.h encoder.h l3psy.h
  173. loop.o: loop.c system.h l3side.h loop.h common.h tables.h huffman.h 
  174. l3bitstream.h encoder.h reservoir.h loop-pvt.h
  175. main.o: main.c system.h codec.h samplein.h arglink.h bladesys.h
  176. mdct.o: mdct.c common.h tables.h l3side.h mdct.h
  177. reservoir.o: reservoir.c l3side.h loop.h common.h tables.h huffman.h 
  178. l3bitstream.h encoder.h reservoir.h
  179. samplein.o: samplein.c system.h samplein.h
  180. strupr.o: strupr.c
  181. subs.o: subs.c common.h tables.h l3side.h encoder.h
  182. tables.o: tables.c tables.h
  183. info-am:
  184. info: info-am
  185. dvi-am:
  186. dvi: dvi-am
  187. check-am: all-am
  188. check: check-am
  189. installcheck-am:
  190. installcheck: installcheck-am
  191. install-exec-am: install-binPROGRAMS
  192. install-exec: install-exec-am
  193. install-data-am:
  194. install-data: install-data-am
  195. install-am: all-am
  196. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  197. install: install-am
  198. uninstall-am: uninstall-binPROGRAMS
  199. uninstall: uninstall-am
  200. all-am: Makefile $(PROGRAMS)
  201. all-redirect: all-am
  202. install-strip:
  203. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  204. installdirs:
  205. $(mkinstalldirs)  $(DESTDIR)$(bindir)
  206. mostlyclean-generic:
  207. clean-generic:
  208. distclean-generic:
  209. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  210. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  211. maintainer-clean-generic:
  212. mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile 
  213. mostlyclean-tags mostlyclean-generic
  214. mostlyclean: mostlyclean-am
  215. clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic 
  216. mostlyclean-am
  217. clean: clean-am
  218. distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags 
  219. distclean-generic clean-am
  220. distclean: distclean-am
  221. maintainer-clean-am:  maintainer-clean-binPROGRAMS 
  222. maintainer-clean-compile maintainer-clean-tags 
  223. maintainer-clean-generic distclean-am
  224. @echo "This command is intended for maintainers to use;"
  225. @echo "it deletes files that may require special tools to rebuild."
  226. maintainer-clean: maintainer-clean-am
  227. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS 
  228. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS 
  229. mostlyclean-compile distclean-compile clean-compile 
  230. maintainer-clean-compile tags mostlyclean-tags distclean-tags 
  231. clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check 
  232. check-am installcheck-am installcheck install-exec-am install-exec 
  233. install-data-am install-data install-am install uninstall-am uninstall 
  234. all-redirect all-am all installdirs mostlyclean-generic 
  235. distclean-generic clean-generic maintainer-clean-generic clean 
  236. mostlyclean distclean maintainer-clean
  237. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  238. # Otherwise a system limit (for SysV at least) may be exceeded.
  239. .NOEXPORT: