]> www.wagner.pp.ru Git - oss/fgis.git/blob - tcl/Makefile.in
6449e12b7df39aa65541b6821efb1a7ff3eabe94
[oss/fgis.git] / tcl / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 ECHO = @ECHO@
66 EXEEXT = @EXEEXT@
67 LIBTOOL = @LIBTOOL@
68 LN_S = @LN_S@
69 MAKEINFO = @MAKEINFO@
70 OBJDUMP = @OBJDUMP@
71 OBJEXT = @OBJEXT@
72 PACKAGE = @PACKAGE@
73 RANLIB = @RANLIB@
74 STRIP = @STRIP@
75 TCL_INC_DIR = @TCL_INC_DIR@
76 TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
77 TK_INC_DIR = @TK_INC_DIR@
78 VERSION = @VERSION@
79 YACC = @YACC@
80
81 bin_SCRIPTS = hypermap mapview
82 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
83
84 SCRIPTDIR = $(TCL_PACKAGE_PATH)/fgis
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../include/config.h
87 CONFIG_CLEAN_FILES =  pkgIndex.tcl
88 SCRIPTS =  $(bin_SCRIPTS)
89
90 DIST_COMMON =  Makefile.am Makefile.in pkgIndex.tcl.in
91
92
93 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
94
95 TAR = tar
96 GZIP_ENV = --best
97 all: all-redirect
98 .SUFFIXES:
99 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
100         cd $(top_srcdir) && $(AUTOMAKE) --foreign tcl/Makefile
101
102 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
103         cd $(top_builddir) \
104           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
105
106 pkgIndex.tcl: $(top_builddir)/config.status pkgIndex.tcl.in
107         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
109 install-binSCRIPTS: $(bin_SCRIPTS)
110         @$(NORMAL_INSTALL)
111         $(mkinstalldirs) $(DESTDIR)$(bindir)
112         @list='$(bin_SCRIPTS)'; for p in $$list; do \
113           if test -f $$p; then \
114             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
115             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
116           else if test -f $(srcdir)/$$p; then \
117             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
118             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
119           else :; fi; fi; \
120         done
121
122 uninstall-binSCRIPTS:
123         @$(NORMAL_UNINSTALL)
124         list='$(bin_SCRIPTS)'; for p in $$list; do \
125           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
126         done
127 tags: TAGS
128 TAGS:
129
130
131 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
132
133 subdir = tcl
134
135 distdir: $(DISTFILES)
136         here=`cd $(top_builddir) && pwd`; \
137         top_distdir=`cd $(top_distdir) && pwd`; \
138         distdir=`cd $(distdir) && pwd`; \
139         cd $(top_srcdir) \
140           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign tcl/Makefile
141         @for file in $(DISTFILES); do \
142           d=$(srcdir); \
143           if test -d $$d/$$file; then \
144             cp -pr $$d/$$file $(distdir)/$$file; \
145           else \
146             test -f $(distdir)/$$file \
147             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
148             || cp -p $$d/$$file $(distdir)/$$file || :; \
149           fi; \
150         done
151 info-am:
152 info: info-am
153 dvi-am:
154 dvi: dvi-am
155 check-am: all-am
156 check: check-am
157 installcheck-am:
158 installcheck: installcheck-am
159 install-exec-am: install-binSCRIPTS
160 install-exec: install-exec-am
161
162 install-data-am:
163 install-data: install-data-am
164
165 install-am: all-am
166         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
167 install: install-am
168 uninstall-am: uninstall-binSCRIPTS
169 uninstall: uninstall-am
170 all-am: Makefile $(SCRIPTS)
171 all-redirect: all-am
172 install-strip:
173         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
174 installdirs:
175         $(mkinstalldirs)  $(DESTDIR)$(bindir)
176
177
178 mostlyclean-generic:
179
180 clean-generic:
181
182 distclean-generic:
183         -rm -f Makefile $(CONFIG_CLEAN_FILES)
184         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
185
186 maintainer-clean-generic:
187 mostlyclean-am:  mostlyclean-generic
188
189 mostlyclean: mostlyclean-am
190
191 clean-am:  clean-generic mostlyclean-am
192
193 clean: clean-am
194
195 distclean-am:  distclean-generic clean-am
196         -rm -f libtool
197
198 distclean: distclean-am
199
200 maintainer-clean-am:  maintainer-clean-generic distclean-am
201         @echo "This command is intended for maintainers to use;"
202         @echo "it deletes files that may require special tools to rebuild."
203
204 maintainer-clean: maintainer-clean-am
205
206 .PHONY: uninstall-binSCRIPTS install-binSCRIPTS tags distdir info-am \
207 info dvi-am dvi check check-am installcheck-am installcheck \
208 install-exec-am install-exec install-data-am install-data install-am \
209 install uninstall-am uninstall all-redirect all-am all installdirs \
210 mostlyclean-generic distclean-generic clean-generic \
211 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
212
213
214 install: all install-binaries install-libraries
215
216 install-binaries:
217         $(mkinstalldirs) $(bindir)
218         -for i in $(bin_SCRIPTS) ; do \
219           if [ -f $$i ] ; then \
220             $(INSTALL_PROGRAM) $$i $(bindir)/$$i ; \
221           else true; fi ; \
222         done
223
224 install-libraries:
225 # install standalone scripts
226         $(mkinstalldirs) $(SCRIPTDIR)/tcl
227         -for i in $(SCRIPT_LIST) ; do \
228           if [ -f $$i ] ; then \
229             $(INSTALL_PROGRAM) $$i $(SCRIPTDIR)/tcl/$$i ; \
230           else true; fi ; \
231         done
232         if [ -f pkgIndex.tcl  ] ; then \
233             $(INSTALL_PROGRAM) pkgIndex.tcl $(SCRIPTDIR)/pkgIndex.tcl ; \
234         else true; fi
235
236 # Tell versions [3.59,3.63) of GNU make to not export all variables.
237 # Otherwise a system limit (for SysV at least) may be exceeded.
238 .NOEXPORT: