Makefile.in
上传用户:jxpjxmjjw
上传日期:2009-12-07
资源大小:5877k
文件大小:18k
源码类别:

模拟服务器

开发平台:

Visual C++

  1. # Makefile.in generated by automake 1.7.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
  4. # Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. # Copyright (C) 2004 Team Python
  14. #
  15. # This file is free software; as a special exception the author gives
  16. # unlimited permission to copy and/or distribute it, with or without
  17. # modifications, as long as this notice is preserved.
  18. #
  19. # This program is distributed in the hope that it will be useful, but
  20. # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
  21. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  22. srcdir = @srcdir@
  23. top_srcdir = @top_srcdir@
  24. VPATH = @srcdir@
  25. pkgdatadir = $(datadir)/@PACKAGE@
  26. pkglibdir = $(libdir)/@PACKAGE@
  27. pkgincludedir = $(includedir)/@PACKAGE@
  28. top_builddir = .
  29. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  30. INSTALL = @INSTALL@
  31. install_sh_DATA = $(install_sh) -c -m 644
  32. install_sh_PROGRAM = $(install_sh) -c
  33. install_sh_SCRIPT = $(install_sh) -c
  34. INSTALL_HEADER = $(INSTALL_DATA)
  35. transform = $(program_transform_name)
  36. NORMAL_INSTALL = :
  37. PRE_INSTALL = :
  38. POST_INSTALL = :
  39. NORMAL_UNINSTALL = :
  40. PRE_UNINSTALL = :
  41. POST_UNINSTALL = :
  42. ACLOCAL = @ACLOCAL@
  43. ALLOCA = @ALLOCA@
  44. AMDEP_FALSE = @AMDEP_FALSE@
  45. AMDEP_TRUE = @AMDEP_TRUE@
  46. AMTAR = @AMTAR@
  47. AUTOCONF = @AUTOCONF@
  48. AUTOHEADER = @AUTOHEADER@
  49. AUTOMAKE = @AUTOMAKE@
  50. AWK = @AWK@
  51. CC = @CC@
  52. CCDEPMODE = @CCDEPMODE@
  53. CFLAGS = @CFLAGS@
  54. CPP = @CPP@
  55. CPPFLAGS = @CPPFLAGS@
  56. CXX = @CXX@
  57. CXXDEPMODE = @CXXDEPMODE@
  58. CXXFLAGS = @CXXFLAGS@
  59. CYGPATH_W = @CYGPATH_W@
  60. DEFS = @DEFS@
  61. DEPDIR = @DEPDIR@
  62. ECHO_C = @ECHO_C@
  63. ECHO_N = @ECHO_N@
  64. ECHO_T = @ECHO_T@
  65. EGREP = @EGREP@
  66. EXEEXT = @EXEEXT@
  67. INSTALL_DATA = @INSTALL_DATA@
  68. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  69. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  70. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  71. LDFLAGS = @LDFLAGS@
  72. LIBOBJS = @LIBOBJS@
  73. LIBS = @LIBS@
  74. LTLIBOBJS = @LTLIBOBJS@
  75. MAINT = @MAINT@
  76. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  77. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  78. MAKEINFO = @MAKEINFO@
  79. OBJEXT = @OBJEXT@
  80. PACKAGE = @PACKAGE@
  81. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  82. PACKAGE_NAME = @PACKAGE_NAME@
  83. PACKAGE_STRING = @PACKAGE_STRING@
  84. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  85. PACKAGE_VERSION = @PACKAGE_VERSION@
  86. PATH_SEPARATOR = @PATH_SEPARATOR@
  87. RANLIB = @RANLIB@
  88. SET_MAKE = @SET_MAKE@
  89. SHELL = @SHELL@
  90. STRIP = @STRIP@
  91. VERSION = @VERSION@
  92. ac_ct_CC = @ac_ct_CC@
  93. ac_ct_CXX = @ac_ct_CXX@
  94. ac_ct_RANLIB = @ac_ct_RANLIB@
  95. ac_ct_STRIP = @ac_ct_STRIP@
  96. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  97. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  98. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  99. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  100. am__include = @am__include@
  101. am__leading_dot = @am__leading_dot@
  102. am__quote = @am__quote@
  103. bindir = @bindir@
  104. build_alias = @build_alias@
  105. datadir = @datadir@
  106. exec_prefix = @exec_prefix@
  107. host_alias = @host_alias@
  108. includedir = @includedir@
  109. infodir = @infodir@
  110. install_sh = @install_sh@
  111. libdir = @libdir@
  112. libexecdir = @libexecdir@
  113. localstatedir = @localstatedir@
  114. mandir = @mandir@
  115. oldincludedir = @oldincludedir@
  116. prefix = @prefix@
  117. program_transform_name = @program_transform_name@
  118. sbindir = @sbindir@
  119. sharedstatedir = @sharedstatedir@
  120. sysconfdir = @sysconfdir@
  121. target_alias = @target_alias@
  122. EXTRA_DIST = reconf configure TODO win/wowpythonVC6.dsw win/VC6/wowpython.dsp 
  123.               win/VC6/game.dsp win/VC6/realmlist.dsp 
  124.               win/VC6/shared.dsp
  125. win/wowpythonVC70.sln win/VC70/wowpython.vcproj 
  126.               win/VC70/game.vcproj win/VC70/realmlist.vcproj 
  127.               win/VC70/shared.vcproj
  128. win/wowpythonVC71.sln win/VC71/wowpython.vcproj 
  129.               win/VC71/game.vcproj win/VC71/realmlist.vcproj 
  130.               win/VC71/shared.vcproj
  131. dep/lib/libmysqlclient.a dep/lib/libmySQLmingw.a win/wowpython.dev dep/lib/debug/libmySQL.dll dep/lib/debug/libmySQL.lib dep/lib/release/libmySQL.dll dep/lib/release/libmySQL.lib dep/inc/mysql/config-win.h dep/inc/mysql/dbug.h 
  132.               dep/inc/mysql/errmsg.h dep/inc/mysql/libmysqld.def 
  133.               dep/inc/mysql/Libmysql.def dep/inc/mysql/m_ctype.h 
  134.               dep/inc/mysql/m_string.h dep/inc/mysql/my_alloc.h 
  135.               dep/inc/mysql/my_getopt.h dep/inc/mysql/my_global.h 
  136.               dep/inc/mysql/my_list.h dep/inc/mysql/my_pthread.h 
  137.               dep/inc/mysql/mysql_com.h dep/inc/mysql/mysqld_error.h 
  138.               dep/inc/mysql/mysql.h dep/inc/mysql/mysql_version.h 
  139.               dep/inc/mysql/my_sys.h dep/inc/mysql/raid.h
  140. SUBDIRS = doc src
  141. subdir = .
  142. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  143. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  144. CONFIG_HEADER = config.h
  145. CONFIG_CLEAN_FILES =
  146. DIST_SOURCES =
  147. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive 
  148. ps-recursive install-info-recursive uninstall-info-recursive 
  149. all-recursive install-data-recursive install-exec-recursive 
  150. installdirs-recursive install-recursive uninstall-recursive 
  151. check-recursive installcheck-recursive
  152. DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am 
  153. Makefile.in NEWS THANKS TODO aclocal.m4 config.h.in configure 
  154. configure.ac depcomp install-sh missing mkinstalldirs
  155. DIST_SUBDIRS = $(SUBDIRS)
  156. all: config.h
  157. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  158. .SUFFIXES:
  159. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log 
  160.  configure.lineno
  161. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  162. cd $(top_srcdir) && 
  163.   $(AUTOMAKE) --gnu  ./Makefile
  164. Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
  165. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  166. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  167. $(SHELL) ./config.status --recheck
  168. $(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  169. cd $(srcdir) && $(AUTOCONF)
  170. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac 
  171. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  172. config.h: stamp-h1
  173. @if test ! -f $@; then 
  174.   rm -f stamp-h1; 
  175.   $(MAKE) stamp-h1; 
  176. else :; fi
  177. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  178. @rm -f stamp-h1
  179. cd $(top_builddir) && $(SHELL) ./config.status config.h
  180. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
  181. cd $(top_srcdir) && $(AUTOHEADER)
  182. touch $(srcdir)/config.h.in
  183. distclean-hdr:
  184. -rm -f config.h stamp-h1
  185. uninstall-info-am:
  186. # This directory's subdirectories are mostly independent; you can cd
  187. # into them and run `make' without going through this Makefile.
  188. # To change the values of `make' variables: instead of editing Makefiles,
  189. # (1) if the variable is set in `config.status', edit `config.status'
  190. #     (which will cause the Makefiles to be regenerated when you run `make');
  191. # (2) otherwise, pass the desired values on the `make' command line.
  192. $(RECURSIVE_TARGETS):
  193. @set fnord $$MAKEFLAGS; amf=$$2; 
  194. dot_seen=no; 
  195. target=`echo $@ | sed s/-recursive//`; 
  196. list='$(SUBDIRS)'; for subdir in $$list; do 
  197.   echo "Making $$target in $$subdir"; 
  198.   if test "$$subdir" = "."; then 
  199.     dot_seen=yes; 
  200.     local_target="$$target-am"; 
  201.   else 
  202.     local_target="$$target"; 
  203.   fi; 
  204.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  205.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  206. done; 
  207. if test "$$dot_seen" = "no"; then 
  208.   $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; 
  209. fi; test -z "$$fail"
  210. mostlyclean-recursive clean-recursive distclean-recursive 
  211. maintainer-clean-recursive:
  212. @set fnord $$MAKEFLAGS; amf=$$2; 
  213. dot_seen=no; 
  214. case "$@" in 
  215.   distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; 
  216.   *) list='$(SUBDIRS)' ;; 
  217. esac; 
  218. rev=''; for subdir in $$list; do 
  219.   if test "$$subdir" = "."; then :; else 
  220.     rev="$$subdir $$rev"; 
  221.   fi; 
  222. done; 
  223. rev="$$rev ."; 
  224. target=`echo $@ | sed s/-recursive//`; 
  225. for subdir in $$rev; do 
  226.   echo "Making $$target in $$subdir"; 
  227.   if test "$$subdir" = "."; then 
  228.     local_target="$$target-am"; 
  229.   else 
  230.     local_target="$$target"; 
  231.   fi; 
  232.   (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) 
  233.    || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; 
  234. done && test -z "$$fail"
  235. tags-recursive:
  236. list='$(SUBDIRS)'; for subdir in $$list; do 
  237.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); 
  238. done
  239. ctags-recursive:
  240. list='$(SUBDIRS)'; for subdir in $$list; do 
  241.   test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); 
  242. done
  243. ETAGS = etags
  244. ETAGSFLAGS =
  245. CTAGS = ctags
  246. CTAGSFLAGS =
  247. tags: TAGS
  248. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  249. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; 
  250. unique=`for i in $$list; do 
  251.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  252.   done | 
  253.   $(AWK) '    { files[$$0] = 1; } 
  254.        END { for (i in files) print i; }'`; 
  255. mkid -fID $$unique
  256. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  257. $(TAGS_FILES) $(LISP)
  258. tags=; 
  259. here=`pwd`; 
  260. if (etags --etags-include --version) >/dev/null 2>&1; then 
  261.   include_option=--etags-include; 
  262. else 
  263.   include_option=--include; 
  264. fi; 
  265. list='$(SUBDIRS)'; for subdir in $$list; do 
  266.   if test "$$subdir" = .; then :; else 
  267.     test -f $$subdir/TAGS && 
  268.       tags="$$tags $$include_option=$$here/$$subdir/TAGS"; 
  269.   fi; 
  270. done; 
  271. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  272. unique=`for i in $$list; do 
  273.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  274.   done | 
  275.   $(AWK) '    { files[$$0] = 1; } 
  276.        END { for (i in files) print i; }'`; 
  277. test -z "$(ETAGS_ARGS)$$tags$$unique" 
  278.   || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) 
  279.      $$tags $$unique
  280. ctags: CTAGS
  281. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) 
  282. $(TAGS_FILES) $(LISP)
  283. tags=; 
  284. here=`pwd`; 
  285. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; 
  286. unique=`for i in $$list; do 
  287.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; 
  288.   done | 
  289.   $(AWK) '    { files[$$0] = 1; } 
  290.        END { for (i in files) print i; }'`; 
  291. test -z "$(CTAGS_ARGS)$$tags$$unique" 
  292.   || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) 
  293.      $$tags $$unique
  294. GTAGS:
  295. here=`$(am__cd) $(top_builddir) && pwd` 
  296.   && cd $(top_srcdir) 
  297.   && gtags -i $(GTAGS_ARGS) $$here
  298. distclean-tags:
  299. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  300. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  301. top_distdir = .
  302. distdir = $(PACKAGE)-$(VERSION)
  303. am__remove_distdir = 
  304.   { test ! -d $(distdir) 
  305.     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' 
  306.          && rm -fr $(distdir); }; }
  307. GZIP_ENV = --best
  308. distuninstallcheck_listfiles = find . -type f -print
  309. distcleancheck_listfiles = find . -type f -print
  310. distdir: $(DISTFILES)
  311. $(am__remove_distdir)
  312. mkdir $(distdir)
  313. $(mkinstalldirs) $(distdir)/dep/inc/mysql $(distdir)/dep/lib $(distdir)/dep/lib/debug $(distdir)/dep/lib/release $(distdir)/win $(distdir)/win/VC6 $(distdir)/win/VC70 $(distdir)/win/VC71
  314. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 
  315. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; 
  316. list='$(DISTFILES)'; for file in $$list; do 
  317.   case $$file in 
  318.     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; 
  319.     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; 
  320.   esac; 
  321.   if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; 
  322.   dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; 
  323.   if test "$$dir" != "$$file" && test "$$dir" != "."; then 
  324.     dir="/$$dir"; 
  325.     $(mkinstalldirs) "$(distdir)$$dir"; 
  326.   else 
  327.     dir=''; 
  328.   fi; 
  329.   if test -d $$d/$$file; then 
  330.     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then 
  331.       cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; 
  332.     fi; 
  333.     cp -pR $$d/$$file $(distdir)$$dir || exit 1; 
  334.   else 
  335.     test -f $(distdir)/$$file 
  336.     || cp -p $$d/$$file $(distdir)/$$file 
  337.     || exit 1; 
  338.   fi; 
  339. done
  340. list='$(SUBDIRS)'; for subdir in $$list; do 
  341.   if test "$$subdir" = .; then :; else 
  342.     test -d $(distdir)/$$subdir 
  343.     || mkdir $(distdir)/$$subdir 
  344.     || exit 1; 
  345.     (cd $$subdir && 
  346.       $(MAKE) $(AM_MAKEFLAGS) 
  347.         top_distdir="$(top_distdir)" 
  348.         distdir=../$(distdir)/$$subdir 
  349.         distdir) 
  350.       || exit 1; 
  351.   fi; 
  352. done
  353. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} ; -o 
  354.   ! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o 
  355.   ! -type d ! -perm -400 -exec chmod a+r {} ; -o 
  356.   ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} ; 
  357. || chmod -R a+r $(distdir)
  358. dist-gzip: distdir
  359. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  360. $(am__remove_distdir)
  361. dist dist-all: distdir
  362. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  363. $(am__remove_distdir)
  364. # This target untars the dist file and tries a VPATH configuration.  Then
  365. # it guarantees that the distribution is self-contained by making another
  366. # tarfile.
  367. distcheck: dist
  368. $(am__remove_distdir)
  369. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  370. chmod -R a-w $(distdir); chmod a+w $(distdir)
  371. mkdir $(distdir)/_build
  372. mkdir $(distdir)/_inst
  373. chmod a-w $(distdir)
  374. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\/]:[\/],/,'` 
  375.   && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" 
  376.   && cd $(distdir)/_build 
  377.   && ../configure --srcdir=.. --prefix="$$dc_install_base" 
  378.     $(DISTCHECK_CONFIGURE_FLAGS) 
  379.   && $(MAKE) $(AM_MAKEFLAGS) 
  380.   && $(MAKE) $(AM_MAKEFLAGS) dvi 
  381.   && $(MAKE) $(AM_MAKEFLAGS) check 
  382.   && $(MAKE) $(AM_MAKEFLAGS) install 
  383.   && $(MAKE) $(AM_MAKEFLAGS) installcheck 
  384.   && $(MAKE) $(AM_MAKEFLAGS) uninstall 
  385.   && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" 
  386.         distuninstallcheck 
  387.   && chmod -R a-w "$$dc_install_base" 
  388.   && ({ 
  389.        (cd ../.. && $(mkinstalldirs) "$$dc_destdir") 
  390.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install 
  391.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall 
  392.        && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" 
  393.             distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; 
  394.       } || { rm -rf "$$dc_destdir"; exit 1; }) 
  395.   && rm -rf "$$dc_destdir" 
  396.   && $(MAKE) $(AM_MAKEFLAGS) dist-gzip 
  397.   && rm -f $(distdir).tar.gz 
  398.   && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  399. $(am__remove_distdir)
  400. @echo "$(distdir).tar.gz is ready for distribution" | 
  401.   sed 'h;s/./=/g;p;x;p;x'
  402. distuninstallcheck:
  403. @cd $(distuninstallcheck_dir) 
  404. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 
  405.    || { echo "ERROR: files left after uninstall:" ; 
  406.         if test -n "$(DESTDIR)"; then 
  407.           echo "  (check DESTDIR support)"; 
  408.         fi ; 
  409.         $(distuninstallcheck_listfiles) ; 
  410.         exit 1; } >&2
  411. distcleancheck: distclean
  412. @if test '$(srcdir)' = . ; then 
  413.   echo "ERROR: distcleancheck can only run from a VPATH build" ; 
  414.   exit 1 ; 
  415. fi
  416. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 
  417.   || { echo "ERROR: files left in build directory after distclean:" ; 
  418.        $(distcleancheck_listfiles) ; 
  419.        exit 1; } >&2
  420. check-am: all-am
  421. check: check-recursive
  422. all-am: Makefile config.h
  423. installdirs: installdirs-recursive
  424. installdirs-am:
  425. install: install-recursive
  426. install-exec: install-exec-recursive
  427. install-data: install-data-recursive
  428. uninstall: uninstall-recursive
  429. install-am: all-am
  430. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  431. installcheck: installcheck-recursive
  432. install-strip:
  433. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" 
  434.   INSTALL_STRIP_FLAG=-s 
  435.   `test -z '$(STRIP)' || 
  436.     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  437. mostlyclean-generic:
  438. clean-generic:
  439. distclean-generic:
  440. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  441. maintainer-clean-generic:
  442. @echo "This command is intended for maintainers to use"
  443. @echo "it deletes files that may require special tools to rebuild."
  444. clean: clean-recursive
  445. clean-am: clean-generic mostlyclean-am
  446. distclean: distclean-recursive
  447. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  448. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  449. dvi: dvi-recursive
  450. dvi-am:
  451. info: info-recursive
  452. info-am:
  453. install-data-am:
  454. install-exec-am:
  455. install-info: install-info-recursive
  456. install-man:
  457. installcheck-am:
  458. maintainer-clean: maintainer-clean-recursive
  459. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  460. -rm -rf $(top_srcdir)/autom4te.cache
  461. maintainer-clean-am: distclean-am maintainer-clean-generic
  462. mostlyclean: mostlyclean-recursive
  463. mostlyclean-am: mostlyclean-generic
  464. pdf: pdf-recursive
  465. pdf-am:
  466. ps: ps-recursive
  467. ps-am:
  468. uninstall-am: uninstall-info-am
  469. uninstall-info: uninstall-info-recursive
  470. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean 
  471. clean-generic clean-recursive ctags ctags-recursive dist 
  472. dist-all dist-gzip distcheck distclean distclean-generic 
  473. distclean-hdr distclean-recursive distclean-tags distcleancheck 
  474. distdir distuninstallcheck dvi dvi-am dvi-recursive info 
  475. info-am info-recursive install install-am install-data 
  476. install-data-am install-data-recursive install-exec 
  477. install-exec-am install-exec-recursive install-info 
  478. install-info-am install-info-recursive install-man 
  479. install-recursive install-strip installcheck installcheck-am 
  480. installdirs installdirs-am installdirs-recursive 
  481. maintainer-clean maintainer-clean-generic 
  482. maintainer-clean-recursive mostlyclean mostlyclean-generic 
  483. mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am 
  484. ps-recursive tags tags-recursive uninstall uninstall-am 
  485. uninstall-info-am uninstall-info-recursive uninstall-recursive
  486. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  487. # Otherwise a system limit (for SysV at least) may be exceeded.
  488. .NOEXPORT: