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

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. SUBDIRS = bladeenc 
  55. EXTRA_DIST = bladeenc.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO bladeenc.lsm 
  56. ####### kdevelop will overwrite this part!!! (end)############
  57. AUTOMAKE_OPTIONS = foreign
  58. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  59. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  60. CONFIG_HEADER = config.h
  61. CONFIG_CLEAN_FILES = 
  62. DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL 
  63. Makefile.am Makefile.in TODO acconfig.h aclocal.m4 config.h.in 
  64. configure configure.in install-sh missing mkinstalldirs
  65. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  66. TAR = gtar
  67. GZIP_ENV = --best
  68. all: all-redirect
  69. .SUFFIXES:
  70. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  71. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  72. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  73. cd $(top_builddir) 
  74.   && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  75. $(ACLOCAL_M4):  configure.in 
  76. cd $(srcdir) && $(ACLOCAL)
  77. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  78. $(SHELL) ./config.status --recheck
  79. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  80. cd $(srcdir) && $(AUTOCONF)
  81. config.h: stamp-h
  82. @if test ! -f $@; then 
  83. rm -f stamp-h; 
  84. $(MAKE) stamp-h; 
  85. else :; fi
  86. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  87. cd $(top_builddir) 
  88.   && CONFIG_FILES= CONFIG_HEADERS=config.h 
  89.      $(SHELL) ./config.status
  90. @echo timestamp > stamp-h 2> /dev/null
  91. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  92. @if test ! -f $@; then 
  93. rm -f $(srcdir)/stamp-h.in; 
  94. $(MAKE) $(srcdir)/stamp-h.in; 
  95. else :; fi
  96. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
  97. cd $(top_srcdir) && $(AUTOHEADER)
  98. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  99. mostlyclean-hdr:
  100. clean-hdr:
  101. distclean-hdr:
  102. -rm -f config.h
  103. maintainer-clean-hdr:
  104. # This directory's subdirectories are mostly independent; you can cd
  105. # into them and run `make' without going through this Makefile.
  106. # To change the values of `make' variables: instead of editing Makefiles,
  107. # (1) if the variable is set in `config.status', edit `config.status'
  108. #     (which will cause the Makefiles to be regenerated when you run `make');
  109. # (2) otherwise, pass the desired values on the `make' command line.
  110. @SET_MAKE@
  111. all-recursive install-data-recursive install-exec-recursive 
  112. installdirs-recursive install-recursive uninstall-recursive  
  113. check-recursive installcheck-recursive info-recursive dvi-recursive:
  114. @set fnord $(MAKEFLAGS); amf=$$2; 
  115. dot_seen=no; 
  116. target=`echo $@ | sed s/-recursive//`; 
  117. list='$(SUBDIRS)'; for subdir in $$list; do 
  118.   echo "Making $$target in $$subdir"; 
  119.   if test "$$subdir" = "."; then 
  120.     dot_seen=yes; 
  121.     local_target="$$target-am"; 
  122.   else 
  123.     local_target="$$target"; 
  124.   fi; 
  125.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  126.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  127. done; 
  128. if test "$$dot_seen" = "no"; then 
  129.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  130. fi; test -z "$$fail"
  131. mostlyclean-recursive clean-recursive distclean-recursive 
  132. maintainer-clean-recursive:
  133. @set fnord $(MAKEFLAGS); amf=$$2; 
  134. dot_seen=no; 
  135. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  136.   rev="$$subdir $$rev"; 
  137.   test "$$subdir" = "." && dot_seen=yes; 
  138. done; 
  139. test "$$dot_seen" = "no" && rev=". $$rev"; 
  140. target=`echo $@ | sed s/-recursive//`; 
  141. for subdir in $$rev; do 
  142.   echo "Making $$target in $$subdir"; 
  143.   if test "$$subdir" = "."; then 
  144.     local_target="$$target-am"; 
  145.   else 
  146.     local_target="$$target"; 
  147.   fi; 
  148.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  149.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  150. done && test -z "$$fail"
  151. tags-recursive:
  152. list='$(SUBDIRS)'; for subdir in $$list; do 
  153.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  154. done
  155. tags: TAGS
  156. ID: $(HEADERS) $(SOURCES) $(LISP)
  157. list='$(SOURCES) $(HEADERS)'; 
  158. unique=`for i in $$list; do echo $$i; done | 
  159.   awk '    { files[$$0] = 1; } 
  160.        END { for (i in files) print i; }'`; 
  161. here=`pwd` && cd $(srcdir) 
  162.   && mkid -f$$here/ID $$unique $(LISP)
  163. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  164. tags=; 
  165. here=`pwd`; 
  166. list='$(SUBDIRS)'; for subdir in $$list; do 
  167.    if test "$$subdir" = .; then :; else 
  168.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  169.    fi; 
  170. done; 
  171. list='$(SOURCES) $(HEADERS)'; 
  172. unique=`for i in $$list; do echo $$i; done | 
  173.   awk '    { files[$$0] = 1; } 
  174.        END { for (i in files) print i; }'`; 
  175. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" 
  176.   || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  177. mostlyclean-tags:
  178. clean-tags:
  179. distclean-tags:
  180. -rm -f TAGS ID
  181. maintainer-clean-tags:
  182. distdir = $(PACKAGE)-$(VERSION)
  183. top_distdir = $(distdir)
  184. # This target untars the dist file and tries a VPATH configuration.  Then
  185. # it guarantees that the distribution is self-contained by making another
  186. # tarfile.
  187. distcheck: dist
  188. -rm -rf $(distdir)
  189. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  190. mkdir $(distdir)/=build
  191. mkdir $(distdir)/=inst
  192. dc_install_base=`cd $(distdir)/=inst && pwd`; 
  193. cd $(distdir)/=build 
  194.   && ../configure --srcdir=.. --prefix=$$dc_install_base 
  195.   && $(MAKE) $(AM_MAKEFLAGS) 
  196.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  197.   && $(MAKE) $(AM_MAKEFLAGS) check 
  198.   && $(MAKE) $(AM_MAKEFLAGS) install 
  199.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  200.   && $(MAKE) $(AM_MAKEFLAGS) dist
  201. -rm -rf $(distdir)
  202. @banner="$(distdir).tar.gz is ready for distribution"; 
  203. dashes=`echo "$$banner" | sed s/./=/g`; 
  204. echo "$$dashes"; 
  205. echo "$$banner"; 
  206. echo "$$dashes"
  207. dist: distdir
  208. -chmod -R a+r $(distdir)
  209. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  210. -rm -rf $(distdir)
  211. dist-all: distdir
  212. -chmod -R a+r $(distdir)
  213. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  214. -rm -rf $(distdir)
  215. distdir: $(DISTFILES)
  216. -rm -rf $(distdir)
  217. mkdir $(distdir)
  218. -chmod 777 $(distdir)
  219. @for file in $(DISTFILES); do 
  220.   d=$(srcdir); 
  221.   if test -d $$d/$$file; then 
  222.     cp -pr $$/$$file $(distdir)/$$file; 
  223.   else 
  224.     test -f $(distdir)/$$file 
  225.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  226.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  227.   fi; 
  228. done
  229. for subdir in $(SUBDIRS); do 
  230.   if test "$$subdir" = .; then :; else 
  231.     test -d $(distdir)/$$subdir 
  232.     || mkdir $(distdir)/$$subdir 
  233.     || exit 1; 
  234.     chmod 777 $(distdir)/$$subdir; 
  235.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) 
  236.       || exit 1; 
  237.   fi; 
  238. done
  239. info-am:
  240. info: info-recursive
  241. dvi-am:
  242. dvi: dvi-recursive
  243. check-am: all-am
  244. check: check-recursive
  245. installcheck-am:
  246. installcheck: installcheck-recursive
  247. all-recursive-am: config.h
  248. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  249. install-exec-am:
  250. install-exec: install-exec-recursive
  251. install-data-am:
  252. install-data: install-data-recursive
  253. install-am: all-am
  254. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  255. install: install-recursive
  256. uninstall-am:
  257. uninstall: uninstall-recursive
  258. all-am: Makefile config.h
  259. all-redirect: all-recursive-am
  260. install-strip:
  261. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  262. installdirs: installdirs-recursive
  263. installdirs-am:
  264. mostlyclean-generic:
  265. clean-generic:
  266. distclean-generic:
  267. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  268. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  269. maintainer-clean-generic:
  270. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  271. mostlyclean: mostlyclean-recursive
  272. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  273. clean: clean-recursive
  274. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  275. distclean: distclean-recursive
  276. -rm -f config.status
  277. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags 
  278. maintainer-clean-generic distclean-am
  279. @echo "This command is intended for maintainers to use;"
  280. @echo "it deletes files that may require special tools to rebuild."
  281. maintainer-clean: maintainer-clean-recursive
  282. -rm -f config.status
  283. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr 
  284. install-data-recursive uninstall-data-recursive install-exec-recursive 
  285. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive 
  286. all-recursive check-recursive installcheck-recursive info-recursive 
  287. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive 
  288. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  289. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  290. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am 
  291. install-exec-am install-exec install-data-am install-data install-am 
  292. install uninstall-am uninstall all-redirect all-am all installdirs-am 
  293. installdirs mostlyclean-generic distclean-generic clean-generic 
  294. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  295. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  296. # Otherwise a system limit (for SysV at least) may be exceeded.
  297. .NOEXPORT: