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