]> git.mxchange.org Git - simgear.git/blob - simgear/metar/Makefile.in
Initial revision
[simgear.git] / simgear / metar / Makefile.in
1 # Makefile.in generated automatically by automake 1.3 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 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DISTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ../..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CXX = @CXX@
62 LN_S = @LN_S@
63 MAKEINFO = @MAKEINFO@
64 PACKAGE = @PACKAGE@
65 RANLIB = @RANLIB@
66 VERSION = @VERSION@
67 audio_LIBS = @audio_LIBS@
68 base_LIBS = @base_LIBS@
69 opengl_LIBS = @opengl_LIBS@
70
71 noinst_LIBRARIES = libMetar.a
72
73 libMetar_a_SOURCES = \
74         Antoi.cpp Charcmp.cpp Dcdmetar.cpp Dcdmtrmk.cpp Drvmetar.c \
75         Fracpart.cpp Local.h Metar.h \
76         MetarReport.cpp MetarReport.h \
77         MetarStation.cpp MetarStation.h \
78         Prtdmetr.cpp Stspack2.cpp Stspack3.cpp
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../../Include/config.h
81 CONFIG_CLEAN_FILES = 
82 LIBRARIES =  $(noinst_LIBRARIES)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 X_CFLAGS = @X_CFLAGS@
90 X_LIBS = @X_LIBS@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_PRE_LIBS = @X_PRE_LIBS@
93 libMetar_a_LIBADD = 
94 libMetar_a_OBJECTS =  Antoi.o Charcmp.o Dcdmetar.o Dcdmtrmk.o Drvmetar.o \
95 Fracpart.o MetarReport.o MetarStation.o Prtdmetr.o Stspack2.o \
96 Stspack3.o
97 AR = ar
98 CXXFLAGS = @CXXFLAGS@
99 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
100 CXXLINK = $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
101 CFLAGS = @CFLAGS@
102 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
103 LINK = $(CC) $(CFLAGS) $(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/Antoi.P .deps/Charcmp.P .deps/Dcdmetar.P \
112 .deps/Dcdmtrmk.P .deps/Drvmetar.P .deps/Fracpart.P .deps/MetarReport.P \
113 .deps/MetarStation.P .deps/Prtdmetr.P .deps/Stspack2.P .deps/Stspack3.P
114 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
115 SOURCES = $(libMetar_a_SOURCES)
116 OBJECTS = $(libMetar_a_OBJECTS)
117
118 all: Makefile $(LIBRARIES)
119
120 .SUFFIXES:
121 .SUFFIXES: .S .c .cpp .o .s
122 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
123         cd $(top_srcdir) && $(AUTOMAKE) --gnu Lib/Metar/Makefile
124
125 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
126         cd $(top_builddir) \
127           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
128
129
130 mostlyclean-noinstLIBRARIES:
131
132 clean-noinstLIBRARIES:
133         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
134
135 distclean-noinstLIBRARIES:
136
137 maintainer-clean-noinstLIBRARIES:
138
139 .s.o:
140         $(COMPILE) -c $<
141
142 .S.o:
143         $(COMPILE) -c $<
144
145 mostlyclean-compile:
146         -rm -f *.o core *.core
147
148 clean-compile:
149
150 distclean-compile:
151         -rm -f *.tab.c
152
153 maintainer-clean-compile:
154
155 libMetar.a: $(libMetar_a_OBJECTS) $(libMetar_a_DEPENDENCIES)
156         -rm -f libMetar.a
157         $(AR) cru libMetar.a $(libMetar_a_OBJECTS) $(libMetar_a_LIBADD)
158         $(RANLIB) libMetar.a
159 .cpp.o:
160         $(CXXCOMPILE) -c $<
161
162 tags: TAGS
163
164 ID: $(HEADERS) $(SOURCES) $(LISP)
165         here=`pwd` && cd $(srcdir) \
166           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
167
168 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
169         tags=; \
170         here=`pwd`; \
171         list='$(SOURCES) $(HEADERS)'; \
172         unique=`for i in $$list; do echo $$i; done | \
173           awk '    { files[$$0] = 1; } \
174                END { for (i in files) print i; }'`; \
175         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
176           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
177
178 mostlyclean-tags:
179
180 clean-tags:
181
182 distclean-tags:
183         -rm -f TAGS ID
184
185 maintainer-clean-tags:
186
187 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
188
189 subdir = Lib/Metar
190
191 distdir: $(DISTFILES)
192         here=`cd $(top_builddir) && pwd`; \
193         top_distdir=`cd $(top_distdir) && pwd`; \
194         distdir=`cd $(distdir) && pwd`; \
195         cd $(top_srcdir) \
196           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Lib/Metar/Makefile
197         @for file in $(DISTFILES); do \
198           d=$(srcdir); \
199           test -f $(distdir)/$$file \
200           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
201           || cp -p $$d/$$file $(distdir)/$$file; \
202         done
203
204 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
205
206 -include $(DEP_FILES)
207
208 mostlyclean-depend:
209
210 clean-depend:
211
212 distclean-depend:
213
214 maintainer-clean-depend:
215         -rm -rf .deps
216
217 %.o: %.c
218         @echo '$(COMPILE) -c $<'; \
219         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
220
221 %.lo: %.c
222         @echo '$(LTCOMPILE) -c $<'; \
223         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
224         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
225           < .deps/$(*F).p > .deps/$(*F).P
226         @-rm -f .deps/$(*F).p
227
228 %.o: %.cpp
229         @echo '$(CXXCOMPILE) -c $<'; \
230         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
231
232 %.lo: %.cpp
233         @echo '$(LTCXXCOMPILE) -c $<'; \
234         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
235         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
236           < .deps/$(*F).p > .deps/$(*F).P
237         @-rm -f .deps/$(*F).p
238 info:
239 dvi:
240 check: all
241         $(MAKE)
242 installcheck:
243 install-exec: 
244         @$(NORMAL_INSTALL)
245
246 install-data: 
247         @$(NORMAL_INSTALL)
248
249 install: install-exec install-data all
250         @:
251
252 uninstall: 
253
254 install-strip:
255         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
256 installdirs:
257
258
259 mostlyclean-generic:
260         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
261
262 clean-generic:
263         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
264
265 distclean-generic:
266         -rm -f Makefile $(DISTCLEANFILES)
267         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
268         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
269
270 maintainer-clean-generic:
271         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
272         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
273 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
274                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
275
276 clean:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
277                 clean-generic mostlyclean
278
279 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-tags \
280                 distclean-depend distclean-generic clean
281         -rm -f config.status
282
283 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
284                 maintainer-clean-compile maintainer-clean-tags \
285                 maintainer-clean-depend maintainer-clean-generic \
286                 distclean
287         @echo "This command is intended for maintainers to use;"
288         @echo "it deletes files that may require special tools to rebuild."
289
290 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
291 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
292 mostlyclean-compile distclean-compile clean-compile \
293 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
294 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
295 distclean-depend clean-depend maintainer-clean-depend info dvi \
296 installcheck install-exec install-data install uninstall all \
297 installdirs mostlyclean-generic distclean-generic clean-generic \
298 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
299
300
301 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
302
303 # Tell versions [3.59,3.63) of GNU make to not export all variables.
304 # Otherwise a system limit (for SysV at least) may be exceeded.
305 .NOEXPORT: