]> www.wagner.pp.ru Git - oss/fgis.git/blob - include/Makefile.in
19640174d05ff977d6385c98bbdf8c2149189690
[oss/fgis.git] / include / 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 FGIS_CONFIG = @FGIS_CONFIG@
76 FGIS_LIBDIR = @FGIS_LIBDIR@
77 FGIS_SCRIPTS = @FGIS_SCRIPTS@
78 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
79 LIBEPP = @LIBEPP@
80 LIBTOOL = @LIBTOOL@
81 LN_S = @LN_S@
82 OBJDUMP = @OBJDUMP@
83 PACKAGE = @PACKAGE@
84 RANLIB = @RANLIB@
85 STRIP = @STRIP@
86 TCL_INC_DIR = @TCL_INC_DIR@
87 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
88 TK_INC_DIR = @TK_INC_DIR@
89 VERSION = @VERSION@
90 YACC = @YACC@
91 am__include = @am__include@
92 am__quote = @am__quote@
93 install_sh = @install_sh@
94 subdir = include
95 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96 CONFIG_HEADER = config.h
97 CONFIG_CLEAN_FILES =
98 DIST_SOURCES =
99 DIST_COMMON = Makefile.am Makefile.in config.h.in
100 all: config.h
101         $(MAKE) $(AM_MAKEFLAGS) all-am
102
103 .SUFFIXES:
104 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
105         cd $(top_srcdir) && \
106           $(AUTOMAKE) --foreign  include/Makefile
107 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
108         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
109
110 config.h: stamp-h1
111         @if test ! -f $@; then \
112           rm -f stamp-h1; \
113           $(MAKE) stamp-h1; \
114         else :; fi
115
116 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
117         @rm -f stamp-h1
118         cd $(top_builddir) && $(SHELL) ./config.status include/config.h
119
120 $(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
121         cd $(top_srcdir) && $(AUTOHEADER)
122         touch $(srcdir)/config.h.in
123
124 distclean-hdr:
125         -rm -f config.h stamp-h1
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 tags: TAGS
137 TAGS:
138
139 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
141 top_distdir = ..
142 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
143
144 distdir: $(DISTFILES)
145         @list='$(DISTFILES)'; for file in $$list; do \
146           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
147           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
148           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
149             dir="/$$dir"; \
150             $(mkinstalldirs) "$(distdir)$$dir"; \
151           else \
152             dir=''; \
153           fi; \
154           if test -d $$d/$$file; then \
155             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
156               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
157             fi; \
158             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
159           else \
160             test -f $(distdir)/$$file \
161             || cp -p $$d/$$file $(distdir)/$$file \
162             || exit 1; \
163           fi; \
164         done
165 check-am: all-am
166 check: check-am
167 all-am: Makefile config.h
168
169 installdirs:
170
171 install: install-am
172 install-exec: install-exec-am
173 install-data: install-data-am
174 uninstall: uninstall-am
175
176 install-am: all-am
177         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
178
179 installcheck: installcheck-am
180 install-strip:
181         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
182           INSTALL_STRIP_FLAG=-s \
183           `test -z '$(STRIP)' || \
184             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
185 mostlyclean-generic:
186
187 clean-generic:
188
189 distclean-generic:
190         -rm -f Makefile $(CONFIG_CLEAN_FILES)
191
192 maintainer-clean-generic:
193         @echo "This command is intended for maintainers to use"
194         @echo "it deletes files that may require special tools to rebuild."
195 clean: clean-am
196
197 clean-am: clean-generic clean-libtool mostlyclean-am
198
199 distclean: distclean-am
200
201 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool
202
203 dvi: dvi-am
204
205 dvi-am:
206
207 info: info-am
208
209 info-am:
210
211 install-data-am:
212
213 install-exec-am:
214
215 install-info: install-info-am
216
217 install-man:
218
219 installcheck-am:
220
221 maintainer-clean: maintainer-clean-am
222
223 maintainer-clean-am: distclean-am maintainer-clean-generic
224
225 mostlyclean: mostlyclean-am
226
227 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
228
229 uninstall-am: uninstall-info-am
230
231 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
232         distclean distclean-generic distclean-hdr distclean-libtool \
233         distdir dvi dvi-am info info-am install install-am install-data \
234         install-data-am install-exec install-exec-am install-info \
235         install-info-am install-man install-strip installcheck \
236         installcheck-am installdirs maintainer-clean \
237         maintainer-clean-generic mostlyclean mostlyclean-generic \
238         mostlyclean-libtool uninstall uninstall-am uninstall-info-am
239
240 # Tell versions [3.59,3.63) of GNU make to not export all variables.
241 # Otherwise a system limit (for SysV at least) may be exceeded.
242 .NOEXPORT: