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