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