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