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