Makefile.in
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:9k
源码类别:

Windows CE

开发平台:

C/C++

  1. # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999, 2001 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. SHELL = @SHELL@
  11. srcdir = @srcdir@
  12. top_srcdir = @top_srcdir@
  13. VPATH = @srcdir@
  14. prefix = @prefix@
  15. exec_prefix = @exec_prefix@
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = ..
  33. ACLOCAL = @ACLOCAL@
  34. AUTOCONF = @AUTOCONF@
  35. AUTOMAKE = @AUTOMAKE@
  36. AUTOHEADER = @AUTOHEADER@
  37. INSTALL = @INSTALL@
  38. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  39. INSTALL_DATA = @INSTALL_DATA@
  40. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  41. transform = @program_transform_name@
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. host_alias = @host_alias@
  49. host_triplet = @host@
  50. AS = @AS@
  51. BETA_RELEASE = @BETA_RELEASE@
  52. CC = @CC@
  53. DLLTOOL = @DLLTOOL@
  54. DLOBJS = @DLOBJS@
  55. DOES_NOT_HAVE_SIGNED = @DOES_NOT_HAVE_SIGNED@
  56. ECHO = @ECHO@
  57. ESD_CFLAGS = @ESD_CFLAGS@
  58. ESD_CONFIG = @ESD_CONFIG@
  59. ESD_LIBS = @ESD_LIBS@
  60. EXEEXT = @EXEEXT@
  61. IS_BETA = @IS_BETA@
  62. LIBMIKMOD_MAJOR_VERSION = @LIBMIKMOD_MAJOR_VERSION@
  63. LIBMIKMOD_MICRO_VERSION = @LIBMIKMOD_MICRO_VERSION@
  64. LIBMIKMOD_MINOR_VERSION = @LIBMIKMOD_MINOR_VERSION@
  65. LIBMIKMOD_VERSION = @LIBMIKMOD_VERSION@
  66. LIBRARY_LIB = @LIBRARY_LIB@
  67. LIBTOOL = @LIBTOOL@
  68. LIB_LDADD = @LIB_LDADD@
  69. LN_S = @LN_S@
  70. MAINT = @MAINT@
  71. MAKEINFO = @MAKEINFO@
  72. OBJDUMP = @OBJDUMP@
  73. OBJEXT = @OBJEXT@
  74. PACKAGE = @PACKAGE@
  75. PLAYER_LIB = @PLAYER_LIB@
  76. RANLIB = @RANLIB@
  77. REENTRANT = @REENTRANT@
  78. SPEC_PRERELEASE = @SPEC_PRERELEASE@
  79. SPEC_RELEASE = @SPEC_RELEASE@
  80. STRIP = @STRIP@
  81. VERSION = @VERSION@
  82. SUBDIRS = include src
  83. EXTRA_DIST = Makefile.dj README
  84. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  85. CONFIG_HEADER = ../config.h
  86. CONFIG_CLEAN_FILES = 
  87. DIST_COMMON =  README Makefile.am Makefile.in
  88. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  89. TAR = tar
  90. GZIP_ENV = --best
  91. all: all-redirect
  92. .SUFFIXES:
  93. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  94. cd $(top_srcdir) && $(AUTOMAKE) --gnu dos/Makefile
  95. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
  96. cd $(top_builddir) 
  97.   && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  98. # This directory's subdirectories are mostly independent; you can cd
  99. # into them and run `make' without going through this Makefile.
  100. # To change the values of `make' variables: instead of editing Makefiles,
  101. # (1) if the variable is set in `config.status', edit `config.status'
  102. #     (which will cause the Makefiles to be regenerated when you run `make');
  103. # (2) otherwise, pass the desired values on the `make' command line.
  104. @SET_MAKE@
  105. all-recursive install-data-recursive install-exec-recursive 
  106. installdirs-recursive install-recursive uninstall-recursive  
  107. check-recursive installcheck-recursive info-recursive dvi-recursive:
  108. @set fnord $(MAKEFLAGS); amf=$$2; 
  109. dot_seen=no; 
  110. target=`echo $@ | sed s/-recursive//`; 
  111. list='$(SUBDIRS)'; for subdir in $$list; do 
  112.   echo "Making $$target in $$subdir"; 
  113.   if test "$$subdir" = "."; then 
  114.     dot_seen=yes; 
  115.     local_target="$$target-am"; 
  116.   else 
  117.     local_target="$$target"; 
  118.   fi; 
  119.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  120.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  121. done; 
  122. if test "$$dot_seen" = "no"; then 
  123.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  124. fi; test -z "$$fail"
  125. mostlyclean-recursive clean-recursive distclean-recursive 
  126. maintainer-clean-recursive:
  127. @set fnord $(MAKEFLAGS); amf=$$2; 
  128. dot_seen=no; 
  129. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do 
  130.   rev="$$subdir $$rev"; 
  131.   test "$$subdir" != "." || dot_seen=yes; 
  132. done; 
  133. test "$$dot_seen" = "no" && rev=". $$rev"; 
  134. target=`echo $@ | sed s/-recursive//`; 
  135. for subdir in $$rev; do 
  136.   echo "Making $$target in $$subdir"; 
  137.   if test "$$subdir" = "."; then 
  138.     local_target="$$target-am"; 
  139.   else 
  140.     local_target="$$target"; 
  141.   fi; 
  142.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  143.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  144. done && test -z "$$fail"
  145. tags-recursive:
  146. list='$(SUBDIRS)'; for subdir in $$list; do 
  147.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  148. done
  149. tags: TAGS
  150. ID: $(HEADERS) $(SOURCES) $(LISP)
  151. list='$(SOURCES) $(HEADERS)'; 
  152. unique=`for i in $$list; do echo $$i; done | 
  153.   awk '    { files[$$0] = 1; } 
  154.        END { for (i in files) print i; }'`; 
  155. here=`pwd` && cd $(srcdir) 
  156.   && mkid -f$$here/ID $$unique $(LISP)
  157. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  158. tags=; 
  159. here=`pwd`; 
  160. list='$(SUBDIRS)'; for subdir in $$list; do 
  161.    if test "$$subdir" = .; then :; else 
  162.     test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; 
  163.    fi; 
  164. done; 
  165. list='$(SOURCES) $(HEADERS)'; 
  166. unique=`for i in $$list; do echo $$i; done | 
  167.   awk '    { files[$$0] = 1; } 
  168.        END { for (i in files) print i; }'`; 
  169. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" 
  170.   || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
  171. mostlyclean-tags:
  172. clean-tags:
  173. distclean-tags:
  174. -rm -f TAGS ID
  175. maintainer-clean-tags:
  176. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  177. subdir = dos
  178. distdir: $(DISTFILES)
  179. here=`cd $(top_builddir) && pwd`; 
  180. top_distdir=`cd $(top_distdir) && pwd`; 
  181. distdir=`cd $(distdir) && pwd`; 
  182. cd $(top_srcdir) 
  183.   && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu dos/Makefile
  184. @for file in $(DISTFILES); do 
  185.   d=$(srcdir); 
  186.   if test -d $$d/$$file; then 
  187.     cp -pr $$d/$$file $(distdir)/$$file; 
  188.   else 
  189.     test -f $(distdir)/$$file 
  190.     || ln $$d/$$file $(distdir)/$$file 2> /dev/null 
  191.     || cp -p $$d/$$file $(distdir)/$$file || :; 
  192.   fi; 
  193. done
  194. for subdir in $(SUBDIRS); do 
  195.   if test "$$subdir" = .; then :; else 
  196.     test -d $(distdir)/$$subdir 
  197.     || mkdir $(distdir)/$$subdir 
  198.     || exit 1; 
  199.     chmod 777 $(distdir)/$$subdir; 
  200.     (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) 
  201.       || exit 1; 
  202.   fi; 
  203. done
  204. info-am:
  205. info: info-recursive
  206. dvi-am:
  207. dvi: dvi-recursive
  208. check-am: all-am
  209. check: check-recursive
  210. installcheck-am:
  211. installcheck: installcheck-recursive
  212. install-exec-am:
  213. install-exec: install-exec-recursive
  214. install-data-am:
  215. install-data: install-data-recursive
  216. install-am: all-am
  217. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  218. install: install-recursive
  219. uninstall-am:
  220. uninstall: uninstall-recursive
  221. all-am: Makefile
  222. all-redirect: all-recursive
  223. install-strip:
  224. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  225. installdirs: installdirs-recursive
  226. installdirs-am:
  227. mostlyclean-generic:
  228. clean-generic:
  229. distclean-generic:
  230. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  231. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  232. maintainer-clean-generic:
  233. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  234. mostlyclean: mostlyclean-recursive
  235. clean-am:  clean-tags clean-generic mostlyclean-am
  236. clean: clean-recursive
  237. distclean-am:  distclean-tags distclean-generic clean-am
  238. -rm -f libtool
  239. distclean: distclean-recursive
  240. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic 
  241. distclean-am
  242. @echo "This command is intended for maintainers to use;"
  243. @echo "it deletes files that may require special tools to rebuild."
  244. maintainer-clean: maintainer-clean-recursive
  245. .PHONY: install-data-recursive uninstall-data-recursive 
  246. install-exec-recursive uninstall-exec-recursive installdirs-recursive 
  247. uninstalldirs-recursive all-recursive check-recursive 
  248. installcheck-recursive info-recursive dvi-recursive 
  249. mostlyclean-recursive distclean-recursive clean-recursive 
  250. maintainer-clean-recursive tags tags-recursive mostlyclean-tags 
  251. distclean-tags clean-tags maintainer-clean-tags distdir info-am info 
  252. dvi-am dvi check check-am installcheck-am installcheck install-exec-am 
  253. install-exec install-data-am install-data install-am install 
  254. uninstall-am uninstall all-redirect all-am all installdirs-am 
  255. installdirs mostlyclean-generic distclean-generic clean-generic 
  256. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  257. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  258. # Otherwise a system limit (for SysV at least) may be exceeded.
  259. .NOEXPORT: