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