]> www.wagner.pp.ru Git - oss/fgis.git/blob - Makefile.in
cf1ac9f9184ce3c06fff490ef4b24c43752b7b99
[oss/fgis.git] / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
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.
9
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
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = .
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
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@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AS = @AS@
70 AWK = @AWK@
71 CC = @CC@
72 DEPDIR = @DEPDIR@
73 DLLTOOL = @DLLTOOL@
74 ECHO = @ECHO@
75 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76 LIBTOOL = @LIBTOOL@
77 LN_S = @LN_S@
78 OBJDUMP = @OBJDUMP@
79 PACKAGE = @PACKAGE@
80 RANLIB = @RANLIB@
81 STRIP = @STRIP@
82 TCL_INC_DIR = @TCL_INC_DIR@
83 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
84 TK_INC_DIR = @TK_INC_DIR@
85 VERSION = @VERSION@
86 YACC = @YACC@
87 am__include = @am__include@
88 am__quote = @am__quote@
89 install_sh = @install_sh@
90
91 AUTOMAKE_OPTIONS = dist-bzip2
92 SUBDIRS = include dll lib tcl
93 subdir = .
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = $(top_builddir)/include/config.h
97 CONFIG_CLEAN_FILES =
98 DIST_SOURCES =
99
100 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
101         uninstall-info-recursive all-recursive install-data-recursive \
102         install-exec-recursive installdirs-recursive install-recursive \
103         uninstall-recursive check-recursive installcheck-recursive
104 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
105         Makefile.in NEWS TODO aclocal.m4 config.guess config.sub \
106         configure configure.ac depcomp install-sh ltmain.sh missing \
107         mkinstalldirs
108 DIST_SUBDIRS = $(SUBDIRS)
109 all: all-recursive
110
111 .SUFFIXES:
112
113 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114  configure.lineno
115 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
116         cd $(top_srcdir) && \
117           $(AUTOMAKE) --foreign  Makefile
118 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
119         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
120
121 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
122         $(SHELL) ./config.status --recheck
123 $(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
124         cd $(srcdir) && $(AUTOCONF)
125
126 $(ACLOCAL_M4):  configure.ac 
127         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
128
129 mostlyclean-libtool:
130         -rm -f *.lo
131
132 clean-libtool:
133         -rm -rf .libs _libs
134
135 distclean-libtool:
136         -rm -f libtool
137 uninstall-info-am:
138
139 # This directory's subdirectories are mostly independent; you can cd
140 # into them and run `make' without going through this Makefile.
141 # To change the values of `make' variables: instead of editing Makefiles,
142 # (1) if the variable is set in `config.status', edit `config.status'
143 #     (which will cause the Makefiles to be regenerated when you run `make');
144 # (2) otherwise, pass the desired values on the `make' command line.
145 $(RECURSIVE_TARGETS):
146         @set fnord $$MAKEFLAGS; amf=$$2; \
147         dot_seen=no; \
148         target=`echo $@ | sed s/-recursive//`; \
149         list='$(SUBDIRS)'; for subdir in $$list; do \
150           echo "Making $$target in $$subdir"; \
151           if test "$$subdir" = "."; then \
152             dot_seen=yes; \
153             local_target="$$target-am"; \
154           else \
155             local_target="$$target"; \
156           fi; \
157           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
158            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
159         done; \
160         if test "$$dot_seen" = "no"; then \
161           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
162         fi; test -z "$$fail"
163
164 mostlyclean-recursive clean-recursive distclean-recursive \
165 maintainer-clean-recursive:
166         @set fnord $$MAKEFLAGS; amf=$$2; \
167         dot_seen=no; \
168         case "$@" in \
169           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
170           *) list='$(SUBDIRS)' ;; \
171         esac; \
172         rev=''; for subdir in $$list; do \
173           if test "$$subdir" = "."; then :; else \
174             rev="$$subdir $$rev"; \
175           fi; \
176         done; \
177         rev="$$rev ."; \
178         target=`echo $@ | sed s/-recursive//`; \
179         for subdir in $$rev; do \
180           echo "Making $$target in $$subdir"; \
181           if test "$$subdir" = "."; then \
182             local_target="$$target-am"; \
183           else \
184             local_target="$$target"; \
185           fi; \
186           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
187            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
188         done && test -z "$$fail"
189 tags-recursive:
190         list='$(SUBDIRS)'; for subdir in $$list; do \
191           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
192         done
193
194 ETAGS = etags
195 ETAGSFLAGS =
196
197 tags: TAGS
198
199 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
200         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
201         unique=`for i in $$list; do \
202             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203           done | \
204           $(AWK) '    { files[$$0] = 1; } \
205                END { for (i in files) print i; }'`; \
206         mkid -fID $$unique
207
208 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
209                 $(TAGS_FILES) $(LISP)
210         tags=; \
211         here=`pwd`; \
212         list='$(SUBDIRS)'; for subdir in $$list; do \
213           if test "$$subdir" = .; then :; else \
214             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
215           fi; \
216         done; \
217         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
218         unique=`for i in $$list; do \
219             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220           done | \
221           $(AWK) '    { files[$$0] = 1; } \
222                END { for (i in files) print i; }'`; \
223         test -z "$(ETAGS_ARGS)$$tags$$unique" \
224           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
225              $$tags $$unique
226
227 GTAGS:
228         here=`$(am__cd) $(top_builddir) && pwd` \
229           && cd $(top_srcdir) \
230           && gtags -i $(GTAGS_ARGS) $$here
231
232 distclean-tags:
233         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
234 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235
236 top_distdir = .
237 distdir = $(PACKAGE)-$(VERSION)
238
239 am__remove_distdir = \
240   { test ! -d $(distdir) \
241     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
242          && rm -fr $(distdir); }; }
243
244 GZIP_ENV = --best
245 distcleancheck_listfiles = find . -type f -print
246
247 distdir: $(DISTFILES)
248         $(am__remove_distdir)
249         mkdir $(distdir)
250         $(mkinstalldirs) $(distdir)/tcl
251         @list='$(DISTFILES)'; for file in $$list; do \
252           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
253           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
254           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
255             dir="/$$dir"; \
256             $(mkinstalldirs) "$(distdir)$$dir"; \
257           else \
258             dir=''; \
259           fi; \
260           if test -d $$d/$$file; then \
261             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
262               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
263             fi; \
264             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
265           else \
266             test -f $(distdir)/$$file \
267             || cp -p $$d/$$file $(distdir)/$$file \
268             || exit 1; \
269           fi; \
270         done
271         list='$(SUBDIRS)'; for subdir in $$list; do \
272           if test "$$subdir" = .; then :; else \
273             test -d $(distdir)/$$subdir \
274             || mkdir $(distdir)/$$subdir \
275             || exit 1; \
276             (cd $$subdir && \
277               $(MAKE) $(AM_MAKEFLAGS) \
278                 top_distdir="$(top_distdir)" \
279                 distdir=../$(distdir)/$$subdir \
280                 distdir) \
281               || exit 1; \
282           fi; \
283         done
284         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
285           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
286           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
287           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
288         || chmod -R a+r $(distdir)
289 dist-gzip: distdir
290         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
291         $(am__remove_distdir)
292
293 dist-bzip2: distdir
294         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
295         $(am__remove_distdir)
296
297 dist dist-all: distdir
298         $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
299         $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
300         $(am__remove_distdir)
301
302 # This target untars the dist file and tries a VPATH configuration.  Then
303 # it guarantees that the distribution is self-contained by making another
304 # tarfile.
305 distcheck: dist
306         $(am__remove_distdir)
307         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
308         chmod -R a-w $(distdir); chmod a+w $(distdir)
309         mkdir $(distdir)/=build
310         mkdir $(distdir)/=inst
311         chmod a-w $(distdir)
312         dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
313           && cd $(distdir)/=build \
314           && ../configure --srcdir=.. --prefix=$$dc_install_base \
315             $(DISTCHECK_CONFIGURE_FLAGS) \
316           && $(MAKE) $(AM_MAKEFLAGS) \
317           && $(MAKE) $(AM_MAKEFLAGS) dvi \
318           && $(MAKE) $(AM_MAKEFLAGS) check \
319           && $(MAKE) $(AM_MAKEFLAGS) install \
320           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
321           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
322           && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
323               || { echo "ERROR: files left after uninstall:" ; \
324                    find $$dc_install_base -type f -print ; \
325                    exit 1; } >&2 ) \
326           && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
327           && rm -f $(distdir).tar.gz \
328           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
329         $(am__remove_distdir)
330         @echo "$(distdir).tar.gz is ready for distribution" | \
331           sed 'h;s/./=/g;p;x;p;x'
332 distcleancheck: distclean
333         if test '$(srcdir)' = . ; then \
334           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
335           exit 1 ; \
336         fi
337         test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
338           || { echo "ERROR: files left after distclean:" ; \
339                $(distcleancheck_listfiles) ; \
340                exit 1; } >&2
341 check-am: all-am
342 check: check-recursive
343 all-am: Makefile
344 installdirs: installdirs-recursive
345 installdirs-am:
346
347 install: install-recursive
348 install-exec: install-exec-recursive
349 install-data: install-data-recursive
350 uninstall: uninstall-recursive
351
352 install-am: all-am
353         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
354
355 installcheck: installcheck-recursive
356 install-strip:
357         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358           INSTALL_STRIP_FLAG=-s \
359           `test -z '$(STRIP)' || \
360             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
361 mostlyclean-generic:
362
363 clean-generic:
364
365 distclean-generic:
366         -rm -f Makefile $(CONFIG_CLEAN_FILES)
367
368 maintainer-clean-generic:
369         @echo "This command is intended for maintainers to use"
370         @echo "it deletes files that may require special tools to rebuild."
371 clean: clean-recursive
372
373 clean-am: clean-generic clean-libtool mostlyclean-am
374
375 distclean: distclean-recursive
376         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
377 distclean-am: clean-am distclean-generic distclean-libtool \
378         distclean-tags
379
380 dvi: dvi-recursive
381
382 dvi-am:
383
384 info: info-recursive
385
386 info-am:
387
388 install-data-am:
389
390 install-exec-am:
391
392 install-info: install-info-recursive
393
394 install-man:
395
396 installcheck-am:
397
398 maintainer-clean: maintainer-clean-recursive
399         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
400         -rm -rf autom4te.cache
401 maintainer-clean-am: distclean-am maintainer-clean-generic
402
403 mostlyclean: mostlyclean-recursive
404
405 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
406
407 uninstall-am: uninstall-info-am
408
409 uninstall-info: uninstall-info-recursive
410
411 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
412         clean-generic clean-libtool clean-recursive dist dist-all \
413         dist-bzip2 dist-gzip distcheck distclean distclean-generic \
414         distclean-libtool distclean-recursive distclean-tags \
415         distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
416         info-recursive install install-am install-data install-data-am \
417         install-data-recursive install-exec install-exec-am \
418         install-exec-recursive install-info install-info-am \
419         install-info-recursive install-man install-recursive \
420         install-strip installcheck installcheck-am installdirs \
421         installdirs-am installdirs-recursive maintainer-clean \
422         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
423         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
424         tags tags-recursive uninstall uninstall-am uninstall-info-am \
425         uninstall-info-recursive uninstall-recursive
426
427 # Tell versions [3.59,3.63) of GNU make to not export all variables.
428 # Otherwise a system limit (for SysV at least) may be exceeded.
429 .NOEXPORT: