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