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