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