]> git.mxchange.org Git - flightgear.git/blob - Tools/Makefile.in
b9699ac0f350c8c154b3c403dc8bbfa7f68ef063
[flightgear.git] / Tools / Makefile.in
1 # Makefile.in generated automatically by automake 1.2h from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 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 = /bin/sh
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 DISTDIR =
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@
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 CC = @CC@
63 CXX = @CXX@
64 LD = @LD@
65 LIBTOOL = @LIBTOOL@
66 LN_S = @LN_S@
67 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 NM = @NM@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 VERSION = @VERSION@
73
74 EXTRA_DIST = process-dem.pl
75
76 SUBDIRS = \
77         AssemTris \
78         Dem2node \
79         Deminfo \
80         DemRaw2ascii \
81         FixNode \
82         FixObj \
83         SplitTris \
84         Stripe_u \
85         Tri2obj \
86         Triangle
87
88 bin_SCRIPTS = process-dem.pl
89 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90 CONFIG_HEADER = ../Include/config.h
91 CONFIG_CLEAN_FILES = 
92 SCRIPTS =  $(bin_SCRIPTS)
93
94 DIST_COMMON =  README Makefile.am Makefile.in
95
96
97 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99 TAR = tar
100 GZIP = --best
101 all: all-recursive all-am
102
103 .SUFFIXES:
104 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105         cd $(top_srcdir) && $(AUTOMAKE) --gnu Tools/Makefile
106
107 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
108         cd $(top_builddir) \
109           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
110
111
112 install-binSCRIPTS: $(bin_SCRIPTS)
113         @$(NORMAL_INSTALL)
114         $(mkinstalldirs) $(DESTDIR)$(bindir)
115         @list='$(bin_SCRIPTS)'; for p in $$list; do \
116           if test -f $$p; then \
117             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
118             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
119           else if test -f $(srcdir)/$$p; then \
120             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
121             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
122           else :; fi; fi; \
123         done
124
125 uninstall-binSCRIPTS:
126         @$(NORMAL_UNINSTALL)
127         list='$(bin_SCRIPTS)'; for p in $$list; do \
128           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
129         done
130
131 # This directory's subdirectories are mostly independent; you can cd
132 # into them and run `make' without going through this Makefile.
133 # To change the values of `make' variables: instead of editing Makefiles,
134 # (1) if the variable is set in `config.status', edit `config.status'
135 #     (which will cause the Makefiles to be regenerated when you run `make');
136 # (2) otherwise, pass the desired values on the `make' command line.
137
138 @SET_MAKE@
139
140 all-recursive install-data-recursive install-exec-recursive \
141 installdirs-recursive install-recursive uninstall-recursive  \
142 check-recursive installcheck-recursive info-recursive dvi-recursive:
143         @set fnord $(MAKEFLAGS); amf=$$2; \
144         list='$(SUBDIRS)'; for subdir in $$list; do \
145           target=`echo $@ | sed s/-recursive//`; \
146           echo "Making $$target in $$subdir"; \
147           (cd $$subdir && $(MAKE) $$target) \
148            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
149         done && test -z "$$fail"
150
151 mostlyclean-recursive clean-recursive distclean-recursive \
152 maintainer-clean-recursive:
153         @set fnord $(MAKEFLAGS); amf=$$2; \
154         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
155           rev="$$subdir $$rev"; \
156         done; \
157         for subdir in $$rev; do \
158           target=`echo $@ | sed s/-recursive//`; \
159           echo "Making $$target in $$subdir"; \
160           (cd $$subdir && $(MAKE) $$target) \
161            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
162         done && test -z "$$fail"
163 tags-recursive:
164         list='$(SUBDIRS)'; for subdir in $$list; do \
165           (cd $$subdir && $(MAKE) tags); \
166         done
167
168 tags: TAGS
169
170 ID: $(HEADERS) $(SOURCES) $(LISP)
171         here=`pwd` && cd $(srcdir) \
172           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
173
174 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
175         tags=; \
176         here=`pwd`; \
177         list='$(SUBDIRS)'; for subdir in $$list; do \
178           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
179         done; \
180         list='$(SOURCES) $(HEADERS)'; \
181         unique=`for i in $$list; do echo $$i; done | \
182           awk '    { files[$$0] = 1; } \
183                END { for (i in files) print i; }'`; \
184         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
185           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
186
187 mostlyclean-tags:
188
189 clean-tags:
190
191 distclean-tags:
192         -rm -f TAGS ID
193
194 maintainer-clean-tags:
195
196 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
197
198 subdir = Tools
199
200 distdir: $(DISTFILES)
201         here=`cd $(top_builddir) && pwd`; \
202         top_distdir=`cd $(top_distdir) && pwd`; \
203         distdir=`cd $(distdir) && pwd`; \
204         cd $(top_srcdir) \
205           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Tools/Makefile
206         @for file in $(DISTFILES); do \
207           d=$(srcdir); \
208           test -f $(distdir)/$$file \
209           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
210           || cp -p $$d/$$file $(distdir)/$$file; \
211         done
212         for subdir in $(SUBDIRS); do \
213           test -d $(distdir)/$$subdir \
214           || mkdir $(distdir)/$$subdir \
215           || exit 1; \
216           chmod 777 $(distdir)/$$subdir; \
217           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
218             || exit 1; \
219         done
220 info: info-recursive
221 dvi: dvi-recursive
222 check: all-am
223         $(MAKE) check-recursive
224 installcheck: installcheck-recursive
225 all-am: Makefile $(SCRIPTS)
226
227 install-exec-am: install-binSCRIPTS
228
229 uninstall-am: uninstall-binSCRIPTS
230
231 install-exec: install-exec-recursive install-exec-am
232         @$(NORMAL_INSTALL)
233
234 install-data: install-data-recursive
235         @$(NORMAL_INSTALL)
236
237 install: install-recursive install-exec-am
238         @:
239
240 uninstall: uninstall-recursive uninstall-am
241
242 install-strip:
243         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
244 installdirs: installdirs-recursive
245         $(mkinstalldirs)  $(DATADIR)$(bindir)
246
247
248 mostlyclean-generic:
249         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
250
251 clean-generic:
252         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
253
254 distclean-generic:
255         -rm -f Makefile $(DISTCLEANFILES)
256         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
257         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
258
259 maintainer-clean-generic:
260         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
261         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
262 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
263
264 clean-am:  clean-tags clean-generic mostlyclean-am
265
266 distclean-am:  distclean-tags distclean-generic clean-am
267
268 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
269                 distclean-am
270
271 mostlyclean:  mostlyclean-recursive mostlyclean-am
272
273 clean:  clean-recursive clean-am
274
275 distclean:  distclean-recursive distclean-am
276         -rm -f config.status
277         -rm -f libtool
278
279 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
280         @echo "This command is intended for maintainers to use;"
281         @echo "it deletes files that may require special tools to rebuild."
282
283 .PHONY: uninstall-binSCRIPTS install-binSCRIPTS install-data-recursive \
284 uninstall-data-recursive install-exec-recursive \
285 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
286 all-recursive check-recursive installcheck-recursive info-recursive \
287 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
288 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
289 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
290 installcheck all-am install-exec-am uninstall-am install-exec \
291 install-data install uninstall all installdirs mostlyclean-generic \
292 distclean-generic clean-generic maintainer-clean-generic clean \
293 mostlyclean distclean maintainer-clean
294
295
296 # Tell versions [3.59,3.63) of GNU make to not export all variables.
297 # Otherwise a system limit (for SysV at least) may be exceeded.
298 .NOEXPORT: