Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  1. # Makefile.in generated by automake 1.10 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006 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. #===========================================================================
  14. #
  15. # Makefile.am
  16. #
  17. #===========================================================================
  18. # $Id: Makefile.am,v 1.17 2003/03/17 12:48:16 raitner Exp $
  19. #---------------------------------------------------------------------------
  20. # General Settings
  21. #---------------------------------------------------------------------------
  22. VPATH = @srcdir@
  23. pkgdatadir = $(datadir)/@PACKAGE@
  24. pkglibdir = $(libdir)/@PACKAGE@
  25. pkgincludedir = $(includedir)/@PACKAGE@
  26. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  27. install_sh_DATA = $(install_sh) -c -m 644
  28. install_sh_PROGRAM = $(install_sh) -c
  29. install_sh_SCRIPT = $(install_sh) -c
  30. INSTALL_HEADER = $(INSTALL_DATA)
  31. transform = $(program_transform_name)
  32. NORMAL_INSTALL = :
  33. PRE_INSTALL = :
  34. POST_INSTALL = :
  35. NORMAL_UNINSTALL = :
  36. PRE_UNINSTALL = :
  37. POST_UNINSTALL = :
  38. build_triplet = @build@
  39. host_triplet = @host@
  40. subdir = .
  41. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  42. $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
  43. ChangeLog INSTALL NEWS TODO config/config.guess \
  44. config/config.sub config/depcomp config/install-sh \
  45. config/ltmain.sh config/missing
  46. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  47. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  48. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  49. $(ACLOCAL_M4)
  50. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  51. configure.lineno config.status.lineno
  52. mkinstalldirs = $(install_sh) -d
  53. CONFIG_CLEAN_FILES =
  54. SOURCES =
  55. DIST_SOURCES =
  56. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  57. html-recursive info-recursive install-data-recursive \
  58. install-dvi-recursive install-exec-recursive \
  59. install-html-recursive install-info-recursive \
  60. install-pdf-recursive install-ps-recursive install-recursive \
  61. installcheck-recursive installdirs-recursive pdf-recursive \
  62. ps-recursive uninstall-recursive
  63. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  64. distclean-recursive maintainer-clean-recursive
  65. ETAGS = etags
  66. CTAGS = ctags
  67. DIST_SUBDIRS = $(SUBDIRS)
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. distdir = $(PACKAGE)-$(VERSION)
  70. top_distdir = $(distdir)
  71. am__remove_distdir = \
  72. { test ! -d $(distdir) \
  73. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  74. && rm -fr $(distdir); }; }
  75. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
  76. GZIP_ENV = --best
  77. distuninstallcheck_listfiles = find . -type f -print
  78. distcleancheck_listfiles = find . -type f -print
  79. ACLOCAL = @ACLOCAL@
  80. AMTAR = @AMTAR@
  81. AR = @AR@
  82. AUTOCONF = @AUTOCONF@
  83. AUTOHEADER = @AUTOHEADER@
  84. AUTOMAKE = @AUTOMAKE@
  85. AWK = @AWK@
  86. CC = @CC@
  87. CCDEPMODE = @CCDEPMODE@
  88. CFLAGS = @CFLAGS@
  89. CPP = @CPP@
  90. CPPFLAGS = @CPPFLAGS@
  91. CXX = @CXX@
  92. CXXCPP = @CXXCPP@
  93. CXXDEPMODE = @CXXDEPMODE@
  94. CXXFLAGS = @CXXFLAGS@
  95. CYGPATH_W = @CYGPATH_W@
  96. DEFS = @DEFS@
  97. DEPDIR = @DEPDIR@
  98. ECHO = @ECHO@
  99. ECHO_C = @ECHO_C@
  100. ECHO_N = @ECHO_N@
  101. ECHO_T = @ECHO_T@
  102. EGREP = @EGREP@
  103. EXEEXT = @EXEEXT@
  104. F77 = @F77@
  105. FFLAGS = @FFLAGS@
  106. GENERIC_LIBRARY_NAME = @GENERIC_LIBRARY_NAME@
  107. GENERIC_LIBRARY_VERSION = @GENERIC_LIBRARY_VERSION@
  108. GENERIC_RELEASE = @GENERIC_RELEASE@
  109. GENERIC_VERSION = @GENERIC_VERSION@
  110. GREP = @GREP@
  111. INSTALL = @INSTALL@
  112. INSTALL_DATA = @INSTALL_DATA@
  113. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  114. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  115. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  116. LDFLAGS = @LDFLAGS@
  117. LIBOBJS = @LIBOBJS@
  118. LIBS = @LIBS@
  119. LIBTOOL = @LIBTOOL@
  120. LN_S = @LN_S@
  121. LTLIBOBJS = @LTLIBOBJS@
  122. MAKEINFO = @MAKEINFO@
  123. MKDIR_P = @MKDIR_P@
  124. OBJEXT = @OBJEXT@
  125. PACKAGE = @PACKAGE@
  126. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  127. PACKAGE_NAME = @PACKAGE_NAME@
  128. PACKAGE_STRING = @PACKAGE_STRING@
  129. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  130. PACKAGE_VERSION = @PACKAGE_VERSION@
  131. PATH_SEPARATOR = @PATH_SEPARATOR@
  132. RANLIB = @RANLIB@
  133. SED = @SED@
  134. SET_MAKE = @SET_MAKE@
  135. SHELL = @SHELL@
  136. STRIP = @STRIP@
  137. VERSION = @VERSION@
  138. abs_builddir = @abs_builddir@
  139. abs_srcdir = @abs_srcdir@
  140. abs_top_builddir = @abs_top_builddir@
  141. abs_top_srcdir = @abs_top_srcdir@
  142. ac_ct_CC = @ac_ct_CC@
  143. ac_ct_CXX = @ac_ct_CXX@
  144. ac_ct_F77 = @ac_ct_F77@
  145. am__include = @am__include@
  146. am__leading_dot = @am__leading_dot@
  147. am__quote = @am__quote@
  148. am__tar = @am__tar@
  149. am__untar = @am__untar@
  150. bindir = @bindir@
  151. build = @build@
  152. build_alias = @build_alias@
  153. build_cpu = @build_cpu@
  154. build_os = @build_os@
  155. build_vendor = @build_vendor@
  156. builddir = @builddir@
  157. datadir = @datadir@
  158. datarootdir = @datarootdir@
  159. docdir = @docdir@
  160. doxygen = @doxygen@
  161. dvidir = @dvidir@
  162. exec_prefix = @exec_prefix@
  163. host = @host@
  164. host_alias = @host_alias@
  165. host_cpu = @host_cpu@
  166. host_os = @host_os@
  167. host_vendor = @host_vendor@
  168. htmldir = @htmldir@
  169. includedir = @includedir@
  170. infodir = @infodir@
  171. install_sh = @install_sh@
  172. libdir = @libdir@
  173. libexecdir = @libexecdir@
  174. localedir = @localedir@
  175. localstatedir = @localstatedir@
  176. mandir = @mandir@
  177. mkdir_p = @mkdir_p@
  178. oldincludedir = @oldincludedir@
  179. pdfdir = @pdfdir@
  180. prefix = @prefix@
  181. program_transform_name = @program_transform_name@
  182. psdir = @psdir@
  183. sbindir = @sbindir@
  184. sharedstatedir = @sharedstatedir@
  185. srcdir = @srcdir@
  186. sysconfdir = @sysconfdir@
  187. target_alias = @target_alias@
  188. top_builddir = @top_builddir@
  189. top_srcdir = @top_srcdir@
  190. SUBDIRS = doc src include tests
  191. AUTOMAKE_OPTIONS = dist-zip dist-bzip2 dist-zip
  192. EXTRA_DIST = \
  193. GTL.spec \
  194. README.Irix \
  195. README.win \
  196. src/GTL.dsw \
  197. src/GTL_dynamic.dsp \
  198. src/GTL_static.dsp \
  199. src/GTL.sln \
  200. src/GTL_dynamic.vcproj \
  201. src/GTL_static.vcproj
  202. all: all-recursive
  203. .SUFFIXES:
  204. am--refresh:
  205. @:
  206. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  207. @for dep in $?; do \
  208. case '$(am__configure_deps)' in \
  209. *$$dep*) \
  210. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
  211. cd $(srcdir) && $(AUTOMAKE) --gnu \
  212. && exit 0; \
  213. exit 1;; \
  214. esac; \
  215. done; \
  216. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  217. cd $(top_srcdir) && \
  218. $(AUTOMAKE) --gnu Makefile
  219. .PRECIOUS: Makefile
  220. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  221. @case '$?' in \
  222. *config.status*) \
  223. echo ' $(SHELL) ./config.status'; \
  224. $(SHELL) ./config.status;; \
  225. *) \
  226. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  227. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  228. esac;
  229. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  230. $(SHELL) ./config.status --recheck
  231. $(top_srcdir)/configure: $(am__configure_deps)
  232. cd $(srcdir) && $(AUTOCONF)
  233. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  234. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  235. mostlyclean-libtool:
  236. -rm -f *.lo
  237. clean-libtool:
  238. -rm -rf .libs _libs
  239. distclean-libtool:
  240. -rm -f libtool
  241. # This directory's subdirectories are mostly independent; you can cd
  242. # into them and run `make' without going through this Makefile.
  243. # To change the values of `make' variables: instead of editing Makefiles,
  244. # (1) if the variable is set in `config.status', edit `config.status'
  245. # (which will cause the Makefiles to be regenerated when you run `make');
  246. # (2) otherwise, pass the desired values on the `make' command line.
  247. $(RECURSIVE_TARGETS):
  248. @failcom='exit 1'; \
  249. for f in x $$MAKEFLAGS; do \
  250. case $$f in \
  251. *=* | --[!k]*);; \
  252. *k*) failcom='fail=yes';; \
  253. esac; \
  254. done; \
  255. dot_seen=no; \
  256. target=`echo $@ | sed s/-recursive//`; \
  257. list='$(SUBDIRS)'; for subdir in $$list; do \
  258. echo "Making $$target in $$subdir"; \
  259. if test "$$subdir" = "."; then \
  260. dot_seen=yes; \
  261. local_target="$$target-am"; \
  262. else \
  263. local_target="$$target"; \
  264. fi; \
  265. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  266. || eval $$failcom; \
  267. done; \
  268. if test "$$dot_seen" = "no"; then \
  269. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  270. fi; test -z "$$fail"
  271. $(RECURSIVE_CLEAN_TARGETS):
  272. @failcom='exit 1'; \
  273. for f in x $$MAKEFLAGS; do \
  274. case $$f in \
  275. *=* | --[!k]*);; \
  276. *k*) failcom='fail=yes';; \
  277. esac; \
  278. done; \
  279. dot_seen=no; \
  280. case "$@" in \
  281. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  282. *) list='$(SUBDIRS)' ;; \
  283. esac; \
  284. rev=''; for subdir in $$list; do \
  285. if test "$$subdir" = "."; then :; else \
  286. rev="$$subdir $$rev"; \
  287. fi; \
  288. done; \
  289. rev="$$rev ."; \
  290. target=`echo $@ | sed s/-recursive//`; \
  291. for subdir in $$rev; do \
  292. echo "Making $$target in $$subdir"; \
  293. if test "$$subdir" = "."; then \
  294. local_target="$$target-am"; \
  295. else \
  296. local_target="$$target"; \
  297. fi; \
  298. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  299. || eval $$failcom; \
  300. done && test -z "$$fail"
  301. tags-recursive:
  302. list='$(SUBDIRS)'; for subdir in $$list; do \
  303. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  304. done
  305. ctags-recursive:
  306. list='$(SUBDIRS)'; for subdir in $$list; do \
  307. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  308. done
  309. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  310. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  311. unique=`for i in $$list; do \
  312. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  313. done | \
  314. $(AWK) ' { files[$$0] = 1; } \
  315. END { for (i in files) print i; }'`; \
  316. mkid -fID $$unique
  317. tags: TAGS
  318. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  319. $(TAGS_FILES) $(LISP)
  320. tags=; \
  321. here=`pwd`; \
  322. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  323. include_option=--etags-include; \
  324. empty_fix=.; \
  325. else \
  326. include_option=--include; \
  327. empty_fix=; \
  328. fi; \
  329. list='$(SUBDIRS)'; for subdir in $$list; do \
  330. if test "$$subdir" = .; then :; else \
  331. test ! -f $$subdir/TAGS || \
  332. tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
  333. fi; \
  334. done; \
  335. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  336. unique=`for i in $$list; do \
  337. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  338. done | \
  339. $(AWK) ' { files[$$0] = 1; } \
  340. END { for (i in files) print i; }'`; \
  341. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  342. test -n "$$unique" || unique=$$empty_fix; \
  343. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  344. $$tags $$unique; \
  345. fi
  346. ctags: CTAGS
  347. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  348. $(TAGS_FILES) $(LISP)
  349. tags=; \
  350. here=`pwd`; \
  351. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  352. unique=`for i in $$list; do \
  353. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  354. done | \
  355. $(AWK) ' { files[$$0] = 1; } \
  356. END { for (i in files) print i; }'`; \
  357. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  358. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  359. $$tags $$unique
  360. GTAGS:
  361. here=`$(am__cd) $(top_builddir) && pwd` \
  362. && cd $(top_srcdir) \
  363. && gtags -i $(GTAGS_ARGS) $$here
  364. distclean-tags:
  365. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  366. distdir: $(DISTFILES)
  367. $(am__remove_distdir)
  368. test -d $(distdir) || mkdir $(distdir)
  369. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  370. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  371. list='$(DISTFILES)'; \
  372. dist_files=`for file in $$list; do echo $$file; done | \
  373. sed -e "s|^$$srcdirstrip/||;t" \
  374. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  375. case $$dist_files in \
  376. */*) $(MKDIR_P) `echo "$$dist_files" | \
  377. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  378. sort -u` ;; \
  379. esac; \
  380. for file in $$dist_files; do \
  381. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  382. if test -d $$d/$$file; then \
  383. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  384. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  385. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  386. fi; \
  387. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  388. else \
  389. test -f $(distdir)/$$file \
  390. || cp -p $$d/$$file $(distdir)/$$file \
  391. || exit 1; \
  392. fi; \
  393. done
  394. list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  395. if test "$$subdir" = .; then :; else \
  396. test -d "$(distdir)/$$subdir" \
  397. || $(MKDIR_P) "$(distdir)/$$subdir" \
  398. || exit 1; \
  399. distdir=`$(am__cd) $(distdir) && pwd`; \
  400. top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
  401. (cd $$subdir && \
  402. $(MAKE) $(AM_MAKEFLAGS) \
  403. top_distdir="$$top_distdir" \
  404. distdir="$$distdir/$$subdir" \
  405. am__remove_distdir=: \
  406. am__skip_length_check=: \
  407. distdir) \
  408. || exit 1; \
  409. fi; \
  410. done
  411. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  412. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  413. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  414. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  415. || chmod -R a+r $(distdir)
  416. dist-gzip: distdir
  417. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  418. $(am__remove_distdir)
  419. dist-bzip2: distdir
  420. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  421. $(am__remove_distdir)
  422. dist-tarZ: distdir
  423. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  424. $(am__remove_distdir)
  425. dist-shar: distdir
  426. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  427. $(am__remove_distdir)
  428. dist-zip: distdir
  429. -rm -f $(distdir).zip
  430. zip -rq $(distdir).zip $(distdir)
  431. $(am__remove_distdir)
  432. dist dist-all: distdir
  433. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  434. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  435. -rm -f $(distdir).zip
  436. zip -rq $(distdir).zip $(distdir)
  437. $(am__remove_distdir)
  438. # This target untars the dist file and tries a VPATH configuration. Then
  439. # it guarantees that the distribution is self-contained by making another
  440. # tarfile.
  441. distcheck: dist
  442. case '$(DIST_ARCHIVES)' in \
  443. *.tar.gz*) \
  444. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  445. *.tar.bz2*) \
  446. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  447. *.tar.Z*) \
  448. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  449. *.shar.gz*) \
  450. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  451. *.zip*) \
  452. unzip $(distdir).zip ;;\
  453. esac
  454. chmod -R a-w $(distdir); chmod a+w $(distdir)
  455. mkdir $(distdir)/_build
  456. mkdir $(distdir)/_inst
  457. chmod a-w $(distdir)
  458. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  459. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  460. && cd $(distdir)/_build \
  461. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  462. $(DISTCHECK_CONFIGURE_FLAGS) \
  463. && $(MAKE) $(AM_MAKEFLAGS) \
  464. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  465. && $(MAKE) $(AM_MAKEFLAGS) check \
  466. && $(MAKE) $(AM_MAKEFLAGS) install \
  467. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  468. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  469. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  470. distuninstallcheck \
  471. && chmod -R a-w "$$dc_install_base" \
  472. && ({ \
  473. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  474. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  475. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  476. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  477. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  478. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  479. && rm -rf "$$dc_destdir" \
  480. && $(MAKE) $(AM_MAKEFLAGS) dist \
  481. && rm -rf $(DIST_ARCHIVES) \
  482. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  483. $(am__remove_distdir)
  484. @(echo "$(distdir) archives ready for distribution: "; \
  485. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  486. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  487. distuninstallcheck:
  488. @cd $(distuninstallcheck_dir) \
  489. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  490. || { echo "ERROR: files left after uninstall:" ; \
  491. if test -n "$(DESTDIR)"; then \
  492. echo " (check DESTDIR support)"; \
  493. fi ; \
  494. $(distuninstallcheck_listfiles) ; \
  495. exit 1; } >&2
  496. distcleancheck: distclean
  497. @if test '$(srcdir)' = . ; then \
  498. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  499. exit 1 ; \
  500. fi
  501. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  502. || { echo "ERROR: files left in build directory after distclean:" ; \
  503. $(distcleancheck_listfiles) ; \
  504. exit 1; } >&2
  505. check-am: all-am
  506. check: check-recursive
  507. all-am: Makefile
  508. installdirs: installdirs-recursive
  509. installdirs-am:
  510. install: install-recursive
  511. install-exec: install-exec-recursive
  512. install-data: install-data-recursive
  513. uninstall: uninstall-recursive
  514. install-am: all-am
  515. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  516. installcheck: installcheck-recursive
  517. install-strip:
  518. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  519. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  520. `test -z '$(STRIP)' || \
  521. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  522. mostlyclean-generic:
  523. clean-generic:
  524. distclean-generic:
  525. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  526. maintainer-clean-generic:
  527. @echo "This command is intended for maintainers to use"
  528. @echo "it deletes files that may require special tools to rebuild."
  529. clean: clean-recursive
  530. clean-am: clean-generic clean-libtool mostlyclean-am
  531. distclean: distclean-recursive
  532. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  533. -rm -f Makefile
  534. distclean-am: clean-am distclean-generic distclean-libtool \
  535. distclean-tags
  536. dvi: dvi-recursive
  537. dvi-am:
  538. html: html-recursive
  539. info: info-recursive
  540. info-am:
  541. install-data-am:
  542. install-dvi: install-dvi-recursive
  543. install-exec-am:
  544. install-html: install-html-recursive
  545. install-info: install-info-recursive
  546. install-man:
  547. install-pdf: install-pdf-recursive
  548. install-ps: install-ps-recursive
  549. installcheck-am:
  550. maintainer-clean: maintainer-clean-recursive
  551. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  552. -rm -rf $(top_srcdir)/autom4te.cache
  553. -rm -f Makefile
  554. maintainer-clean-am: distclean-am maintainer-clean-generic
  555. mostlyclean: mostlyclean-recursive
  556. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  557. pdf: pdf-recursive
  558. pdf-am:
  559. ps: ps-recursive
  560. ps-am:
  561. uninstall-am:
  562. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
  563. install-strip
  564. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  565. all all-am am--refresh check check-am clean clean-generic \
  566. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  567. dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
  568. distclean-generic distclean-libtool distclean-tags \
  569. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  570. html-am info info-am install install-am install-data \
  571. install-data-am install-dvi install-dvi-am install-exec \
  572. install-exec-am install-html install-html-am install-info \
  573. install-info-am install-man install-pdf install-pdf-am \
  574. install-ps install-ps-am install-strip installcheck \
  575. installcheck-am installdirs installdirs-am maintainer-clean \
  576. maintainer-clean-generic mostlyclean mostlyclean-generic \
  577. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  578. uninstall uninstall-am
  579. #---------------------------------------------------------------------------
  580. # Goal for building documentation
  581. #---------------------------------------------------------------------------
  582. .PHONY: doc runtests
  583. runtests:
  584. cd tests; $(MAKE) runtests
  585. doc:
  586. cd doc; $(MAKE) doc
  587. #---------------------------------------------------------------------------
  588. # end of file
  589. #---------------------------------------------------------------------------
  590. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  591. # Otherwise a system limit (for SysV at least) may be exceeded.
  592. .NOEXPORT: