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