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