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