Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. # Makefile.in generated by automake 1.7 from Makefile.am.
  2. # @configure_input@
  3. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
  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. #----------------------------------------------------------------
  14. #
  15. # Makefile.am
  16. #
  17. # Automake source file for TNT
  18. # This file, along with aclocal, configure.ac autoconf,
  19. # and automake can produce a highly functional configuration
  20. # script and Makefile.
  21. #
  22. # Sharon Zahn, Bob Techentin
  23. # October 3, 2002
  24. #
  25. # Copyright 2002-2004 Mayo Foundation. All Rights Reserved
  26. # $Id: Makefile.am,v 1.15 2004/07/22 14:23:32 techenti Exp $
  27. #
  28. #----------------------------------------------------------------
  29. #----------------------------------------------------------------
  30. # Note that this package _does_ require some of the support
  31. # files like install-sh, so if you're running aclocal,
  32. # autoconf, and automake for the first time, you'll need to
  33. # supply command line switches --add-missing --copy.
  34. #
  35. # Or see (or run) the 'bootstrap' script for details.
  36. #----------------------------------------------------------------
  37. srcdir = @srcdir@
  38. top_srcdir = @top_srcdir@
  39. VPATH = @srcdir@
  40. pkgdatadir = $(datadir)/@PACKAGE@
  41. pkglibdir = $(libdir)/@PACKAGE@
  42. pkgincludedir = $(includedir)/@PACKAGE@
  43. top_builddir = .
  44. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  45. INSTALL = @INSTALL@
  46. install_sh_DATA = $(install_sh) -c -m 644
  47. install_sh_PROGRAM = $(install_sh) -c
  48. install_sh_SCRIPT = $(install_sh) -c
  49. INSTALL_HEADER = $(INSTALL_DATA)
  50. transform = $(program_transform_name)
  51. NORMAL_INSTALL = :
  52. PRE_INSTALL = :
  53. POST_INSTALL = :
  54. NORMAL_UNINSTALL = :
  55. PRE_UNINSTALL = :
  56. POST_UNINSTALL = :
  57. host_triplet = @host@
  58. ACLOCAL = @ACLOCAL@
  59. AMTAR = @AMTAR@
  60. AUTOCONF = @AUTOCONF@
  61. AUTOHEADER = @AUTOHEADER@
  62. AUTOMAKE = @AUTOMAKE@
  63. AWK = @AWK@
  64. CYGPATH_W = @CYGPATH_W@
  65. DEFS = @DEFS@
  66. ECHO_C = @ECHO_C@
  67. ECHO_N = @ECHO_N@
  68. ECHO_T = @ECHO_T@
  69. INSTALL_DATA = @INSTALL_DATA@
  70. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  71. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  72. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  73. LIBS = @LIBS@
  74. LTLIBOBJS = @LTLIBOBJS@
  75. MAKEINFO = @MAKEINFO@
  76. PACKAGE = @PACKAGE@
  77. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  78. PACKAGE_NAME = @PACKAGE_NAME@
  79. PACKAGE_STRING = @PACKAGE_STRING@
  80. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  81. PACKAGE_VERSION = @PACKAGE_VERSION@
  82. PATH_SEPARATOR = @PATH_SEPARATOR@
  83. SET_MAKE = @SET_MAKE@
  84. SHELL = @SHELL@
  85. STRIP = @STRIP@
  86. VERSION = @VERSION@
  87. WINDOWS_FALSE = @WINDOWS_FALSE@
  88. WINDOWS_TRUE = @WINDOWS_TRUE@
  89. ac_ct_STRIP = @ac_ct_STRIP@
  90. bindir = @bindir@
  91. build = @build@
  92. build_alias = @build_alias@
  93. build_cpu = @build_cpu@
  94. build_os = @build_os@
  95. build_vendor = @build_vendor@
  96. datadir = @datadir@
  97. exec_prefix = @exec_prefix@
  98. host = @host@
  99. host_alias = @host_alias@
  100. host_cpu = @host_cpu@
  101. host_os = @host_os@
  102. host_vendor = @host_vendor@
  103. includedir = @includedir@
  104. infodir = @infodir@
  105. install_sh = @install_sh@
  106. libdir = @libdir@
  107. libexecdir = @libexecdir@
  108. localstatedir = @localstatedir@
  109. mandir = @mandir@
  110. oldincludedir = @oldincludedir@
  111. prefix = @prefix@
  112. program_transform_name = @program_transform_name@
  113. sbindir = @sbindir@
  114. sharedstatedir = @sharedstatedir@
  115. subdirs = @subdirs@
  116. sysconfdir = @sysconfdir@
  117. target_alias = @target_alias@
  118. #---------------------------------------------------------------
  119. # tcl/tk scripts that need to be installed.
  120. #---------------------------------------------------------------
  121. bin_SCRIPTS = tnt.tcl tnt
  122. #---------------------------------------------------------------
  123. # Examples to be installed
  124. #---------------------------------------------------------------
  125. examplesdir = $(prefix)/examples
  126. examples_DATA = \
  127. examples/9-7-00.xsctn \
  128. examples/coplanar.xsctn \
  129. examples/example-microstrip-2.xsctn \
  130. examples/example-microstrip-5.xsctn \
  131. examples/example-stripline-2.xsctn \
  132. examples/generic.xsctn \
  133. examples/test1.xsctn \
  134. examples/trap_test.xsctn \
  135. examples/w10t2.5.xsctn \
  136. examples/w20t5.xsctn
  137. #---------------------------------------------------------------
  138. # Application documents get installed into the $(prefix)
  139. # directory, which will be nice if the installer specifies
  140. # a prefix. If not, then I suppose README will go into
  141. # /usr.
  142. #---------------------------------------------------------------
  143. appdocsdir = $(prefix)
  144. appdocs_DATA = \
  145. AUTHORS$(TXTEXT) \
  146. COPYING$(TXTEXT) \
  147. ChangeLog$(TXTEXT) \
  148. NEWS$(TXTEXT) \
  149. README$(TXTEXT) \
  150. THANKS$(TXTEXT)
  151. #---------------------------------------------------------------
  152. # Convert application documents to text files on Windows.
  153. #---------------------------------------------------------------
  154. @WINDOWS_TRUE@TXTEXT = .txt
  155. #---------------------------------------------------------------
  156. # Windows installation need a helper application to
  157. # send postscript files through the print queue.
  158. # Copy PrFile32.exe and it's zip distribution to ./bin.
  159. #---------------------------------------------------------------
  160. @WINDOWS_TRUE@printfiledir = $(bindir)
  161. @WINDOWS_TRUE@printfile_DATA = printfile215-32.zip PrFile32.exe
  162. #---------------------------------------------------------------
  163. # Subdirectories for automake and make
  164. #---------------------------------------------------------------
  165. SUBDIRS = bem calcCAP calcRL doc csdl gui units sppdgTcllib
  166. EXTRA_DIST = $(bin_SCRIPTS) $(printfile_DATA) $(examples_DATA)
  167. subdir = .
  168. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  169. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  170. CONFIG_CLEAN_FILES =
  171. SCRIPTS = $(bin_SCRIPTS)
  172. DIST_SOURCES =
  173. DATA = $(appdocs_DATA) $(examples_DATA) $(printfile_DATA)
  174. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
  175. ps-recursive install-info-recursive uninstall-info-recursive \
  176. all-recursive install-data-recursive install-exec-recursive \
  177. installdirs-recursive install-recursive uninstall-recursive \
  178. check-recursive installcheck-recursive
  179. DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  180. Makefile.in NEWS THANKS aclocal.m4 config.guess config.sub \
  181. configure configure.ac install-sh missing mkinstalldirs
  182. DIST_SUBDIRS = $(SUBDIRS)
  183. all: all-recursive
  184. .SUFFIXES:
  185. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  186. configure.lineno
  187. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  188. cd $(top_srcdir) && \
  189. $(AUTOMAKE) --gnu Makefile
  190. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  191. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  192. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  193. $(SHELL) ./config.status --recheck
  194. $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  195. cd $(srcdir) && $(AUTOCONF)
  196. $(ACLOCAL_M4): configure.ac
  197. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  198. binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
  199. install-binSCRIPTS: $(bin_SCRIPTS)
  200. @$(NORMAL_INSTALL)
  201. $(mkinstalldirs) $(DESTDIR)$(bindir)
  202. @list='$(bin_SCRIPTS)'; for p in $$list; do \
  203. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  204. if test -f $$d$$p; then \
  205. f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
  206. echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
  207. $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
  208. else :; fi; \
  209. done
  210. uninstall-binSCRIPTS:
  211. @$(NORMAL_UNINSTALL)
  212. @list='$(bin_SCRIPTS)'; for p in $$list; do \
  213. f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
  214. echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
  215. rm -f $(DESTDIR)$(bindir)/$$f; \
  216. done
  217. uninstall-info-am:
  218. appdocsDATA_INSTALL = $(INSTALL_DATA)
  219. install-appdocsDATA: $(appdocs_DATA)
  220. @$(NORMAL_INSTALL)
  221. $(mkinstalldirs) $(DESTDIR)$(appdocsdir)
  222. @list='$(appdocs_DATA)'; for p in $$list; do \
  223. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  224. f="`echo $$p | sed -e 's|^.*/||'`"; \
  225. echo " $(appdocsDATA_INSTALL) $$d$$p $(DESTDIR)$(appdocsdir)/$$f"; \
  226. $(appdocsDATA_INSTALL) $$d$$p $(DESTDIR)$(appdocsdir)/$$f; \
  227. done
  228. uninstall-appdocsDATA:
  229. @$(NORMAL_UNINSTALL)
  230. @list='$(appdocs_DATA)'; for p in $$list; do \
  231. f="`echo $$p | sed -e 's|^.*/||'`"; \
  232. echo " rm -f $(DESTDIR)$(appdocsdir)/$$f"; \
  233. rm -f $(DESTDIR)$(appdocsdir)/$$f; \
  234. done
  235. examplesDATA_INSTALL = $(INSTALL_DATA)
  236. install-examplesDATA: $(examples_DATA)
  237. @$(NORMAL_INSTALL)
  238. $(mkinstalldirs) $(DESTDIR)$(examplesdir)
  239. @list='$(examples_DATA)'; for p in $$list; do \
  240. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  241. f="`echo $$p | sed -e 's|^.*/||'`"; \
  242. echo " $(examplesDATA_INSTALL) $$d$$p $(DESTDIR)$(examplesdir)/$$f"; \
  243. $(examplesDATA_INSTALL) $$d$$p $(DESTDIR)$(examplesdir)/$$f; \
  244. done
  245. uninstall-examplesDATA:
  246. @$(NORMAL_UNINSTALL)
  247. @list='$(examples_DATA)'; for p in $$list; do \
  248. f="`echo $$p | sed -e 's|^.*/||'`"; \
  249. echo " rm -f $(DESTDIR)$(examplesdir)/$$f"; \
  250. rm -f $(DESTDIR)$(examplesdir)/$$f; \
  251. done
  252. printfileDATA_INSTALL = $(INSTALL_DATA)
  253. install-printfileDATA: $(printfile_DATA)
  254. @$(NORMAL_INSTALL)
  255. $(mkinstalldirs) $(DESTDIR)$(printfiledir)
  256. @list='$(printfile_DATA)'; for p in $$list; do \
  257. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  258. f="`echo $$p | sed -e 's|^.*/||'`"; \
  259. echo " $(printfileDATA_INSTALL) $$d$$p $(DESTDIR)$(printfiledir)/$$f"; \
  260. $(printfileDATA_INSTALL) $$d$$p $(DESTDIR)$(printfiledir)/$$f; \
  261. done
  262. uninstall-printfileDATA:
  263. @$(NORMAL_UNINSTALL)
  264. @list='$(printfile_DATA)'; for p in $$list; do \
  265. f="`echo $$p | sed -e 's|^.*/||'`"; \
  266. echo " rm -f $(DESTDIR)$(printfiledir)/$$f"; \
  267. rm -f $(DESTDIR)$(printfiledir)/$$f; \
  268. done
  269. # This directory's subdirectories are mostly independent; you can cd
  270. # into them and run `make' without going through this Makefile.
  271. # To change the values of `make' variables: instead of editing Makefiles,
  272. # (1) if the variable is set in `config.status', edit `config.status'
  273. # (which will cause the Makefiles to be regenerated when you run `make');
  274. # (2) otherwise, pass the desired values on the `make' command line.
  275. $(RECURSIVE_TARGETS):
  276. @set fnord $$MAKEFLAGS; amf=$$2; \
  277. dot_seen=no; \
  278. target=`echo $@ | sed s/-recursive//`; \
  279. list='$(SUBDIRS)'; for subdir in $$list; do \
  280. echo "Making $$target in $$subdir"; \
  281. if test "$$subdir" = "."; then \
  282. dot_seen=yes; \
  283. local_target="$$target-am"; \
  284. else \
  285. local_target="$$target"; \
  286. fi; \
  287. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  288. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  289. done; \
  290. if test "$$dot_seen" = "no"; then \
  291. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  292. fi; test -z "$$fail"
  293. mostlyclean-recursive clean-recursive distclean-recursive \
  294. maintainer-clean-recursive:
  295. @set fnord $$MAKEFLAGS; amf=$$2; \
  296. dot_seen=no; \
  297. case "$@" in \
  298. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  299. *) list='$(SUBDIRS)' ;; \
  300. esac; \
  301. rev=''; for subdir in $$list; do \
  302. if test "$$subdir" = "."; then :; else \
  303. rev="$$subdir $$rev"; \
  304. fi; \
  305. done; \
  306. rev="$$rev ."; \
  307. target=`echo $@ | sed s/-recursive//`; \
  308. for subdir in $$rev; do \
  309. echo "Making $$target in $$subdir"; \
  310. if test "$$subdir" = "."; then \
  311. local_target="$$target-am"; \
  312. else \
  313. local_target="$$target"; \
  314. fi; \
  315. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  316. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  317. done && test -z "$$fail"
  318. tags-recursive:
  319. list='$(SUBDIRS)'; for subdir in $$list; do \
  320. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  321. done
  322. ctags-recursive:
  323. list='$(SUBDIRS)'; for subdir in $$list; do \
  324. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  325. done
  326. ETAGS = etags
  327. ETAGSFLAGS =
  328. CTAGS = ctags
  329. CTAGSFLAGS =
  330. tags: TAGS
  331. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  332. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  333. unique=`for i in $$list; do \
  334. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  335. done | \
  336. $(AWK) ' { files[$$0] = 1; } \
  337. END { for (i in files) print i; }'`; \
  338. mkid -fID $$unique
  339. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  340. $(TAGS_FILES) $(LISP)
  341. tags=; \
  342. here=`pwd`; \
  343. list='$(SUBDIRS)'; for subdir in $$list; do \
  344. if test "$$subdir" = .; then :; else \
  345. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  346. fi; \
  347. done; \
  348. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  349. unique=`for i in $$list; do \
  350. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  351. done | \
  352. $(AWK) ' { files[$$0] = 1; } \
  353. END { for (i in files) print i; }'`; \
  354. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  355. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  356. $$tags $$unique
  357. ctags: CTAGS
  358. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  359. $(TAGS_FILES) $(LISP)
  360. tags=; \
  361. here=`pwd`; \
  362. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  363. unique=`for i in $$list; do \
  364. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  365. done | \
  366. $(AWK) ' { files[$$0] = 1; } \
  367. END { for (i in files) print i; }'`; \
  368. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  369. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  370. $$tags $$unique
  371. GTAGS:
  372. here=`$(am__cd) $(top_builddir) && pwd` \
  373. && cd $(top_srcdir) \
  374. && gtags -i $(GTAGS_ARGS) $$here
  375. distclean-tags:
  376. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  377. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  378. top_distdir = .
  379. distdir = $(PACKAGE)-$(VERSION)
  380. am__remove_distdir = \
  381. { test ! -d $(distdir) \
  382. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  383. && rm -fr $(distdir); }; }
  384. GZIP_ENV = --best
  385. distuninstallcheck_listfiles = find . -type f -print
  386. distcleancheck_listfiles = find . -type f -print
  387. distdir: $(DISTFILES)
  388. $(am__remove_distdir)
  389. mkdir $(distdir)
  390. $(mkinstalldirs) $(distdir)/examples
  391. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  392. list='$(DISTFILES)'; for file in $$list; do \
  393. case $$file in \
  394. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  395. esac; \
  396. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  397. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  398. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  399. dir="/$$dir"; \
  400. $(mkinstalldirs) "$(distdir)$$dir"; \
  401. else \
  402. dir=''; \
  403. fi; \
  404. if test -d $$d/$$file; then \
  405. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  406. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  407. fi; \
  408. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  409. else \
  410. test -f $(distdir)/$$file \
  411. || cp -p $$d/$$file $(distdir)/$$file \
  412. || exit 1; \
  413. fi; \
  414. done
  415. list='$(SUBDIRS)'; for subdir in $$list; do \
  416. if test "$$subdir" = .; then :; else \
  417. test -d $(distdir)/$$subdir \
  418. || mkdir $(distdir)/$$subdir \
  419. || exit 1; \
  420. (cd $$subdir && \
  421. $(MAKE) $(AM_MAKEFLAGS) \
  422. top_distdir="$(top_distdir)" \
  423. distdir=../$(distdir)/$$subdir \
  424. distdir) \
  425. || exit 1; \
  426. fi; \
  427. done
  428. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  429. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  430. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  431. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  432. || chmod -R a+r $(distdir)
  433. dist-gzip: distdir
  434. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  435. $(am__remove_distdir)
  436. dist dist-all: distdir
  437. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  438. $(am__remove_distdir)
  439. # This target untars the dist file and tries a VPATH configuration. Then
  440. # it guarantees that the distribution is self-contained by making another
  441. # tarfile.
  442. distcheck: dist
  443. $(am__remove_distdir)
  444. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  445. chmod -R a-w $(distdir); chmod a+w $(distdir)
  446. mkdir $(distdir)/=build
  447. mkdir $(distdir)/=inst
  448. chmod a-w $(distdir)
  449. dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
  450. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  451. && $(mkinstalldirs) $$dc_destdir \
  452. && cd $(distdir)/=build \
  453. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  454. $(DISTCHECK_CONFIGURE_FLAGS) \
  455. && $(MAKE) $(AM_MAKEFLAGS) \
  456. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  457. && $(MAKE) $(AM_MAKEFLAGS) check \
  458. && $(MAKE) $(AM_MAKEFLAGS) install \
  459. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  460. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  461. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  462. distuninstallcheck \
  463. && chmod -R a-w "$$dc_install_base" \
  464. && ({ $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  465. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  466. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  467. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  468. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  469. && rm -rf "$$dc_destdir" \
  470. && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  471. && rm -f $(distdir).tar.gz \
  472. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  473. $(am__remove_distdir)
  474. @echo "$(distdir).tar.gz is ready for distribution" | \
  475. sed 'h;s/./=/g;p;x;p;x'
  476. distuninstallcheck:
  477. cd $(distuninstallcheck_dir) \
  478. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  479. || { echo "ERROR: files left after uninstall:" ; \
  480. if test -n "$(DESTDIR)"; then \
  481. echo " (check DESTDIR support)"; \
  482. fi ; \
  483. $(distuninstallcheck_listfiles) ; \
  484. exit 1; } >&2
  485. distcleancheck: distclean
  486. if test '$(srcdir)' = . ; then \
  487. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  488. exit 1 ; \
  489. fi
  490. test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  491. || { echo "ERROR: files left in build directory after distclean:" ; \
  492. $(distcleancheck_listfiles) ; \
  493. exit 1; } >&2
  494. check-am: all-am
  495. check: check-recursive
  496. all-am: Makefile $(SCRIPTS) $(DATA)
  497. installdirs: installdirs-recursive
  498. installdirs-am:
  499. $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(appdocsdir) $(DESTDIR)$(examplesdir) $(DESTDIR)$(printfiledir)
  500. install: install-recursive
  501. install-exec: install-exec-recursive
  502. install-data: install-data-recursive
  503. uninstall: uninstall-recursive
  504. install-am: all-am
  505. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  506. installcheck: installcheck-recursive
  507. install-strip:
  508. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  509. INSTALL_STRIP_FLAG=-s \
  510. `test -z '$(STRIP)' || \
  511. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  512. mostlyclean-generic:
  513. clean-generic:
  514. distclean-generic:
  515. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  516. maintainer-clean-generic:
  517. @echo "This command is intended for maintainers to use"
  518. @echo "it deletes files that may require special tools to rebuild."
  519. clean: clean-recursive
  520. clean-am: clean-generic mostlyclean-am
  521. distclean: distclean-recursive
  522. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  523. distclean-am: clean-am distclean-generic distclean-tags
  524. dvi: dvi-recursive
  525. dvi-am:
  526. info: info-recursive
  527. info-am:
  528. install-data-am: install-appdocsDATA install-examplesDATA \
  529. install-printfileDATA
  530. install-exec-am: install-binSCRIPTS
  531. install-info: install-info-recursive
  532. install-man:
  533. installcheck-am:
  534. maintainer-clean: maintainer-clean-recursive
  535. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  536. -rm -rf autom4te.cache
  537. maintainer-clean-am: distclean-am maintainer-clean-generic
  538. mostlyclean: mostlyclean-recursive
  539. mostlyclean-am: mostlyclean-generic
  540. pdf: pdf-recursive
  541. pdf-am:
  542. ps: ps-recursive
  543. ps-am:
  544. uninstall-am: uninstall-appdocsDATA uninstall-binSCRIPTS \
  545. uninstall-examplesDATA uninstall-info-am \
  546. uninstall-printfileDATA
  547. uninstall-info: uninstall-info-recursive
  548. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
  549. clean-generic clean-recursive ctags ctags-recursive dist \
  550. dist-all dist-gzip distcheck distclean distclean-generic \
  551. distclean-recursive distclean-tags distcleancheck distdir \
  552. distuninstallcheck dvi dvi-am dvi-recursive info info-am \
  553. info-recursive install install-am install-appdocsDATA \
  554. install-binSCRIPTS install-data install-data-am \
  555. install-data-recursive install-examplesDATA install-exec \
  556. install-exec-am install-exec-recursive install-info \
  557. install-info-am install-info-recursive install-man \
  558. install-printfileDATA install-recursive install-strip \
  559. installcheck installcheck-am installdirs installdirs-am \
  560. installdirs-recursive maintainer-clean maintainer-clean-generic \
  561. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  562. mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
  563. ps-recursive tags tags-recursive uninstall uninstall-am \
  564. uninstall-appdocsDATA uninstall-binSCRIPTS \
  565. uninstall-examplesDATA uninstall-info-am \
  566. uninstall-info-recursive uninstall-printfileDATA \
  567. uninstall-recursive
  568. @WINDOWS_TRUE@%$(TXTEXT) : %
  569. @WINDOWS_TRUE@ cp $< $@
  570. @WINDOWS_TRUE@ unix2dos $@
  571. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  572. # Otherwise a system limit (for SysV at least) may be exceeded.
  573. .NOEXPORT: