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