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

模拟服务器

开发平台:

Visual C++

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