]> git.mxchange.org Git - flightgear.git/blob - Simulator/Makefile.in
f65c634f41fc73705800a56950af33f05bca51af
[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 # Place Include last to get 'distclean' do the correct thing
14
15
16 SHELL = /bin/sh
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DISTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 CC = @CC@
65 CXX = @CXX@
66 LD = @LD@
67 LIBTOOL = @LIBTOOL@
68 LN_S = @LN_S@
69 MAINT = @MAINT@
70 MAKEINFO = @MAKEINFO@
71 NM = @NM@
72 PACKAGE = @PACKAGE@
73 RANLIB = @RANLIB@
74 VERSION = @VERSION@
75
76 SUBDIRS = Aircraft \
77         Astro \
78         Cockpit \
79         Controls \
80         Flight \
81         Include \
82         Joystick \
83         Math \
84         Scenery \
85         Time \
86         Weather \
87         XGL \
88         Main
89 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
90 CONFIG_HEADER = ../Simulator/Include/config.h
91 CONFIG_CLEAN_FILES = 
92 DIST_COMMON =  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 Simulator/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 # This directory's subdirectories are mostly independent; you can cd
111 # into them and run `make' without going through this Makefile.
112 # To change the values of `make' variables: instead of editing Makefiles,
113 # (1) if the variable is set in `config.status', edit `config.status'
114 #     (which will cause the Makefiles to be regenerated when you run `make');
115 # (2) otherwise, pass the desired values on the `make' command line.
116
117 @SET_MAKE@
118
119 all-recursive install-data-recursive install-exec-recursive \
120 installdirs-recursive install-recursive uninstall-recursive  \
121 check-recursive installcheck-recursive info-recursive dvi-recursive:
122         @set fnord $(MAKEFLAGS); amf=$$2; \
123         list='$(SUBDIRS)'; for subdir in $$list; do \
124           target=`echo $@ | sed s/-recursive//`; \
125           echo "Making $$target in $$subdir"; \
126           (cd $$subdir && $(MAKE) $$target) \
127            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
128         done && test -z "$$fail"
129
130 mostlyclean-recursive clean-recursive distclean-recursive \
131 maintainer-clean-recursive:
132         @set fnord $(MAKEFLAGS); amf=$$2; \
133         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
134           rev="$$subdir $$rev"; \
135         done; \
136         for subdir in $$rev; do \
137           target=`echo $@ | sed s/-recursive//`; \
138           echo "Making $$target in $$subdir"; \
139           (cd $$subdir && $(MAKE) $$target) \
140            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
141         done && test -z "$$fail"
142 tags-recursive:
143         list='$(SUBDIRS)'; for subdir in $$list; do \
144           (cd $$subdir && $(MAKE) tags); \
145         done
146
147 tags: TAGS
148
149 ID: $(HEADERS) $(SOURCES) $(LISP)
150         here=`pwd` && cd $(srcdir) \
151           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
152
153 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
154         tags=; \
155         here=`pwd`; \
156         list='$(SUBDIRS)'; for subdir in $$list; do \
157           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
158         done; \
159         list='$(SOURCES) $(HEADERS)'; \
160         unique=`for i in $$list; do echo $$i; done | \
161           awk '    { files[$$0] = 1; } \
162                END { for (i in files) print i; }'`; \
163         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
164           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
165
166 mostlyclean-tags:
167
168 clean-tags:
169
170 distclean-tags:
171         -rm -f TAGS ID
172
173 maintainer-clean-tags:
174
175 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
176
177 subdir = Simulator
178
179 distdir: $(DISTFILES)
180         here=`cd $(top_builddir) && pwd`; \
181         top_distdir=`cd $(top_distdir) && pwd`; \
182         distdir=`cd $(distdir) && pwd`; \
183         cd $(top_srcdir) \
184           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Makefile
185         @for file in $(DISTFILES); do \
186           d=$(srcdir); \
187           test -f $(distdir)/$$file \
188           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
189           || cp -p $$d/$$file $(distdir)/$$file; \
190         done
191         for subdir in $(SUBDIRS); do \
192           test -d $(distdir)/$$subdir \
193           || mkdir $(distdir)/$$subdir \
194           || exit 1; \
195           chmod 777 $(distdir)/$$subdir; \
196           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
197             || exit 1; \
198         done
199 info: info-recursive
200 dvi: dvi-recursive
201 check: all-am
202         $(MAKE) check-recursive
203 installcheck: installcheck-recursive
204 all-am: Makefile
205
206 install-exec: install-exec-recursive
207         @$(NORMAL_INSTALL)
208
209 install-data: install-data-recursive
210         @$(NORMAL_INSTALL)
211
212 install: install-recursive
213         @:
214
215 uninstall: uninstall-recursive
216
217 install-strip:
218         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
219 installdirs: installdirs-recursive
220
221
222 mostlyclean-generic:
223         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
224
225 clean-generic:
226         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
227
228 distclean-generic:
229         -rm -f Makefile $(DISTCLEANFILES)
230         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
231         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
232
233 maintainer-clean-generic:
234         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
235         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
236 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
237
238 clean-am:  clean-tags clean-generic mostlyclean-am
239
240 distclean-am:  distclean-tags distclean-generic clean-am
241
242 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
243                 distclean-am
244
245 mostlyclean:  mostlyclean-recursive mostlyclean-am
246
247 clean:  clean-recursive clean-am
248
249 distclean:  distclean-recursive distclean-am
250         -rm -f config.status
251         -rm -f libtool
252
253 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
254         @echo "This command is intended for maintainers to use;"
255         @echo "it deletes files that may require special tools to rebuild."
256
257 .PHONY: install-data-recursive uninstall-data-recursive \
258 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
259 uninstalldirs-recursive all-recursive check-recursive \
260 installcheck-recursive info-recursive dvi-recursive \
261 mostlyclean-recursive distclean-recursive clean-recursive \
262 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
263 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
264 installcheck all-am install-exec install-data install uninstall all \
265 installdirs mostlyclean-generic distclean-generic clean-generic \
266 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
267
268
269 # Tell versions [3.59,3.63) of GNU make to not export all variables.
270 # Otherwise a system limit (for SysV at least) may be exceeded.
271 .NOEXPORT: