]> git.mxchange.org Git - flightgear.git/blob - Scenery/Makefile.in
4bdb9ecc664bcab67731e300c1b0b804076630d4
[flightgear.git] / Scenery / 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 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DISTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ../..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_alias = @host_alias@
60 host_triplet = @host@
61 CC = @CC@
62 CXX = @CXX@
63 LD = @LD@
64 LIBTOOL = @LIBTOOL@
65 LN_S = @LN_S@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 NM = @NM@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72
73 SUBDIRS = Bucket
74
75 libdir  = ${exec_prefix}/lib
76
77 lib_LTLIBRARIES = libScenery.la
78
79 libScenery_la_SOURCES = \
80         obj.c obj.h \
81         scenery.c scenery.h \
82         texload.c texload.h \
83         tilecache.c tilecache.h \
84         tilemgr.c tilemgr.h
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../../Simulator/Include/config.h
87 CONFIG_CLEAN_FILES = 
88 LTLIBRARIES =  $(lib_LTLIBRARIES)
89
90
91 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
92 CPPFLAGS = @CPPFLAGS@
93 LDFLAGS = @LDFLAGS@
94 LIBS = @LIBS@
95 X_CFLAGS = @X_CFLAGS@
96 X_LIBS = @X_LIBS@
97 X_EXTRA_LIBS = @X_EXTRA_LIBS@
98 X_PRE_LIBS = @X_PRE_LIBS@
99 libScenery_la_LDFLAGS = 
100 libScenery_la_LIBADD = 
101 libScenery_la_OBJECTS =  obj.lo scenery.lo texload.lo tilecache.lo \
102 tilemgr.lo
103 CFLAGS = @CFLAGS@
104 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
105 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
106 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
107 DIST_COMMON =  Makefile.am Makefile.in
108
109
110 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
111
112 TAR = tar
113 GZIP = --best
114 DEP_FILES =  .deps/obj.P .deps/scenery.P .deps/texload.P \
115 .deps/tilecache.P .deps/tilemgr.P
116 SOURCES = $(libScenery_la_SOURCES)
117 OBJECTS = $(libScenery_la_OBJECTS)
118
119 all: all-recursive all-am
120
121 .SUFFIXES:
122 .SUFFIXES: .S .c .lo .o .s
123 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
124         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Scenery/Makefile
125
126 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
127         cd $(top_builddir) \
128           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
129
130
131 mostlyclean-libLTLIBRARIES:
132
133 clean-libLTLIBRARIES:
134         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
135
136 distclean-libLTLIBRARIES:
137
138 maintainer-clean-libLTLIBRARIES:
139
140 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
141         @$(NORMAL_INSTALL)
142         $(mkinstalldirs) $(DESTDIR)$(libdir)
143         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
144           if test -f $$p; then \
145             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
146             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
147           else :; fi; \
148         done
149
150 uninstall-libLTLIBRARIES:
151         @$(NORMAL_UNINSTALL)
152         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
153           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
154         done
155
156 .s.o:
157         $(COMPILE) -c $<
158
159 .S.o:
160         $(COMPILE) -c $<
161
162 mostlyclean-compile:
163         -rm -f *.o core *.core
164
165 clean-compile:
166
167 distclean-compile:
168         -rm -f *.tab.c
169
170 maintainer-clean-compile:
171
172 .s.lo:
173         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
174
175 .S.lo:
176         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177
178 mostlyclean-libtool:
179         -rm -f *.lo
180
181 clean-libtool:
182         -rm -rf .libs _libs
183
184 distclean-libtool:
185
186 maintainer-clean-libtool:
187
188 libScenery.la: $(libScenery_la_OBJECTS) $(libScenery_la_DEPENDENCIES)
189         $(LINK) -rpath $(libdir) $(libScenery_la_LDFLAGS) $(libScenery_la_OBJECTS) $(libScenery_la_LIBADD) $(LIBS)
190
191 # This directory's subdirectories are mostly independent; you can cd
192 # into them and run `make' without going through this Makefile.
193 # To change the values of `make' variables: instead of editing Makefiles,
194 # (1) if the variable is set in `config.status', edit `config.status'
195 #     (which will cause the Makefiles to be regenerated when you run `make');
196 # (2) otherwise, pass the desired values on the `make' command line.
197
198 @SET_MAKE@
199
200 all-recursive install-data-recursive install-exec-recursive \
201 installdirs-recursive install-recursive uninstall-recursive  \
202 check-recursive installcheck-recursive info-recursive dvi-recursive:
203         @set fnord $(MAKEFLAGS); amf=$$2; \
204         list='$(SUBDIRS)'; for subdir in $$list; do \
205           target=`echo $@ | sed s/-recursive//`; \
206           echo "Making $$target in $$subdir"; \
207           (cd $$subdir && $(MAKE) $$target) \
208            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
209         done && test -z "$$fail"
210
211 mostlyclean-recursive clean-recursive distclean-recursive \
212 maintainer-clean-recursive:
213         @set fnord $(MAKEFLAGS); amf=$$2; \
214         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
215           rev="$$subdir $$rev"; \
216         done; \
217         for subdir in $$rev; do \
218           target=`echo $@ | sed s/-recursive//`; \
219           echo "Making $$target in $$subdir"; \
220           (cd $$subdir && $(MAKE) $$target) \
221            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
222         done && test -z "$$fail"
223 tags-recursive:
224         list='$(SUBDIRS)'; for subdir in $$list; do \
225           (cd $$subdir && $(MAKE) tags); \
226         done
227
228 tags: TAGS
229
230 ID: $(HEADERS) $(SOURCES) $(LISP)
231         here=`pwd` && cd $(srcdir) \
232           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
233
234 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
235         tags=; \
236         here=`pwd`; \
237         list='$(SUBDIRS)'; for subdir in $$list; do \
238           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
239         done; \
240         list='$(SOURCES) $(HEADERS)'; \
241         unique=`for i in $$list; do echo $$i; done | \
242           awk '    { files[$$0] = 1; } \
243                END { for (i in files) print i; }'`; \
244         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
245           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
246
247 mostlyclean-tags:
248
249 clean-tags:
250
251 distclean-tags:
252         -rm -f TAGS ID
253
254 maintainer-clean-tags:
255
256 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
257
258 subdir = Simulator/Scenery
259
260 distdir: $(DISTFILES)
261         here=`cd $(top_builddir) && pwd`; \
262         top_distdir=`cd $(top_distdir) && pwd`; \
263         distdir=`cd $(distdir) && pwd`; \
264         cd $(top_srcdir) \
265           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Scenery/Makefile
266         @for file in $(DISTFILES); do \
267           d=$(srcdir); \
268           test -f $(distdir)/$$file \
269           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
270           || cp -p $$d/$$file $(distdir)/$$file; \
271         done
272         for subdir in $(SUBDIRS); do \
273           test -d $(distdir)/$$subdir \
274           || mkdir $(distdir)/$$subdir \
275           || exit 1; \
276           chmod 777 $(distdir)/$$subdir; \
277           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
278             || exit 1; \
279         done
280
281 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
282
283 -include $(DEP_FILES)
284
285 mostlyclean-depend:
286
287 clean-depend:
288
289 distclean-depend:
290
291 maintainer-clean-depend:
292         -rm -rf .deps
293
294 %.o: %.c
295         @echo '$(COMPILE) -c $<'; \
296         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
297
298 %.lo: %.c
299         @echo '$(LTCOMPILE) -c $<'; \
300         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
301         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
302           < .deps/$(*F).p > .deps/$(*F).P
303         @-rm -f .deps/$(*F).p
304 info: info-recursive
305 dvi: dvi-recursive
306 check: all-am
307         $(MAKE) check-recursive
308 installcheck: installcheck-recursive
309 all-am: Makefile $(LTLIBRARIES)
310
311 install-exec-am: install-libLTLIBRARIES
312
313 uninstall-am: uninstall-libLTLIBRARIES
314
315 install-exec: install-exec-recursive install-exec-am
316         @$(NORMAL_INSTALL)
317
318 install-data: install-data-recursive
319         @$(NORMAL_INSTALL)
320
321 install: install-recursive install-exec-am
322         @:
323
324 uninstall: uninstall-recursive uninstall-am
325
326 install-strip:
327         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
328 installdirs: installdirs-recursive
329         $(mkinstalldirs)  $(DATADIR)$(libdir)
330
331
332 mostlyclean-generic:
333         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
334
335 clean-generic:
336         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
337
338 distclean-generic:
339         -rm -f Makefile $(DISTCLEANFILES)
340         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
341         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
342
343 maintainer-clean-generic:
344         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
345         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
346 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
347                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
348                 mostlyclean-generic
349
350 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
351                 clean-depend clean-generic mostlyclean-am
352
353 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
354                 distclean-libtool distclean-tags distclean-depend \
355                 distclean-generic clean-am
356
357 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
358                 maintainer-clean-compile maintainer-clean-libtool \
359                 maintainer-clean-tags maintainer-clean-depend \
360                 maintainer-clean-generic distclean-am
361
362 mostlyclean:  mostlyclean-recursive mostlyclean-am
363
364 clean:  clean-recursive clean-am
365
366 distclean:  distclean-recursive distclean-am
367         -rm -f config.status
368         -rm -f libtool
369
370 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
371         @echo "This command is intended for maintainers to use;"
372         @echo "it deletes files that may require special tools to rebuild."
373
374 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
375 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
376 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
377 distclean-compile clean-compile maintainer-clean-compile \
378 mostlyclean-libtool distclean-libtool clean-libtool \
379 maintainer-clean-libtool install-data-recursive \
380 uninstall-data-recursive install-exec-recursive \
381 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
382 all-recursive check-recursive installcheck-recursive info-recursive \
383 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
384 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
385 distclean-tags clean-tags maintainer-clean-tags distdir \
386 mostlyclean-depend distclean-depend clean-depend \
387 maintainer-clean-depend info dvi installcheck all-am install-exec-am \
388 uninstall-am install-exec install-data install uninstall all \
389 installdirs mostlyclean-generic distclean-generic clean-generic \
390 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
391
392
393 INCLUDES += -I..
394
395 # Tell versions [3.59,3.63) of GNU make to not export all variables.
396 # Otherwise a system limit (for SysV at least) may be exceeded.
397 .NOEXPORT: