1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir = @top_srcdir@
22 exec_prefix = @exec_prefix@
26 libexecdir = @libexecdir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
44 AUTOHEADER = @AUTOHEADER@
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
62 host_alias = @host_alias@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
75 FGIS_CONFDIR = @FGIS_CONFDIR@
76 FGIS_LIBDIR = @FGIS_LIBDIR@
77 FGIS_SCRIPTDIR = @FGIS_SCRIPTDIR@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
86 TCL_INC_DIR = @TCL_INC_DIR@
87 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
88 TK_INC_DIR = @TK_INC_DIR@
91 am__include = @am__include@
92 am__quote = @am__quote@
93 install_sh = @install_sh@
95 EXTRA_DIST = acsite.m4 autogen.sh
97 AUTOMAKE_OPTIONS = dist-bzip2
98 SUBDIRS = etc include lib dll tcl
100 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102 CONFIG_HEADER = $(top_builddir)/include/config.h
106 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
107 uninstall-info-recursive all-recursive install-data-recursive \
108 install-exec-recursive installdirs-recursive install-recursive \
109 uninstall-recursive check-recursive installcheck-recursive
110 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
111 Makefile.in NEWS TODO aclocal.m4 config.guess config.sub \
112 configure configure.ac depcomp install-sh ltmain.sh missing \
114 DIST_SUBDIRS = $(SUBDIRS)
119 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
121 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
122 cd $(top_srcdir) && \
123 $(AUTOMAKE) --foreign Makefile
124 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
125 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
127 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
128 $(SHELL) ./config.status --recheck
129 $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
130 cd $(srcdir) && $(AUTOCONF)
132 $(ACLOCAL_M4): configure.ac
133 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
145 # This directory's subdirectories are mostly independent; you can cd
146 # into them and run `make' without going through this Makefile.
147 # To change the values of `make' variables: instead of editing Makefiles,
148 # (1) if the variable is set in `config.status', edit `config.status'
149 # (which will cause the Makefiles to be regenerated when you run `make');
150 # (2) otherwise, pass the desired values on the `make' command line.
151 $(RECURSIVE_TARGETS):
152 @set fnord $$MAKEFLAGS; amf=$$2; \
154 target=`echo $@ | sed s/-recursive//`; \
155 list='$(SUBDIRS)'; for subdir in $$list; do \
156 echo "Making $$target in $$subdir"; \
157 if test "$$subdir" = "."; then \
159 local_target="$$target-am"; \
161 local_target="$$target"; \
163 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
164 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
166 if test "$$dot_seen" = "no"; then \
167 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
170 mostlyclean-recursive clean-recursive distclean-recursive \
171 maintainer-clean-recursive:
172 @set fnord $$MAKEFLAGS; amf=$$2; \
175 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
176 *) list='$(SUBDIRS)' ;; \
178 rev=''; for subdir in $$list; do \
179 if test "$$subdir" = "."; then :; else \
180 rev="$$subdir $$rev"; \
184 target=`echo $@ | sed s/-recursive//`; \
185 for subdir in $$rev; do \
186 echo "Making $$target in $$subdir"; \
187 if test "$$subdir" = "."; then \
188 local_target="$$target-am"; \
190 local_target="$$target"; \
192 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
193 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
194 done && test -z "$$fail"
196 list='$(SUBDIRS)'; for subdir in $$list; do \
197 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
206 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
207 unique=`for i in $$list; do \
208 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210 $(AWK) ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
214 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
215 $(TAGS_FILES) $(LISP)
218 list='$(SUBDIRS)'; for subdir in $$list; do \
219 if test "$$subdir" = .; then :; else \
220 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
224 unique=`for i in $$list; do \
225 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 $(AWK) ' { files[$$0] = 1; } \
228 END { for (i in files) print i; }'`; \
229 test -z "$(ETAGS_ARGS)$$tags$$unique" \
230 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
234 here=`$(am__cd) $(top_builddir) && pwd` \
235 && cd $(top_srcdir) \
236 && gtags -i $(GTAGS_ARGS) $$here
239 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
240 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243 distdir = $(PACKAGE)-$(VERSION)
245 am__remove_distdir = \
246 { test ! -d $(distdir) \
247 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
248 && rm -fr $(distdir); }; }
251 distcleancheck_listfiles = find . -type f -print
253 distdir: $(DISTFILES)
254 $(am__remove_distdir)
256 $(mkinstalldirs) $(distdir)/etc $(distdir)/tcl
257 @list='$(DISTFILES)'; for file in $$list; do \
258 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
259 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
260 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
262 $(mkinstalldirs) "$(distdir)$$dir"; \
266 if test -d $$d/$$file; then \
267 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
268 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
270 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
272 test -f $(distdir)/$$file \
273 || cp -p $$d/$$file $(distdir)/$$file \
277 list='$(SUBDIRS)'; for subdir in $$list; do \
278 if test "$$subdir" = .; then :; else \
279 test -d $(distdir)/$$subdir \
280 || mkdir $(distdir)/$$subdir \
283 $(MAKE) $(AM_MAKEFLAGS) \
284 top_distdir="$(top_distdir)" \
285 distdir=../$(distdir)/$$subdir \
290 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
291 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
292 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
293 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
294 || chmod -R a+r $(distdir)
296 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
297 $(am__remove_distdir)
300 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
301 $(am__remove_distdir)
303 dist dist-all: distdir
304 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
305 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
306 $(am__remove_distdir)
308 # This target untars the dist file and tries a VPATH configuration. Then
309 # it guarantees that the distribution is self-contained by making another
312 $(am__remove_distdir)
313 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
314 chmod -R a-w $(distdir); chmod a+w $(distdir)
315 mkdir $(distdir)/=build
316 mkdir $(distdir)/=inst
318 dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
319 && cd $(distdir)/=build \
320 && ../configure --srcdir=.. --prefix=$$dc_install_base \
321 $(DISTCHECK_CONFIGURE_FLAGS) \
322 && $(MAKE) $(AM_MAKEFLAGS) \
323 && $(MAKE) $(AM_MAKEFLAGS) dvi \
324 && $(MAKE) $(AM_MAKEFLAGS) check \
325 && $(MAKE) $(AM_MAKEFLAGS) install \
326 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
327 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
328 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
329 || { echo "ERROR: files left after uninstall:" ; \
330 find $$dc_install_base -type f -print ; \
332 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
333 && rm -f $(distdir).tar.gz \
334 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
335 $(am__remove_distdir)
336 @echo "$(distdir).tar.gz is ready for distribution" | \
337 sed 'h;s/./=/g;p;x;p;x'
338 distcleancheck: distclean
339 if test '$(srcdir)' = . ; then \
340 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
343 test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
344 || { echo "ERROR: files left after distclean:" ; \
345 $(distcleancheck_listfiles) ; \
348 check: check-recursive
350 installdirs: installdirs-recursive
353 install: install-recursive
354 install-exec: install-exec-recursive
355 install-data: install-data-recursive
356 uninstall: uninstall-recursive
359 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361 installcheck: installcheck-recursive
363 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
364 INSTALL_STRIP_FLAG=-s \
365 `test -z '$(STRIP)' || \
366 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
372 -rm -f Makefile $(CONFIG_CLEAN_FILES)
374 maintainer-clean-generic:
375 @echo "This command is intended for maintainers to use"
376 @echo "it deletes files that may require special tools to rebuild."
377 clean: clean-recursive
379 clean-am: clean-generic clean-libtool mostlyclean-am
381 distclean: distclean-recursive
382 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
383 distclean-am: clean-am distclean-generic distclean-libtool \
398 install-info: install-info-recursive
404 maintainer-clean: maintainer-clean-recursive
405 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
406 -rm -rf autom4te.cache
407 maintainer-clean-am: distclean-am maintainer-clean-generic
409 mostlyclean: mostlyclean-recursive
411 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
413 uninstall-am: uninstall-info-am
415 uninstall-info: uninstall-info-recursive
417 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
418 clean-generic clean-libtool clean-recursive dist dist-all \
419 dist-bzip2 dist-gzip distcheck distclean distclean-generic \
420 distclean-libtool distclean-recursive distclean-tags \
421 distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
422 info-recursive install install-am install-data install-data-am \
423 install-data-recursive install-exec install-exec-am \
424 install-exec-recursive install-info install-info-am \
425 install-info-recursive install-man install-recursive \
426 install-strip installcheck installcheck-am installdirs \
427 installdirs-am installdirs-recursive maintainer-clean \
428 maintainer-clean-generic maintainer-clean-recursive mostlyclean \
429 mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
430 tags tags-recursive uninstall uninstall-am uninstall-info-am \
431 uninstall-info-recursive uninstall-recursive
433 # Tell versions [3.59,3.63) of GNU make to not export all variables.
434 # Otherwise a system limit (for SysV at least) may be exceeded.