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