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