]> www.wagner.pp.ru Git - oss/fgis.git/blob - tcl/Makefile.in
created
[oss/fgis.git] / tcl / 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_CONFDIR = @FGIS_CONFDIR@
76 FGIS_LIBDIR = @FGIS_LIBDIR@
77 FGIS_SCRIPTDIR = @FGIS_SCRIPTDIR@
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
95 bin_SCRIPTS = hypermap mapview
96 SCRIPT_LIST = admin.layer balloonhelp.tcl calculator.tcl combobox.tcl console.tcl draw.tcl getopt.tcl help.tcl hierarchy.tcl html_library.tcl layer.tcl legend.tcl lesras.lay objects.tcl planchet.tcl progressbar.tcl tabnotebook.tcl tclIndex toolbar.tcl ventry.tcl viewer.tcl widget.tcl
97
98 EXTRA_DIST = $(bin_SCRIPTS) $(SCRIPT_LIST)
99 subdir = tcl
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = $(top_builddir)/include/config.h
102 CONFIG_CLEAN_FILES = pkgIndex.tcl
103 SCRIPTS = $(bin_SCRIPTS)
104
105 DIST_SOURCES =
106 DIST_COMMON = Makefile.am Makefile.in pkgIndex.tcl.in
107 all: all-am
108
109 .SUFFIXES:
110 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
111         cd $(top_srcdir) && \
112           $(AUTOMAKE) --foreign  tcl/Makefile
113 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
114         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
115 pkgIndex.tcl: $(top_builddir)/config.status pkgIndex.tcl.in
116         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
117 binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
118 install-binSCRIPTS: $(bin_SCRIPTS)
119         @$(NORMAL_INSTALL)
120         $(mkinstalldirs) $(DESTDIR)$(bindir)
121         @list='$(bin_SCRIPTS)'; for p in $$list; do \
122           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
123           if test -f $$d$$p; then \
124             f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
125             echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \
126             $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f; \
127           else :; fi; \
128         done
129
130 uninstall-binSCRIPTS:
131         @$(NORMAL_UNINSTALL)
132         @list='$(bin_SCRIPTS)'; for p in $$list; do \
133           f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
134           echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
135           rm -f $(DESTDIR)$(bindir)/$$f; \
136         done
137
138 mostlyclean-libtool:
139         -rm -f *.lo
140
141 clean-libtool:
142         -rm -rf .libs _libs
143
144 distclean-libtool:
145         -rm -f libtool
146 uninstall-info-am:
147 tags: TAGS
148 TAGS:
149
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151
152 top_distdir = ..
153 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
154
155 distdir: $(DISTFILES)
156         @list='$(DISTFILES)'; for file in $$list; do \
157           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
158           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
159           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
160             dir="/$$dir"; \
161             $(mkinstalldirs) "$(distdir)$$dir"; \
162           else \
163             dir=''; \
164           fi; \
165           if test -d $$d/$$file; then \
166             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
167               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
168             fi; \
169             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
170           else \
171             test -f $(distdir)/$$file \
172             || cp -p $$d/$$file $(distdir)/$$file \
173             || exit 1; \
174           fi; \
175         done
176 check-am: all-am
177 check: check-am
178 all-am: Makefile $(SCRIPTS)
179
180 installdirs:
181         $(mkinstalldirs) $(DESTDIR)$(bindir)
182 install-exec: install-exec-am
183 install-data: install-data-am
184
185 install-am: all-am
186         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
187
188 installcheck: installcheck-am
189 install-strip:
190         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
191           INSTALL_STRIP_FLAG=-s \
192           `test -z '$(STRIP)' || \
193             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
194 mostlyclean-generic:
195
196 clean-generic:
197
198 distclean-generic:
199         -rm -f Makefile $(CONFIG_CLEAN_FILES)
200
201 maintainer-clean-generic:
202         @echo "This command is intended for maintainers to use"
203         @echo "it deletes files that may require special tools to rebuild."
204 clean: clean-am
205
206 clean-am: clean-generic clean-libtool mostlyclean-am
207
208 distclean: distclean-am
209
210 distclean-am: clean-am distclean-generic distclean-libtool
211
212 dvi: dvi-am
213
214 dvi-am:
215
216 info: info-am
217
218 info-am:
219
220 install-data-am:
221
222 install-exec-am: install-binSCRIPTS
223
224 install-info: install-info-am
225
226 install-man:
227
228 installcheck-am:
229
230 maintainer-clean: maintainer-clean-am
231
232 maintainer-clean-am: distclean-am maintainer-clean-generic
233
234 mostlyclean: mostlyclean-am
235
236 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
237
238 uninstall-am: uninstall-binSCRIPTS uninstall-info-am
239
240 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
241         distclean distclean-generic distclean-libtool distdir dvi \
242         dvi-am info info-am install install-am install-binSCRIPTS \
243         install-data install-data-am install-exec install-exec-am \
244         install-info install-info-am install-man install-strip \
245         installcheck installcheck-am installdirs maintainer-clean \
246         maintainer-clean-generic mostlyclean mostlyclean-generic \
247         mostlyclean-libtool uninstall uninstall-am uninstall-binSCRIPTS \
248         uninstall-info-am
249
250
251 install: all install-binaries install-libraries
252
253 install-binaries:
254         $(mkinstalldirs) $(bindir)
255         -for i in $(bin_SCRIPTS) ; do \
256           if [ -f $$i ] ; then \
257             $(INSTALL_PROGRAM) $$i $(bindir)/$$i ; \
258           else true; fi ; \
259         done
260
261 install-libraries:
262         $(mkinstalldirs) $(FGIS_SCRIPTDIR)
263         -for i in $(SCRIPT_LIST) ; do \
264           if [ -f $$i ] ; then \
265             $(INSTALL_PROGRAM) -m 644 $$i $(FGIS_SCRIPTDIR)/$$i ; \
266           else true; fi ; \
267         done
268         $(mkinstalldirs) $(TCL_PACKAGE_PATH)/fgis
269         if [ -f pkgIndex.tcl  ] ; then \
270             $(INSTALL_PROGRAM) -m 644 pkgIndex.tcl $(TCL_PACKAGE_PATH)/fgis/pkgIndex.tcl ; \
271         else true; fi
272
273 uninstall:
274         -for i in $(bin_SCRIPTS) ; do \
275           rm -f $(bindir)/$$i ; \
276         done
277         -for i in $(SCRIPT_LIST) ; do \
278           rm -f $(FGIS_SCRIPTDIR)/$$i ; \
279         done
280         -rm -f $(TCL_PACKAGE_PATH)/fgis/pkgIndex.tcl
281 # Tell versions [3.59,3.63) of GNU make to not export all variables.
282 # Otherwise a system limit (for SysV at least) may be exceeded.
283 .NOEXPORT: