]> git.mxchange.org Git - flightgear.git/blob - FixNode/Makefile.in
Code reorganizations. Added a Lib/ directory for more general libraries.
[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)/Lib/DEM/libDEM.la \
108         $(top_builddir)/Lib/Bucket/libBucket.la
109
110 # We can't build this with "-O2" (optimization) since this causes a seg fault
111 # I haven't found a way to strip this out of the CXXFLAGS, so I'm just
112 # setting it to "-g"
113 CXXFLAGS = -g
114 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
115 CONFIG_HEADER = ../../Include/config.h
116 CONFIG_CLEAN_FILES = 
117 PROGRAMS =  $(bin_PROGRAMS)
118
119
120 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
121 CPPFLAGS = @CPPFLAGS@
122 LDFLAGS = @LDFLAGS@
123 LIBS = @LIBS@
124 X_CFLAGS = @X_CFLAGS@
125 X_LIBS = @X_LIBS@
126 X_EXTRA_LIBS = @X_EXTRA_LIBS@
127 X_PRE_LIBS = @X_PRE_LIBS@
128 fixnode_OBJECTS =  fixnode.o main.o triload.o
129 fixnode_DEPENDENCIES =  $(top_builddir)/Lib/DEM/libDEM.la \
130 $(top_builddir)/Lib/Bucket/libBucket.la
131 fixnode_LDFLAGS = 
132 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
133 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
134 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
135 DIST_COMMON =  Makefile.am Makefile.in
136
137
138 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
139
140 TAR = tar
141 GZIP = --best
142 DEP_FILES =  .deps/fixnode.P .deps/main.P .deps/triload.P
143 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
144 SOURCES = $(fixnode_SOURCES)
145 OBJECTS = $(fixnode_OBJECTS)
146
147 all: Makefile $(PROGRAMS)
148
149 .SUFFIXES:
150 .SUFFIXES: .S .c .cxx .lo .o .s
151 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
152         cd $(top_srcdir) && $(AUTOMAKE) --gnu Tools/FixNode/Makefile
153
154 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
155         cd $(top_builddir) \
156           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
157
158
159 mostlyclean-binPROGRAMS:
160
161 clean-binPROGRAMS:
162         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
163
164 distclean-binPROGRAMS:
165
166 maintainer-clean-binPROGRAMS:
167
168 install-binPROGRAMS: $(bin_PROGRAMS)
169         @$(NORMAL_INSTALL)
170         $(mkinstalldirs) $(DESTDIR)$(bindir)
171         @list='$(bin_PROGRAMS)'; for p in $$list; do \
172           if test -f $$p; then \
173             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
174             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
175           else :; fi; \
176         done
177
178 uninstall-binPROGRAMS:
179         @$(NORMAL_UNINSTALL)
180         list='$(bin_PROGRAMS)'; for p in $$list; do \
181           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
182         done
183
184 .s.o:
185         $(COMPILE) -c $<
186
187 .S.o:
188         $(COMPILE) -c $<
189
190 mostlyclean-compile:
191         -rm -f *.o core *.core
192
193 clean-compile:
194
195 distclean-compile:
196         -rm -f *.tab.c
197
198 maintainer-clean-compile:
199
200 .s.lo:
201         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
202
203 .S.lo:
204         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205
206 mostlyclean-libtool:
207         -rm -f *.lo
208
209 clean-libtool:
210         -rm -rf .libs _libs
211
212 distclean-libtool:
213
214 maintainer-clean-libtool:
215
216 fixnode: $(fixnode_OBJECTS) $(fixnode_DEPENDENCIES)
217         @rm -f fixnode
218         $(CXXLINK) $(fixnode_LDFLAGS) $(fixnode_OBJECTS) $(fixnode_LDADD) $(LIBS)
219 .cxx.o:
220         $(CXXCOMPILE) -c $<
221 .cxx.lo:
222         $(LTCXXCOMPILE) -c $<
223
224 tags: TAGS
225
226 ID: $(HEADERS) $(SOURCES) $(LISP)
227         here=`pwd` && cd $(srcdir) \
228           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
229
230 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
231         tags=; \
232         here=`pwd`; \
233         list='$(SOURCES) $(HEADERS)'; \
234         unique=`for i in $$list; do echo $$i; done | \
235           awk '    { files[$$0] = 1; } \
236                END { for (i in files) print i; }'`; \
237         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
239
240 mostlyclean-tags:
241
242 clean-tags:
243
244 distclean-tags:
245         -rm -f TAGS ID
246
247 maintainer-clean-tags:
248
249 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
251 subdir = Tools/FixNode
252
253 distdir: $(DISTFILES)
254         here=`cd $(top_builddir) && pwd`; \
255         top_distdir=`cd $(top_distdir) && pwd`; \
256         distdir=`cd $(distdir) && pwd`; \
257         cd $(top_srcdir) \
258           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Tools/FixNode/Makefile
259         @for file in $(DISTFILES); do \
260           d=$(srcdir); \
261           test -f $(distdir)/$$file \
262           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
263           || cp -p $$d/$$file $(distdir)/$$file; \
264         done
265
266 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
267
268 -include $(DEP_FILES)
269
270 mostlyclean-depend:
271
272 clean-depend:
273
274 distclean-depend:
275
276 maintainer-clean-depend:
277         -rm -rf .deps
278
279 %.o: %.c
280         @echo '$(COMPILE) -c $<'; \
281         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
282
283 %.lo: %.c
284         @echo '$(LTCOMPILE) -c $<'; \
285         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
286         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
287           < .deps/$(*F).p > .deps/$(*F).P
288         @-rm -f .deps/$(*F).p
289
290 %.o: %.cxx
291         @echo '$(CXXCOMPILE) -c $<'; \
292         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
293
294 %.lo: %.cxx
295         @echo '$(LTCXXCOMPILE) -c $<'; \
296         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
297         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
298           < .deps/$(*F).p > .deps/$(*F).P
299         @-rm -f .deps/$(*F).p
300 info:
301 dvi:
302 check: all
303         $(MAKE)
304 installcheck:
305 install-exec: install-binPROGRAMS
306         @$(NORMAL_INSTALL)
307
308 install-data: 
309         @$(NORMAL_INSTALL)
310
311 install: install-exec install-data all
312         @:
313
314 uninstall: uninstall-binPROGRAMS
315
316 install-strip:
317         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
318 installdirs:
319         $(mkinstalldirs)  $(DATADIR)$(bindir)
320
321
322 mostlyclean-generic:
323         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
324
325 clean-generic:
326         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
327
328 distclean-generic:
329         -rm -f Makefile $(DISTCLEANFILES)
330         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
331         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
332
333 maintainer-clean-generic:
334         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
335         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
336 mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
337                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
338                 mostlyclean-generic
339
340 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
341                 clean-depend clean-generic mostlyclean
342
343 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
344                 distclean-tags distclean-depend distclean-generic clean
345         -rm -f config.status
346         -rm -f libtool
347
348 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
349                 maintainer-clean-libtool maintainer-clean-tags \
350                 maintainer-clean-depend maintainer-clean-generic \
351                 distclean
352         @echo "This command is intended for maintainers to use;"
353         @echo "it deletes files that may require special tools to rebuild."
354
355 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
356 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
357 mostlyclean-compile distclean-compile clean-compile \
358 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
359 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
360 distclean-tags clean-tags maintainer-clean-tags distdir \
361 mostlyclean-depend distclean-depend clean-depend \
362 maintainer-clean-depend info dvi installcheck install-exec install-data \
363 install uninstall all installdirs mostlyclean-generic distclean-generic \
364 clean-generic maintainer-clean-generic clean mostlyclean distclean \
365 maintainer-clean
366
367
368 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
369
370 #---------------------------------------------------------------------------
371 # $Log$
372 # Revision 1.2  1998/04/14 02:26:03  curt
373 # Code reorganizations.  Added a Lib/ directory for more general libraries.
374 #
375 # Revision 1.1  1998/04/08 23:05:54  curt
376 # Adopted Gnu automake/autoconf system.
377 #
378 # Revision 1.4  1998/04/06 21:09:44  curt
379 # Additional win32 support.
380 # Fixed a bad bug in dem file parsing that was causing the output to be
381 # flipped about x = y.
382 #
383 # Revision 1.3  1998/03/19 02:50:19  curt
384 # Updated to support -lDEM class.
385 #
386 # Revision 1.2  1998/01/21 02:55:50  curt
387 # Incorporated new make system from Bob Kuehne <rpk@sgi.com>.
388 #
389 # Revision 1.1  1997/11/27 00:17:32  curt
390 # Initial revision.
391 #
392
393 # Tell versions [3.59,3.63) of GNU make to not export all variables.
394 # Otherwise a system limit (for SysV at least) may be exceeded.
395 .NOEXPORT: