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