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