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