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