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