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