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