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