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