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