]> git.mxchange.org Git - flightgear.git/blob - Makefile.in
96ee38f043db14381b0cc5a15ff744f24815bcdf
[flightgear.git] / 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 = Include Lib Simulator Tools Tests
75
76 EXTRA_DIST = Makefile.extra README.Win32 README.autoconf README.running Thanks
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_HEADER = ./Include/config.h
80 CONFIG_CLEAN_FILES = 
81 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
82 Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
83 configure.in install-sh ltconfig ltmain.sh missing mkinstalldirs
84
85
86 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
87
88 TAR = tar
89 GZIP = --best
90 all: all-recursive all-am
91
92 .SUFFIXES:
93 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
95
96 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
97         cd $(top_builddir) \
98           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
99
100 $(ACLOCAL_M4): @MAINT@ configure.in 
101         cd $(srcdir) && $(ACLOCAL)
102
103 config.status: $(srcdir)/configure
104         $(SHELL) ./config.status --recheck
105 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
106         cd $(srcdir) && $(AUTOCONF)
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 = $(PACKAGE)-$(VERSION)
174 top_distdir = $(distdir)
175
176 # This target untars the dist file and tries a VPATH configuration.  Then
177 # it guarantees that the distribution is self-contained by making another
178 # tarfile.
179 distcheck: dist
180         -rm -rf $(distdir)
181         GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
182         mkdir $(distdir)/=build
183         mkdir $(distdir)/=inst
184         dc_install_base=`cd $(distdir)/=inst && pwd`; \
185         cd $(distdir)/=build \
186           && ../configure --srcdir=.. --prefix=$$dc_install_base \
187           && $(MAKE) \
188           && $(MAKE) dvi \
189           && $(MAKE) check \
190           && $(MAKE) install \
191           && $(MAKE) installcheck \
192           && $(MAKE) dist
193         -rm -rf $(distdir)
194         @echo "========================"; \
195         echo "$(distdir).tar.gz is ready for distribution"; \
196         echo "========================"
197 dist: distdir
198         -chmod -R a+r $(distdir)
199         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
200         -rm -rf $(distdir)
201 dist-all: distdir
202         -chmod -R a+r $(distdir)
203         GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
204         -rm -rf $(distdir)
205 distdir: $(DISTFILES)
206         -rm -rf $(distdir)
207         mkdir $(distdir)
208         -chmod 777 $(distdir)
209         here=`cd $(top_builddir) && pwd`; \
210         top_distdir=`cd $(distdir) && pwd`; \
211         distdir=`cd $(distdir) && pwd`; \
212         cd $(top_srcdir) \
213           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
214         @for file in $(DISTFILES); do \
215           d=$(srcdir); \
216           test -f $(distdir)/$$file \
217           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
218           || cp -p $$d/$$file $(distdir)/$$file; \
219         done
220         for subdir in $(SUBDIRS); do \
221           test -d $(distdir)/$$subdir \
222           || mkdir $(distdir)/$$subdir \
223           || exit 1; \
224           chmod 777 $(distdir)/$$subdir; \
225           (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
226             || exit 1; \
227         done
228         $(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
229 info: info-recursive
230 dvi: dvi-recursive
231 check: all-am
232         $(MAKE) check-recursive
233 installcheck: installcheck-recursive
234 all-am: Makefile
235
236 install-exec: install-exec-recursive
237         @$(NORMAL_INSTALL)
238
239 install-data: install-data-recursive
240         @$(NORMAL_INSTALL)
241
242 install: install-recursive
243         @:
244
245 uninstall: uninstall-recursive
246
247 install-strip:
248         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
249 installdirs: installdirs-recursive
250
251
252 mostlyclean-generic:
253         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
254
255 clean-generic:
256         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
257
258 distclean-generic:
259         -rm -f Makefile $(DISTCLEANFILES)
260         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
261         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
262
263 maintainer-clean-generic:
264         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
265         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
266 mostlyclean-am:  mostlyclean-tags mostlyclean-generic
267
268 clean-am:  clean-tags clean-generic mostlyclean-am
269
270 distclean-am:  distclean-tags distclean-generic clean-am
271
272 maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
273                 distclean-am
274
275 mostlyclean:  mostlyclean-recursive mostlyclean-am
276
277 clean:  clean-recursive clean-am
278
279 distclean:  distclean-recursive distclean-am
280         -rm -f config.status
281         -rm -f libtool
282
283 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
284         @echo "This command is intended for maintainers to use;"
285         @echo "it deletes files that may require special tools to rebuild."
286         -rm -f config.status
287
288 .PHONY: install-data-recursive uninstall-data-recursive \
289 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
290 uninstalldirs-recursive all-recursive check-recursive \
291 installcheck-recursive info-recursive dvi-recursive \
292 mostlyclean-recursive distclean-recursive clean-recursive \
293 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
294 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
295 installcheck all-am install-exec install-data install uninstall all \
296 installdirs mostlyclean-generic distclean-generic clean-generic \
297 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
298
299
300 dist-hook:
301         tar cf - Hints | (cd $(distdir); tar xvf -)
302
303 # Tell versions [3.59,3.63) of GNU make to not export all variables.
304 # Otherwise a system limit (for SysV at least) may be exceeded.
305 .NOEXPORT: