]> git.mxchange.org Git - flightgear.git/blob - Scenery/Makefile.in
C++ - ifing the code a bit.
[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 libdir  = ${exec_prefix}/lib
74
75 lib_LTLIBRARIES = libScenery.la
76
77 libScenery_la_SOURCES = \
78         obj.c obj.h \
79         scenery.c scenery.h \
80         texload.c texload.h \
81         tilecache.cxx tilecache.hxx \
82         tilemgr.cxx tilemgr.hxx
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../../Include/config.h
85 CONFIG_CLEAN_FILES = 
86 LTLIBRARIES =  $(lib_LTLIBRARIES)
87
88
89 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
90 CPPFLAGS = @CPPFLAGS@
91 LDFLAGS = @LDFLAGS@
92 LIBS = @LIBS@
93 X_CFLAGS = @X_CFLAGS@
94 X_LIBS = @X_LIBS@
95 X_EXTRA_LIBS = @X_EXTRA_LIBS@
96 X_PRE_LIBS = @X_PRE_LIBS@
97 libScenery_la_LDFLAGS = 
98 libScenery_la_LIBADD = 
99 libScenery_la_OBJECTS =  obj.lo scenery.lo texload.lo tilecache.lo \
100 tilemgr.lo
101 CXXFLAGS = @CXXFLAGS@
102 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
103 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
104 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
105 CFLAGS = @CFLAGS@
106 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
107 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
108 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
109 DIST_COMMON =  Makefile.am Makefile.in
110
111
112 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
113
114 TAR = tar
115 GZIP = --best
116 DEP_FILES =  .deps/obj.P .deps/scenery.P .deps/texload.P \
117 .deps/tilecache.P .deps/tilemgr.P
118 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
119 SOURCES = $(libScenery_la_SOURCES)
120 OBJECTS = $(libScenery_la_OBJECTS)
121
122 all: Makefile $(LTLIBRARIES)
123
124 .SUFFIXES:
125 .SUFFIXES: .S .c .cxx .lo .o .s
126 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Scenery/Makefile
128
129 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
130         cd $(top_builddir) \
131           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133
134 mostlyclean-libLTLIBRARIES:
135
136 clean-libLTLIBRARIES:
137         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
138
139 distclean-libLTLIBRARIES:
140
141 maintainer-clean-libLTLIBRARIES:
142
143 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
144         @$(NORMAL_INSTALL)
145         $(mkinstalldirs) $(DESTDIR)$(libdir)
146         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
147           if test -f $$p; then \
148             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
149             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
150           else :; fi; \
151         done
152
153 uninstall-libLTLIBRARIES:
154         @$(NORMAL_UNINSTALL)
155         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
156           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
157         done
158
159 .s.o:
160         $(COMPILE) -c $<
161
162 .S.o:
163         $(COMPILE) -c $<
164
165 mostlyclean-compile:
166         -rm -f *.o core *.core
167
168 clean-compile:
169
170 distclean-compile:
171         -rm -f *.tab.c
172
173 maintainer-clean-compile:
174
175 .s.lo:
176         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
177
178 .S.lo:
179         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
180
181 mostlyclean-libtool:
182         -rm -f *.lo
183
184 clean-libtool:
185         -rm -rf .libs _libs
186
187 distclean-libtool:
188
189 maintainer-clean-libtool:
190
191 libScenery.la: $(libScenery_la_OBJECTS) $(libScenery_la_DEPENDENCIES)
192         $(CXXLINK) -rpath $(libdir) $(libScenery_la_LDFLAGS) $(libScenery_la_OBJECTS) $(libScenery_la_LIBADD) $(LIBS)
193 .cxx.o:
194         $(CXXCOMPILE) -c $<
195 .cxx.lo:
196         $(LTCXXCOMPILE) -c $<
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP)
201         here=`pwd` && cd $(srcdir) \
202           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
203
204 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
205         tags=; \
206         here=`pwd`; \
207         list='$(SOURCES) $(HEADERS)'; \
208         unique=`for i in $$list; do echo $$i; done | \
209           awk '    { files[$$0] = 1; } \
210                END { for (i in files) print i; }'`; \
211         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
212           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
213
214 mostlyclean-tags:
215
216 clean-tags:
217
218 distclean-tags:
219         -rm -f TAGS ID
220
221 maintainer-clean-tags:
222
223 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
224
225 subdir = Simulator/Scenery
226
227 distdir: $(DISTFILES)
228         here=`cd $(top_builddir) && pwd`; \
229         top_distdir=`cd $(top_distdir) && pwd`; \
230         distdir=`cd $(distdir) && pwd`; \
231         cd $(top_srcdir) \
232           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Scenery/Makefile
233         @for file in $(DISTFILES); do \
234           d=$(srcdir); \
235           test -f $(distdir)/$$file \
236           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
237           || cp -p $$d/$$file $(distdir)/$$file; \
238         done
239
240 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
241
242 -include $(DEP_FILES)
243
244 mostlyclean-depend:
245
246 clean-depend:
247
248 distclean-depend:
249
250 maintainer-clean-depend:
251         -rm -rf .deps
252
253 %.o: %.c
254         @echo '$(COMPILE) -c $<'; \
255         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
256
257 %.lo: %.c
258         @echo '$(LTCOMPILE) -c $<'; \
259         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
260         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
261           < .deps/$(*F).p > .deps/$(*F).P
262         @-rm -f .deps/$(*F).p
263
264 %.o: %.cxx
265         @echo '$(CXXCOMPILE) -c $<'; \
266         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
267
268 %.lo: %.cxx
269         @echo '$(LTCXXCOMPILE) -c $<'; \
270         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
271         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
272           < .deps/$(*F).p > .deps/$(*F).P
273         @-rm -f .deps/$(*F).p
274 info:
275 dvi:
276 check: all
277         $(MAKE)
278 installcheck:
279 install-exec: install-libLTLIBRARIES
280         @$(NORMAL_INSTALL)
281
282 install-data: 
283         @$(NORMAL_INSTALL)
284
285 install: install-exec install-data all
286         @:
287
288 uninstall: uninstall-libLTLIBRARIES
289
290 install-strip:
291         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
292 installdirs:
293         $(mkinstalldirs)  $(DATADIR)$(libdir)
294
295
296 mostlyclean-generic:
297         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
298
299 clean-generic:
300         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
301
302 distclean-generic:
303         -rm -f Makefile $(DISTCLEANFILES)
304         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
305         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
306
307 maintainer-clean-generic:
308         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
309         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
310 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
311                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
312                 mostlyclean-generic
313
314 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
315                 clean-depend clean-generic mostlyclean
316
317 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
318                 distclean-tags distclean-depend distclean-generic clean
319         -rm -f config.status
320         -rm -f libtool
321
322 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
323                 maintainer-clean-compile maintainer-clean-libtool \
324                 maintainer-clean-tags maintainer-clean-depend \
325                 maintainer-clean-generic distclean
326         @echo "This command is intended for maintainers to use;"
327         @echo "it deletes files that may require special tools to rebuild."
328
329 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
330 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
331 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
332 distclean-compile clean-compile maintainer-clean-compile \
333 mostlyclean-libtool distclean-libtool clean-libtool \
334 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
335 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
336 distclean-depend clean-depend maintainer-clean-depend info dvi \
337 installcheck install-exec install-data install uninstall all \
338 installdirs mostlyclean-generic distclean-generic clean-generic \
339 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
340
341
342 INCLUDES += \
343         -I$(top_builddir) \
344         -I$(top_builddir)/Lib \
345         -I$(top_builddir)/Simulator
346
347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
348 # Otherwise a system limit (for SysV at least) may be exceeded.
349 .NOEXPORT: