Makefile.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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 the Console package wrapped
  18. # around Tkcon.
  19. #
  20. # This file, along with aclocal, configure.ac autoconf,
  21. # and automake can produce a highly functional configuration
  22. # script and Makefile.
  23. #
  24. # Bob Techentin
  25. # January 22, 2004
  26. # Copyright 2004 Mayo Foundation. All Rights Reserved
  27. #
  28. # $Id: Makefile.am,v 1.4 2004/04/23 16:22:17 techenti Exp $
  29. #
  30. #----------------------------------------------------------------
  31. srcdir = @srcdir@
  32. top_srcdir = @top_srcdir@
  33. VPATH = @srcdir@
  34. pkgdatadir = $(datadir)/@PACKAGE@
  35. pkgincludedir = $(includedir)/@PACKAGE@
  36. top_builddir = .
  37. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  38. INSTALL = @INSTALL@
  39. install_sh_DATA = $(install_sh) -c -m 644
  40. install_sh_PROGRAM = $(install_sh) -c
  41. install_sh_SCRIPT = $(install_sh) -c
  42. INSTALL_HEADER = $(INSTALL_DATA)
  43. transform = $(program_transform_name)
  44. NORMAL_INSTALL = :
  45. PRE_INSTALL = :
  46. POST_INSTALL = :
  47. NORMAL_UNINSTALL = :
  48. PRE_UNINSTALL = :
  49. POST_UNINSTALL = :
  50. #---------------------------------------------------------------
  51. # Define an installation directory that includes
  52. # the version number (from AC_INIT) like "console1.0"
  53. #---------------------------------------------------------------
  54. pkglibdir = $(libdir)/$(PACKAGE)$(PACKAGE_VERSION)
  55. ACLOCAL = @ACLOCAL@
  56. AMTAR = @AMTAR@
  57. AUTOCONF = @AUTOCONF@
  58. AUTOHEADER = @AUTOHEADER@
  59. AUTOMAKE = @AUTOMAKE@
  60. AWK = @AWK@
  61. CYGPATH_W = @CYGPATH_W@
  62. DEFS = @DEFS@
  63. ECHO_C = @ECHO_C@
  64. ECHO_N = @ECHO_N@
  65. ECHO_T = @ECHO_T@
  66. INSTALL_DATA = @INSTALL_DATA@
  67. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  68. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  69. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  70. LIBS = @LIBS@
  71. LTLIBOBJS = @LTLIBOBJS@
  72. MAKEINFO = @MAKEINFO@
  73. PACKAGE = @PACKAGE@
  74. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  75. PACKAGE_NAME = @PACKAGE_NAME@
  76. PACKAGE_STRING = @PACKAGE_STRING@
  77. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  78. PACKAGE_VERSION = @PACKAGE_VERSION@
  79. PATH_SEPARATOR = @PATH_SEPARATOR@
  80. SET_MAKE = @SET_MAKE@
  81. SHELL = @SHELL@
  82. STRIP = @STRIP@
  83. VERSION = @VERSION@
  84. ac_ct_STRIP = @ac_ct_STRIP@
  85. bindir = @bindir@
  86. build_alias = @build_alias@
  87. datadir = @datadir@
  88. exec_prefix = @exec_prefix@
  89. host_alias = @host_alias@
  90. includedir = @includedir@
  91. infodir = @infodir@
  92. install_sh = @install_sh@
  93. libdir = @libdir@
  94. libexecdir = @libexecdir@
  95. localstatedir = @localstatedir@
  96. mandir = @mandir@
  97. oldincludedir = @oldincludedir@
  98. prefix = @prefix@
  99. program_transform_name = @program_transform_name@
  100. sbindir = @sbindir@
  101. sharedstatedir = @sharedstatedir@
  102. sysconfdir = @sysconfdir@
  103. target_alias = @target_alias@
  104. #----------------------------------------------------------------
  105. # Just for the record, this isn't a GNU project, and
  106. # doesn't have all the support files like LICENSE and
  107. # ChangeLog. We're also compiling in a subdirectory, so
  108. # we supply a couple of options to automake.
  109. #
  110. # Note that this package _does_ require some of the support
  111. # files like install-sh, so if you're running aclocal,
  112. # autoconf, and automake for the first time, you'll need to
  113. # supply command line switches --add-missing --copy.
  114. #----------------------------------------------------------------
  115. AUTOMAKE_OPTIONS = foreign
  116. #---------------------------------------------------------------
  117. # tcl/tk scripts that may need to be installed.
  118. #---------------------------------------------------------------
  119. pkglib_SCRIPTS = \
  120. console.tcl \
  121. console_demo.tcl \
  122. tkcon.tcl \
  123. pkgIndex.tcl
  124. pkglib_DATA = \
  125. README
  126. subdir = .
  127. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  128. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  129. CONFIG_CLEAN_FILES =
  130. SCRIPTS = $(pkglib_SCRIPTS)
  131. DIST_SOURCES =
  132. DATA = $(pkglib_DATA)
  133. DIST_COMMON = README ../install-sh INSTALL Makefile.am Makefile.in \
  134. aclocal.m4 configure configure.ac install-sh missing \
  135. mkinstalldirs
  136. all: all-am
  137. .SUFFIXES:
  138. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  139. configure.lineno
  140. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
  141. cd $(top_srcdir) && \
  142. $(AUTOMAKE) --foreign Makefile
  143. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  144. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
  145. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  146. $(SHELL) ./config.status --recheck
  147. $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  148. cd $(srcdir) && $(AUTOCONF)
  149. $(ACLOCAL_M4): configure.ac
  150. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  151. pkglibSCRIPT_INSTALL = $(INSTALL_SCRIPT)
  152. install-pkglibSCRIPTS: $(pkglib_SCRIPTS)
  153. @$(NORMAL_INSTALL)
  154. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  155. @list='$(pkglib_SCRIPTS)'; for p in $$list; do \
  156. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  157. if test -f $$d$$p; then \
  158. f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
  159. echo " $(pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f"; \
  160. $(pkglibSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f; \
  161. else :; fi; \
  162. done
  163. uninstall-pkglibSCRIPTS:
  164. @$(NORMAL_UNINSTALL)
  165. @list='$(pkglib_SCRIPTS)'; for p in $$list; do \
  166. f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
  167. echo " rm -f $(DESTDIR)$(pkglibdir)/$$f"; \
  168. rm -f $(DESTDIR)$(pkglibdir)/$$f; \
  169. done
  170. uninstall-info-am:
  171. pkglibDATA_INSTALL = $(INSTALL_DATA)
  172. install-pkglibDATA: $(pkglib_DATA)
  173. @$(NORMAL_INSTALL)
  174. $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
  175. @list='$(pkglib_DATA)'; for p in $$list; do \
  176. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  177. f="`echo $$p | sed -e 's|^.*/||'`"; \
  178. echo " $(pkglibDATA_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f"; \
  179. $(pkglibDATA_INSTALL) $$d$$p $(DESTDIR)$(pkglibdir)/$$f; \
  180. done
  181. uninstall-pkglibDATA:
  182. @$(NORMAL_UNINSTALL)
  183. @list='$(pkglib_DATA)'; for p in $$list; do \
  184. f="`echo $$p | sed -e 's|^.*/||'`"; \
  185. echo " rm -f $(DESTDIR)$(pkglibdir)/$$f"; \
  186. rm -f $(DESTDIR)$(pkglibdir)/$$f; \
  187. done
  188. tags: TAGS
  189. TAGS:
  190. ctags: CTAGS
  191. CTAGS:
  192. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  193. top_distdir = .
  194. distdir = $(PACKAGE)-$(VERSION)
  195. am__remove_distdir = \
  196. { test ! -d $(distdir) \
  197. || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
  198. && rm -fr $(distdir); }; }
  199. GZIP_ENV = --best
  200. distuninstallcheck_listfiles = find . -type f -print
  201. distcleancheck_listfiles = find . -type f -print
  202. distdir: $(DISTFILES)
  203. $(am__remove_distdir)
  204. mkdir $(distdir)
  205. $(mkinstalldirs) $(distdir)/..
  206. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  207. list='$(DISTFILES)'; for file in $$list; do \
  208. case $$file in \
  209. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  210. esac; \
  211. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  212. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  213. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  214. dir="/$$dir"; \
  215. $(mkinstalldirs) "$(distdir)$$dir"; \
  216. else \
  217. dir=''; \
  218. fi; \
  219. if test -d $$d/$$file; then \
  220. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  221. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  222. fi; \
  223. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  224. else \
  225. test -f $(distdir)/$$file \
  226. || cp -p $$d/$$file $(distdir)/$$file \
  227. || exit 1; \
  228. fi; \
  229. done
  230. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  231. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  232. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  233. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  234. || chmod -R a+r $(distdir)
  235. dist-gzip: distdir
  236. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  237. $(am__remove_distdir)
  238. dist dist-all: distdir
  239. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  240. $(am__remove_distdir)
  241. # This target untars the dist file and tries a VPATH configuration. Then
  242. # it guarantees that the distribution is self-contained by making another
  243. # tarfile.
  244. distcheck: dist
  245. $(am__remove_distdir)
  246. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  247. chmod -R a-w $(distdir); chmod a+w $(distdir)
  248. mkdir $(distdir)/=build
  249. mkdir $(distdir)/=inst
  250. chmod a-w $(distdir)
  251. dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
  252. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  253. && $(mkinstalldirs) $$dc_destdir \
  254. && cd $(distdir)/=build \
  255. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  256. $(DISTCHECK_CONFIGURE_FLAGS) \
  257. && $(MAKE) $(AM_MAKEFLAGS) \
  258. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  259. && $(MAKE) $(AM_MAKEFLAGS) check \
  260. && $(MAKE) $(AM_MAKEFLAGS) install \
  261. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  262. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  263. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  264. distuninstallcheck \
  265. && chmod -R a-w "$$dc_install_base" \
  266. && ({ $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  267. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  268. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  269. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  270. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  271. && rm -rf "$$dc_destdir" \
  272. && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
  273. && rm -f $(distdir).tar.gz \
  274. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
  275. $(am__remove_distdir)
  276. @echo "$(distdir).tar.gz is ready for distribution" | \
  277. sed 'h;s/./=/g;p;x;p;x'
  278. distuninstallcheck:
  279. cd $(distuninstallcheck_dir) \
  280. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  281. || { echo "ERROR: files left after uninstall:" ; \
  282. if test -n "$(DESTDIR)"; then \
  283. echo " (check DESTDIR support)"; \
  284. fi ; \
  285. $(distuninstallcheck_listfiles) ; \
  286. exit 1; } >&2
  287. distcleancheck: distclean
  288. if test '$(srcdir)' = . ; then \
  289. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  290. exit 1 ; \
  291. fi
  292. test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  293. || { echo "ERROR: files left in build directory after distclean:" ; \
  294. $(distcleancheck_listfiles) ; \
  295. exit 1; } >&2
  296. check-am: all-am
  297. check: check-am
  298. all-am: Makefile $(SCRIPTS) $(DATA)
  299. installdirs:
  300. $(mkinstalldirs) $(DESTDIR)$(pkglibdir) $(DESTDIR)$(pkglibdir)
  301. install: install-am
  302. install-exec: install-exec-am
  303. install-data: install-data-am
  304. uninstall: uninstall-am
  305. install-am: all-am
  306. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  307. installcheck: installcheck-am
  308. install-strip:
  309. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  310. INSTALL_STRIP_FLAG=-s \
  311. `test -z '$(STRIP)' || \
  312. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  313. mostlyclean-generic:
  314. clean-generic:
  315. distclean-generic:
  316. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  317. maintainer-clean-generic:
  318. @echo "This command is intended for maintainers to use"
  319. @echo "it deletes files that may require special tools to rebuild."
  320. clean: clean-am
  321. clean-am: clean-generic mostlyclean-am
  322. distclean: distclean-am
  323. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  324. distclean-am: clean-am distclean-generic
  325. dvi: dvi-am
  326. dvi-am:
  327. info: info-am
  328. info-am:
  329. install-data-am:
  330. install-exec-am: install-pkglibDATA install-pkglibSCRIPTS
  331. install-info: install-info-am
  332. install-man:
  333. installcheck-am:
  334. maintainer-clean: maintainer-clean-am
  335. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  336. -rm -rf autom4te.cache
  337. maintainer-clean-am: distclean-am maintainer-clean-generic
  338. mostlyclean: mostlyclean-am
  339. mostlyclean-am: mostlyclean-generic
  340. pdf: pdf-am
  341. pdf-am:
  342. ps: ps-am
  343. ps-am:
  344. uninstall-am: uninstall-info-am uninstall-pkglibDATA \
  345. uninstall-pkglibSCRIPTS
  346. .PHONY: all all-am check check-am clean clean-generic dist dist-all \
  347. dist-gzip distcheck distclean distclean-generic distcleancheck \
  348. distdir distuninstallcheck dvi dvi-am info info-am install \
  349. install-am install-data install-data-am install-exec \
  350. install-exec-am install-info install-info-am install-man \
  351. install-pkglibDATA install-pkglibSCRIPTS install-strip \
  352. installcheck installcheck-am installdirs maintainer-clean \
  353. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  354. pdf-am ps ps-am uninstall uninstall-am uninstall-info-am \
  355. uninstall-pkglibDATA uninstall-pkglibSCRIPTS
  356. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  357. # Otherwise a system limit (for SysV at least) may be exceeded.
  358. .NOEXPORT: