]> git.mxchange.org Git - flightgear.git/blob - Time/Makefile.in
removed from version control.
[flightgear.git] / Time / 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 = libTime.la
76
77 libTime_la_SOURCES = \
78         event.cxx event.hxx \
79         fg_time.cxx fg_time.hxx \
80         fg_timer.cxx fg_timer.hxx \
81         light.cxx light.hxx \
82         sunpos.cxx sunpos.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 libTime_la_LDFLAGS = 
98 libTime_la_LIBADD = 
99 libTime_la_OBJECTS =  event.lo fg_time.lo fg_timer.lo light.lo sunpos.lo
100 CXXFLAGS = @CXXFLAGS@
101 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
102 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
103 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
104 DIST_COMMON =  Makefile.am Makefile.in
105
106
107 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108
109 TAR = tar
110 GZIP = --best
111 DEP_FILES =  .deps/event.P .deps/fg_time.P .deps/fg_timer.P \
112 .deps/light.P .deps/sunpos.P
113 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
114 SOURCES = $(libTime_la_SOURCES)
115 OBJECTS = $(libTime_la_OBJECTS)
116
117 all: Makefile $(LTLIBRARIES)
118
119 .SUFFIXES:
120 .SUFFIXES: .S .c .cxx .lo .o .s
121 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
122         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Time/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 libTime.la: $(libTime_la_OBJECTS) $(libTime_la_DEPENDENCIES)
187         $(CXXLINK) -rpath $(libdir) $(libTime_la_LDFLAGS) $(libTime_la_OBJECTS) $(libTime_la_LIBADD) $(LIBS)
188 .cxx.o:
189         $(CXXCOMPILE) -c $<
190 .cxx.lo:
191         $(LTCXXCOMPILE) -c $<
192
193 tags: TAGS
194
195 ID: $(HEADERS) $(SOURCES) $(LISP)
196         here=`pwd` && cd $(srcdir) \
197           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
198
199 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
200         tags=; \
201         here=`pwd`; \
202         list='$(SOURCES) $(HEADERS)'; \
203         unique=`for i in $$list; do echo $$i; done | \
204           awk '    { files[$$0] = 1; } \
205                END { for (i in files) print i; }'`; \
206         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
207           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
208
209 mostlyclean-tags:
210
211 clean-tags:
212
213 distclean-tags:
214         -rm -f TAGS ID
215
216 maintainer-clean-tags:
217
218 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
219
220 subdir = Simulator/Time
221
222 distdir: $(DISTFILES)
223         here=`cd $(top_builddir) && pwd`; \
224         top_distdir=`cd $(top_distdir) && pwd`; \
225         distdir=`cd $(distdir) && pwd`; \
226         cd $(top_srcdir) \
227           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Time/Makefile
228         @for file in $(DISTFILES); do \
229           d=$(srcdir); \
230           test -f $(distdir)/$$file \
231           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
232           || cp -p $$d/$$file $(distdir)/$$file; \
233         done
234
235 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
236
237 -include $(DEP_FILES)
238
239 mostlyclean-depend:
240
241 clean-depend:
242
243 distclean-depend:
244
245 maintainer-clean-depend:
246         -rm -rf .deps
247
248 %.o: %.c
249         @echo '$(COMPILE) -c $<'; \
250         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
251
252 %.lo: %.c
253         @echo '$(LTCOMPILE) -c $<'; \
254         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
255         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
256           < .deps/$(*F).p > .deps/$(*F).P
257         @-rm -f .deps/$(*F).p
258
259 %.o: %.cxx
260         @echo '$(CXXCOMPILE) -c $<'; \
261         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
262
263 %.lo: %.cxx
264         @echo '$(LTCXXCOMPILE) -c $<'; \
265         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
266         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
267           < .deps/$(*F).p > .deps/$(*F).P
268         @-rm -f .deps/$(*F).p
269 info:
270 dvi:
271 check: all
272         $(MAKE)
273 installcheck:
274 install-exec: install-libLTLIBRARIES
275         @$(NORMAL_INSTALL)
276
277 install-data: 
278         @$(NORMAL_INSTALL)
279
280 install: install-exec install-data all
281         @:
282
283 uninstall: uninstall-libLTLIBRARIES
284
285 install-strip:
286         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
287 installdirs:
288         $(mkinstalldirs)  $(DATADIR)$(libdir)
289
290
291 mostlyclean-generic:
292         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
293
294 clean-generic:
295         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
296
297 distclean-generic:
298         -rm -f Makefile $(DISTCLEANFILES)
299         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
300         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
301
302 maintainer-clean-generic:
303         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
304         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
305 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
306                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
307                 mostlyclean-generic
308
309 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
310                 clean-depend clean-generic mostlyclean
311
312 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
313                 distclean-tags distclean-depend distclean-generic clean
314         -rm -f config.status
315         -rm -f libtool
316
317 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
318                 maintainer-clean-compile maintainer-clean-libtool \
319                 maintainer-clean-tags maintainer-clean-depend \
320                 maintainer-clean-generic distclean
321         @echo "This command is intended for maintainers to use;"
322         @echo "it deletes files that may require special tools to rebuild."
323
324 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
325 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
326 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
327 distclean-compile clean-compile maintainer-clean-compile \
328 mostlyclean-libtool distclean-libtool clean-libtool \
329 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
330 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
331 distclean-depend clean-depend maintainer-clean-depend info dvi \
332 installcheck install-exec install-data install uninstall all \
333 installdirs mostlyclean-generic distclean-generic clean-generic \
334 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
335
336
337 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
338
339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
340 # Otherwise a system limit (for SysV at least) may be exceeded.
341 .NOEXPORT: