]> git.mxchange.org Git - flightgear.git/blob - FixNode/Makefile.in
Adopted Gnu automake/autoconf system.
[flightgear.git] / FixNode / 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 # Makefile
15 #
16 # Written by Curtis Olson, started October 1997.
17 #
18 # Copyright (C) 1997 - 1998  Curtis L. Olson  - curt@me.umn.edu
19 #
20 # This program is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 2 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; if not, write to the Free Software
32 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
33 #
34 # $Id$
35 # (Log is kept at end of this file)
36 #---------------------------------------------------------------------------
37
38
39 SHELL = /bin/sh
40
41 srcdir = @srcdir@
42 top_srcdir = @top_srcdir@
43 VPATH = @srcdir@
44 prefix = @prefix@
45 exec_prefix = @exec_prefix@
46
47 bindir = @bindir@
48 sbindir = @sbindir@
49 libexecdir = @libexecdir@
50 datadir = @datadir@
51 sysconfdir = @sysconfdir@
52 sharedstatedir = @sharedstatedir@
53 localstatedir = @localstatedir@
54 libdir = @libdir@
55 infodir = @infodir@
56 mandir = @mandir@
57 includedir = @includedir@
58 oldincludedir = /usr/include
59
60 DISTDIR =
61
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkglibdir = $(libdir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65
66 top_builddir = ../..
67
68 ACLOCAL = @ACLOCAL@
69 AUTOCONF = @AUTOCONF@
70 AUTOMAKE = @AUTOMAKE@
71 AUTOHEADER = @AUTOHEADER@
72
73 INSTALL = @INSTALL@
74 INSTALL_PROGRAM = @INSTALL_PROGRAM@
75 INSTALL_DATA = @INSTALL_DATA@
76 INSTALL_SCRIPT = @INSTALL_SCRIPT@
77 transform = @program_transform_name@
78
79 NORMAL_INSTALL = :
80 PRE_INSTALL = :
81 POST_INSTALL = :
82 NORMAL_UNINSTALL = :
83 PRE_UNINSTALL = :
84 POST_UNINSTALL = :
85 host_alias = @host_alias@
86 host_triplet = @host@
87 CC = @CC@
88 CXX = @CXX@
89 LD = @LD@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 NM = @NM@
95 PACKAGE = @PACKAGE@
96 RANLIB = @RANLIB@
97 VERSION = @VERSION@
98
99 bin_PROGRAMS = fixnode
100
101 fixnode_SOURCES = \
102         fixnode.cxx fixnode.hxx \
103         main.cxx \
104         triload.cxx triload.hxx
105
106 fixnode_LDADD = \
107         $(top_builddir)/Tools/DEM/libDEM.la \
108         $(top_builddir)/Simulator/Scenery/Bucket/libBucket.la
109 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
110 CONFIG_HEADER = ../../Simulator/Include/config.h
111 CONFIG_CLEAN_FILES = 
112 PROGRAMS =  $(bin_PROGRAMS)
113
114
115 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
116 CPPFLAGS = @CPPFLAGS@
117 LDFLAGS = @LDFLAGS@
118 LIBS = @LIBS@
119 X_CFLAGS = @X_CFLAGS@
120 X_LIBS = @X_LIBS@
121 X_EXTRA_LIBS = @X_EXTRA_LIBS@
122 X_PRE_LIBS = @X_PRE_LIBS@
123 fixnode_OBJECTS =  fixnode.o main.o triload.o
124 fixnode_DEPENDENCIES =  $(top_builddir)/Tools/DEM/libDEM.la \
125 $(top_builddir)/Simulator/Scenery/Bucket/libBucket.la
126 fixnode_LDFLAGS = 
127 CXXFLAGS = @CXXFLAGS@
128 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
129 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
130 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
131 DIST_COMMON =  Makefile.am Makefile.in
132
133
134 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
135
136 TAR = tar
137 GZIP = --best
138 DEP_FILES =  .deps/fixnode.P .deps/main.P .deps/triload.P
139 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
140 SOURCES = $(fixnode_SOURCES)
141 OBJECTS = $(fixnode_OBJECTS)
142
143 all: Makefile $(PROGRAMS)
144
145 .SUFFIXES:
146 .SUFFIXES: .S .c .cxx .lo .o .s
147 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
148         cd $(top_srcdir) && $(AUTOMAKE) --gnu Tools/FixNode/Makefile
149
150 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
151         cd $(top_builddir) \
152           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
153
154
155 mostlyclean-binPROGRAMS:
156
157 clean-binPROGRAMS:
158         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
159
160 distclean-binPROGRAMS:
161
162 maintainer-clean-binPROGRAMS:
163
164 install-binPROGRAMS: $(bin_PROGRAMS)
165         @$(NORMAL_INSTALL)
166         $(mkinstalldirs) $(DESTDIR)$(bindir)
167         @list='$(bin_PROGRAMS)'; for p in $$list; do \
168           if test -f $$p; then \
169             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
170             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
171           else :; fi; \
172         done
173
174 uninstall-binPROGRAMS:
175         @$(NORMAL_UNINSTALL)
176         list='$(bin_PROGRAMS)'; for p in $$list; do \
177           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
178         done
179
180 .s.o:
181         $(COMPILE) -c $<
182
183 .S.o:
184         $(COMPILE) -c $<
185
186 mostlyclean-compile:
187         -rm -f *.o core *.core
188
189 clean-compile:
190
191 distclean-compile:
192         -rm -f *.tab.c
193
194 maintainer-clean-compile:
195
196 .s.lo:
197         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
198
199 .S.lo:
200         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
201
202 mostlyclean-libtool:
203         -rm -f *.lo
204
205 clean-libtool:
206         -rm -rf .libs _libs
207
208 distclean-libtool:
209
210 maintainer-clean-libtool:
211
212 fixnode: $(fixnode_OBJECTS) $(fixnode_DEPENDENCIES)
213         @rm -f fixnode
214         $(CXXLINK) $(fixnode_LDFLAGS) $(fixnode_OBJECTS) $(fixnode_LDADD) $(LIBS)
215 .cxx.o:
216         $(CXXCOMPILE) -c $<
217 .cxx.lo:
218         $(LTCXXCOMPILE) -c $<
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 = Tools/FixNode
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 Tools/FixNode/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-binPROGRAMS
302         @$(NORMAL_INSTALL)
303
304 install-data: 
305         @$(NORMAL_INSTALL)
306
307 install: install-exec install-data all
308         @:
309
310 uninstall: uninstall-binPROGRAMS
311
312 install-strip:
313         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
314 installdirs:
315         $(mkinstalldirs)  $(DATADIR)$(bindir)
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-binPROGRAMS mostlyclean-compile \
333                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
334                 mostlyclean-generic
335
336 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
337                 clean-depend clean-generic mostlyclean
338
339 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
340                 distclean-tags distclean-depend distclean-generic clean
341         -rm -f config.status
342         -rm -f libtool
343
344 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
345                 maintainer-clean-libtool maintainer-clean-tags \
346                 maintainer-clean-depend maintainer-clean-generic \
347                 distclean
348         @echo "This command is intended for maintainers to use;"
349         @echo "it deletes files that may require special tools to rebuild."
350
351 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
352 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
353 mostlyclean-compile distclean-compile clean-compile \
354 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
355 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
356 distclean-tags clean-tags maintainer-clean-tags distdir \
357 mostlyclean-depend distclean-depend clean-depend \
358 maintainer-clean-depend info dvi installcheck install-exec install-data \
359 install uninstall all installdirs mostlyclean-generic distclean-generic \
360 clean-generic maintainer-clean-generic clean mostlyclean distclean \
361 maintainer-clean
362
363
364 INCLUDES += -I.. -I../../Simulator
365
366 #---------------------------------------------------------------------------
367 # $Log$
368 # Revision 1.1  1998/04/08 23:05:55  curt
369 # Adopted Gnu automake/autoconf system.
370 #
371 # Revision 1.4  1998/04/06 21:09:44  curt
372 # Additional win32 support.
373 # Fixed a bad bug in dem file parsing that was causing the output to be
374 # flipped about x = y.
375 #
376 # Revision 1.3  1998/03/19 02:50:19  curt
377 # Updated to support -lDEM class.
378 #
379 # Revision 1.2  1998/01/21 02:55:50  curt
380 # Incorporated new make system from Bob Kuehne <rpk@sgi.com>.
381 #
382 # Revision 1.1  1997/11/27 00:17:32  curt
383 # Initial revision.
384 #
385
386 # Tell versions [3.59,3.63) of GNU make to not export all variables.
387 # Otherwise a system limit (for SysV at least) may be exceeded.
388 .NOEXPORT: