Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646
  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-mmtl
  122. #---------------------------------------------------------------
  123. # Examples to be installed
  124. #---------------------------------------------------------------
  125. examplesdir = $(pkgdatadir)/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 = $(pkgdatadir)
  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. SUBDIRS = bem doc csdl gui units sppdgTcllib
  167. EXTRA_DIST = $(bin_SCRIPTS) $(printfile_DATA) $(examples_DATA)
  168. subdir = .
  169. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  170. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  171. CONFIG_CLEAN_FILES =
  172. SCRIPTS = $(bin_SCRIPTS)
  173. DIST_SOURCES =
  174. DATA = $(appdocs_DATA) $(examples_DATA) $(printfile_DATA)
  175. RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
  176. ps-recursive install-info-recursive uninstall-info-recursive \
  177. all-recursive install-data-recursive install-exec-recursive \
  178. installdirs-recursive install-recursive uninstall-recursive \
  179. check-recursive installcheck-recursive
  180. DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  181. Makefile.in NEWS THANKS aclocal.m4 config.guess config.sub \
  182. configure configure.ac install-sh missing mkinstalldirs
  183. DIST_SUBDIRS = $(SUBDIRS)
  184. all: all-recursive
  185. .SUFFIXES:
  186. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  187. configure.lineno
  188. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  189. cd $(top_srcdir) && \
  190. $(AUTOMAKE) --gnu Makefile
  191. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  192. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  193. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  194. $(SHELL) ./config.status --recheck
  195. $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  196. cd $(srcdir) && $(AUTOCONF)
  197. $(ACLOCAL_M4): configure.ac
  198. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  199. binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
  200. install-binSCRIPTS: $(bin_SCRIPTS)
  201. @$(NORMAL_INSTALL)
  202. $(mkinstalldirs) $(DESTDIR)$(bindir)
  203. @list='$(bin_SCRIPTS)'; for p in $$list; do \
  204. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  205. if test -f $$d$$p; then \
  206. f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
  207. echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
  208. $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
  209. else :; fi; \
  210. done
  211. uninstall-binSCRIPTS:
  212. @$(NORMAL_UNINSTALL)
  213. @list='$(bin_SCRIPTS)'; for p in $$list; do \
  214. f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
  215. echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
  216. rm -f $(DESTDIR)$(bindir)/$$f; \
  217. done
  218. uninstall-info-am:
  219. appdocsDATA_INSTALL = $(INSTALL_DATA)
  220. install-appdocsDATA: $(appdocs_DATA)
  221. @$(NORMAL_INSTALL)
  222. $(mkinstalldirs) $(DESTDIR)$(appdocsdir)
  223. @list='$(appdocs_DATA)'; for p in $$list; do \
  224. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  225. f="`echo $$p | sed -e 's|^.*/||'`"; \
  226. echo " $(appdocsDATA_INSTALL) $$d$$p $(DESTDIR)$(appdocsdir)/$$f"; \
  227. $(appdocsDATA_INSTALL) $$d$$p $(DESTDIR)$(appdocsdir)/$$f; \
  228. done
  229. uninstall-appdocsDATA:
  230. @$(NORMAL_UNINSTALL)
  231. @list='$(appdocs_DATA)'; for p in $$list; do \
  232. f="`echo $$p | sed -e 's|^.*/||'`"; \
  233. echo " rm -f $(DESTDIR)$(appdocsdir)/$$f"; \
  234. rm -f $(DESTDIR)$(appdocsdir)/$$f; \
  235. done
  236. examplesDATA_INSTALL = $(INSTALL_DATA)
  237. install-examplesDATA: $(examples_DATA)
  238. @$(NORMAL_INSTALL)
  239. $(mkinstalldirs) $(DESTDIR)$(examplesdir)
  240. @list='$(examples_DATA)'; for p in $$list; do \
  241. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  242. f="`echo $$p | sed -e 's|^.*/||'`"; \
  243. echo " $(examplesDATA_INSTALL) $$d$$p $(DESTDIR)$(examplesdir)/$$f"; \
  244. $(examplesDATA_INSTALL) $$d$$p $(DESTDIR)$(examplesdir)/$$f; \
  245. done
  246. uninstall-examplesDATA:
  247. @$(NORMAL_UNINSTALL)
  248. @list='$(examples_DATA)'; for p in $$list; do \
  249. f="`echo $$p | sed -e 's|^.*/||'`"; \
  250. echo " rm -f $(DESTDIR)$(examplesdir)/$$f"; \
  251. rm -f $(DESTDIR)$(examplesdir)/$$f; \
  252. done
  253. printfileDATA_INSTALL = $(INSTALL_DATA)
  254. install-printfileDATA: $(printfile_DATA)
  255. @$(NORMAL_INSTALL)
  256. $(mkinstalldirs) $(DESTDIR)$(printfiledir)
  257. @list='$(printfile_DATA)'; for p in $$list; do \
  258. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  259. f="`echo $$p | sed -e 's|^.*/||'`"; \
  260. echo " $(printfileDATA_INSTALL) $$d$$p $(DESTDIR)$(printfiledir)/$$f"; \
  261. $(printfileDATA_INSTALL) $$d$$p $(DESTDIR)$(printfiledir)/$$f; \
  262. done
  263. uninstall-printfileDATA:
  264. @$(NORMAL_UNINSTALL)
  265. @list='$(printfile_DATA)'; for p in $$list; do \
  266. f="`echo $$p | sed -e 's|^.*/||'`"; \
  267. echo " rm -f $(DESTDIR)$(printfiledir)/$$f"; \
  268. rm -f $(DESTDIR)$(printfiledir)/$$f; \
  269. done
  270. # This directory's subdirectories are mostly independent; you can cd
  271. # into them and run `make' without going through this Makefile.
  272. # To change the values of `make' variables: instead of editing Makefiles,
  273. # (1) if the variable is set in `config.status', edit `config.status'
  274. # (which will cause the Makefiles to be regenerated when you run `make');
  275. # (2) otherwise, pass the desired values on the `make' command line.
  276. $(RECURSIVE_TARGETS):
  277. @set fnord $$MAKEFLAGS; amf=$$2; \
  278. dot_seen=no; \
  279. target=`echo $@ | sed s/-recursive//`; \
  280. list='$(SUBDIRS)'; for subdir in $$list; do \
  281. echo "Making $$target in $$subdir"; \
  282. if test "$$subdir" = "."; then \
  283. dot_seen=yes; \
  284. local_target="$$target-am"; \
  285. else \
  286. local_target="$$target"; \
  287. fi; \
  288. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  289. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  290. done; \
  291. if test "$$dot_seen" = "no"; then \
  292. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  293. fi; test -z "$$fail"
  294. mostlyclean-recursive clean-recursive distclean-recursive \
  295. maintainer-clean-recursive:
  296. @set fnord $$MAKEFLAGS; amf=$$2; \
  297. dot_seen=no; \
  298. case "$@" in \
  299. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  300. *) list='$(SUBDIRS)' ;; \
  301. esac; \
  302. rev=''; for subdir in $$list; do \
  303. if test "$$subdir" = "."; then :; else \
  304. rev="$$subdir $$rev"; \
  305. fi; \
  306. done; \
  307. rev="$$rev ."; \
  308. target=`echo $@ | sed s/-recursive//`; \
  309. for subdir in $$rev; do \
  310. echo "Making $$target in $$subdir"; \
  311. if test "$$subdir" = "."; then \
  312. local_target="$$target-am"; \
  313. else \
  314. local_target="$$target"; \
  315. fi; \
  316. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  317. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  318. done && test -z "$$fail"
  319. tags-recursive:
  320. list='$(SUBDIRS)'; for subdir in $$list; do \
  321. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  322. done
  323. ctags-recursive:
  324. list='$(SUBDIRS)'; for subdir in $$list; do \
  325. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  326. done
  327. ETAGS = etags
  328. ETAGSFLAGS =
  329. CTAGS = ctags
  330. CTAGSFLAGS =
  331. tags: TAGS
  332. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  333. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  334. unique=`for i in $$list; do \
  335. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  336. done | \
  337. $(AWK) ' { files[$$0] = 1; } \
  338. END { for (i in files) print i; }'`; \
  339. mkid -fID $$unique
  340. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  341. $(TAGS_FILES) $(LISP)
  342. tags=; \
  343. here=`pwd`; \
  344. list='$(SUBDIRS)'; for subdir in $$list; do \
  345. if test "$$subdir" = .; then :; else \
  346. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  347. fi; \
  348. done; \
  349. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  350. unique=`for i in $$list; do \
  351. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  352. done | \
  353. $(AWK) ' { files[$$0] = 1; } \
  354. END { for (i in files) print i; }'`; \
  355. test -z "$(ETAGS_ARGS)$$tags$$unique" \
  356. || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  357. $$tags $$unique
  358. ctags: CTAGS
  359. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  360. $(TAGS_FILES) $(LISP)
  361. tags=; \
  362. here=`pwd`; \
  363. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  364. unique=`for i in $$list; do \
  365. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  366. done | \
  367. $(AWK) ' { files[$$0] = 1; } \
  368. END { for (i in files) print i; }'`; \
  369. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  370. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  371. $$tags $$unique
  372. GTAGS:
  373. here=`$(am__cd) $(top_builddir) && pwd` \
  374. && cd $(top_srcdir) \
  375. && gtags -i $(GTAGS_ARGS) $$here
  376. distclean-tags:
  377. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  378. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  379. top_distdir = .
  380. distdir = $(PACKAGE)-$(VERSION)
  381. am__remove_distdir = \
  382. { test ! -d $(distdir) \
  383. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  384. && rm -fr $(distdir); }; }
  385. GZIP_ENV = --best
  386. distuninstallcheck_listfiles = find . -type f -print
  387. distcleancheck_listfiles = find . -type f -print
  388. distdir: $(DISTFILES)
  389. $(am__remove_distdir)
  390. mkdir $(distdir)
  391. $(mkinstalldirs) $(distdir)/examples
  392. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  393. list='$(DISTFILES)'; for file in $$list; do \
  394. case $$file in \
  395. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  396. esac; \
  397. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  398. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  399. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  400. dir="/$$dir"; \
  401. $(mkinstalldirs) "$(distdir)$$dir"; \
  402. else \
  403. dir=''; \
  404. fi; \
  405. if test -d $$d/$$file; then \
  406. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  407. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  408. fi; \
  409. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  410. else \
  411. test -f $(distdir)/$$file \
  412. || cp -p $$d/$$file $(distdir)/$$file \
  413. || exit 1; \
  414. fi; \
  415. done
  416. list='$(SUBDIRS)'; for subdir in $$list; do \
  417. if test "$$subdir" = .; then :; else \
  418. test -d $(distdir)/$$subdir \
  419. || mkdir $(distdir)/$$subdir \
  420. || exit 1; \
  421. (cd $$subdir && \
  422. $(MAKE) $(AM_MAKEFLAGS) \
  423. top_distdir="$(top_distdir)" \
  424. distdir=../$(distdir)/$$subdir \
  425. distdir) \
  426. || exit 1; \
  427. fi; \
  428. done
  429. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  430. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  431. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  432. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  433. || chmod -R a+r $(distdir)
  434. dist-gzip: distdir
  435. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  436. $(am__remove_distdir)
  437. dist dist-all: distdir
  438. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  439. $(am__remove_distdir)
  440. # This target untars the dist file and tries a VPATH configuration. Then
  441. # it guarantees that the distribution is self-contained by making another
  442. # tarfile.
  443. distcheck: dist
  444. $(am__remove_distdir)
  445. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  446. chmod -R a-w $(distdir); chmod a+w $(distdir)
  447. mkdir $(distdir)/=build
  448. mkdir $(distdir)/=inst
  449. chmod a-w $(distdir)
  450. dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
  451. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  452. && $(mkinstalldirs) $$dc_destdir \
  453. && cd $(distdir)/=build \
  454. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  455. $(DISTCHECK_CONFIGURE_FLAGS) \
  456. && $(MAKE) $(AM_MAKEFLAGS) \
  457. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  458. && $(MAKE) $(AM_MAKEFLAGS) check \
  459. && $(MAKE) $(AM_MAKEFLAGS) install \
  460. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  461. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  462. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  463. distuninstallcheck \
  464. && chmod -R a-w "$$dc_install_base" \
  465. && ({ $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  466. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  467. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  468. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  469. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  470. && rm -rf "$$dc_destdir" \
  471. && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  472. && rm -f $(distdir).tar.gz \
  473. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  474. $(am__remove_distdir)
  475. @echo "$(distdir).tar.gz is ready for distribution" | \
  476. sed 'h;s/./=/g;p;x;p;x'
  477. distuninstallcheck:
  478. cd $(distuninstallcheck_dir) \
  479. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  480. || { echo "ERROR: files left after uninstall:" ; \
  481. if test -n "$(DESTDIR)"; then \
  482. echo " (check DESTDIR support)"; \
  483. fi ; \
  484. $(distuninstallcheck_listfiles) ; \
  485. exit 1; } >&2
  486. distcleancheck: distclean
  487. if test '$(srcdir)' = . ; then \
  488. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  489. exit 1 ; \
  490. fi
  491. test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  492. || { echo "ERROR: files left in build directory after distclean:" ; \
  493. $(distcleancheck_listfiles) ; \
  494. exit 1; } >&2
  495. check-am: all-am
  496. check: check-recursive
  497. all-am: Makefile $(SCRIPTS) $(DATA)
  498. installdirs: installdirs-recursive
  499. installdirs-am:
  500. $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(appdocsdir) $(DESTDIR)$(examplesdir) $(DESTDIR)$(printfiledir)
  501. install: install-recursive
  502. install-exec: install-exec-recursive
  503. install-data: install-data-recursive
  504. uninstall: uninstall-recursive
  505. install-am: all-am
  506. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  507. installcheck: installcheck-recursive
  508. install-strip:
  509. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  510. INSTALL_STRIP_FLAG=-s \
  511. `test -z '$(STRIP)' || \
  512. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  513. mostlyclean-generic:
  514. clean-generic:
  515. distclean-generic:
  516. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  517. maintainer-clean-generic:
  518. @echo "This command is intended for maintainers to use"
  519. @echo "it deletes files that may require special tools to rebuild."
  520. clean: clean-recursive
  521. clean-am: clean-generic mostlyclean-am
  522. distclean: distclean-recursive
  523. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  524. distclean-am: clean-am distclean-generic distclean-tags
  525. dvi: dvi-recursive
  526. dvi-am:
  527. info: info-recursive
  528. info-am:
  529. install-data-am: install-appdocsDATA install-examplesDATA \
  530. install-printfileDATA
  531. install-exec-am: install-binSCRIPTS
  532. install-info: install-info-recursive
  533. install-man:
  534. installcheck-am:
  535. maintainer-clean: maintainer-clean-recursive
  536. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  537. -rm -rf autom4te.cache
  538. maintainer-clean-am: distclean-am maintainer-clean-generic
  539. mostlyclean: mostlyclean-recursive
  540. mostlyclean-am: mostlyclean-generic
  541. pdf: pdf-recursive
  542. pdf-am:
  543. ps: ps-recursive
  544. ps-am:
  545. uninstall-am: uninstall-appdocsDATA uninstall-binSCRIPTS \
  546. uninstall-examplesDATA uninstall-info-am \
  547. uninstall-printfileDATA
  548. uninstall-info: uninstall-info-recursive
  549. .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
  550. clean-generic clean-recursive ctags ctags-recursive dist \
  551. dist-all dist-gzip distcheck distclean distclean-generic \
  552. distclean-recursive distclean-tags distcleancheck distdir \
  553. distuninstallcheck dvi dvi-am dvi-recursive info info-am \
  554. info-recursive install install-am install-appdocsDATA \
  555. install-binSCRIPTS install-data install-data-am \
  556. install-data-recursive install-examplesDATA install-exec \
  557. install-exec-am install-exec-recursive install-info \
  558. install-info-am install-info-recursive install-man \
  559. install-printfileDATA install-recursive install-strip \
  560. installcheck installcheck-am installdirs installdirs-am \
  561. installdirs-recursive maintainer-clean maintainer-clean-generic \
  562. maintainer-clean-recursive mostlyclean mostlyclean-generic \
  563. mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
  564. ps-recursive tags tags-recursive uninstall uninstall-am \
  565. uninstall-appdocsDATA uninstall-binSCRIPTS \
  566. uninstall-examplesDATA uninstall-info-am \
  567. uninstall-info-recursive uninstall-printfileDATA \
  568. uninstall-recursive
  569. @WINDOWS_TRUE@%$(TXTEXT) : %
  570. @WINDOWS_TRUE@ cp $< $@
  571. @WINDOWS_TRUE@ unix2dos $@
  572. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  573. # Otherwise a system limit (for SysV at least) may be exceeded.
  574. .NOEXPORT: