]> git.mxchange.org Git - flightgear.git/blob - Tri2obj/Makefile.in
Updated ...
[flightgear.git] / Tri2obj / 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 January 1998.
17 #
18 # Copyright (C) 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 = tri2obj
100
101 tri2obj_SOURCES = tri2obj.c tri2obj.h
102
103 tri2obj_LDADD = \
104         $(top_builddir)/Lib/Bucket/libBucket.la \
105         $(top_builddir)/Lib/Math/libMath.la \
106         $(top_builddir)/Lib/Debug/libDebug.la \
107         $(top_builddir)/Lib/zlib/libz.la
108 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
109 CONFIG_HEADER = ../../Include/config.h
110 CONFIG_CLEAN_FILES = 
111 PROGRAMS =  $(bin_PROGRAMS)
112
113
114 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
115 CPPFLAGS = @CPPFLAGS@
116 LDFLAGS = @LDFLAGS@
117 LIBS = @LIBS@
118 X_CFLAGS = @X_CFLAGS@
119 X_LIBS = @X_LIBS@
120 X_EXTRA_LIBS = @X_EXTRA_LIBS@
121 X_PRE_LIBS = @X_PRE_LIBS@
122 tri2obj_OBJECTS =  tri2obj.o
123 tri2obj_DEPENDENCIES =  $(top_builddir)/Lib/Bucket/libBucket.la \
124 $(top_builddir)/Lib/Math/libMath.la \
125 $(top_builddir)/Lib/Debug/libDebug.la $(top_builddir)/Lib/zlib/libz.la
126 tri2obj_LDFLAGS = 
127 CFLAGS = @CFLAGS@
128 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
129 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
130 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(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/tri2obj.P
139 SOURCES = $(tri2obj_SOURCES)
140 OBJECTS = $(tri2obj_OBJECTS)
141
142 all: Makefile $(PROGRAMS)
143
144 .SUFFIXES:
145 .SUFFIXES: .S .c .lo .o .s
146 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
147         cd $(top_srcdir) && $(AUTOMAKE) --gnu Tools/Tri2obj/Makefile
148
149 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
150         cd $(top_builddir) \
151           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
152
153
154 mostlyclean-binPROGRAMS:
155
156 clean-binPROGRAMS:
157         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
158
159 distclean-binPROGRAMS:
160
161 maintainer-clean-binPROGRAMS:
162
163 install-binPROGRAMS: $(bin_PROGRAMS)
164         @$(NORMAL_INSTALL)
165         $(mkinstalldirs) $(DESTDIR)$(bindir)
166         @list='$(bin_PROGRAMS)'; for p in $$list; do \
167           if test -f $$p; then \
168             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
169             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
170           else :; fi; \
171         done
172
173 uninstall-binPROGRAMS:
174         @$(NORMAL_UNINSTALL)
175         list='$(bin_PROGRAMS)'; for p in $$list; do \
176           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
177         done
178
179 .s.o:
180         $(COMPILE) -c $<
181
182 .S.o:
183         $(COMPILE) -c $<
184
185 mostlyclean-compile:
186         -rm -f *.o core *.core
187
188 clean-compile:
189
190 distclean-compile:
191         -rm -f *.tab.c
192
193 maintainer-clean-compile:
194
195 .s.lo:
196         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
197
198 .S.lo:
199         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
200
201 mostlyclean-libtool:
202         -rm -f *.lo
203
204 clean-libtool:
205         -rm -rf .libs _libs
206
207 distclean-libtool:
208
209 maintainer-clean-libtool:
210
211 tri2obj: $(tri2obj_OBJECTS) $(tri2obj_DEPENDENCIES)
212         @rm -f tri2obj
213         $(LINK) $(tri2obj_LDFLAGS) $(tri2obj_OBJECTS) $(tri2obj_LDADD) $(LIBS)
214
215 tags: TAGS
216
217 ID: $(HEADERS) $(SOURCES) $(LISP)
218         here=`pwd` && cd $(srcdir) \
219           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
220
221 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
222         tags=; \
223         here=`pwd`; \
224         list='$(SOURCES) $(HEADERS)'; \
225         unique=`for i in $$list; do echo $$i; done | \
226           awk '    { files[$$0] = 1; } \
227                END { for (i in files) print i; }'`; \
228         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
229           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
230
231 mostlyclean-tags:
232
233 clean-tags:
234
235 distclean-tags:
236         -rm -f TAGS ID
237
238 maintainer-clean-tags:
239
240 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
241
242 subdir = Tools/Tri2obj
243
244 distdir: $(DISTFILES)
245         here=`cd $(top_builddir) && pwd`; \
246         top_distdir=`cd $(top_distdir) && pwd`; \
247         distdir=`cd $(distdir) && pwd`; \
248         cd $(top_srcdir) \
249           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Tools/Tri2obj/Makefile
250         @for file in $(DISTFILES); do \
251           d=$(srcdir); \
252           test -f $(distdir)/$$file \
253           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
254           || cp -p $$d/$$file $(distdir)/$$file; \
255         done
256
257 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
258
259 -include $(DEP_FILES)
260
261 mostlyclean-depend:
262
263 clean-depend:
264
265 distclean-depend:
266
267 maintainer-clean-depend:
268         -rm -rf .deps
269
270 %.o: %.c
271         @echo '$(COMPILE) -c $<'; \
272         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
273
274 %.lo: %.c
275         @echo '$(LTCOMPILE) -c $<'; \
276         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
277         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
278           < .deps/$(*F).p > .deps/$(*F).P
279         @-rm -f .deps/$(*F).p
280 info:
281 dvi:
282 check: all
283         $(MAKE)
284 installcheck:
285 install-exec: install-binPROGRAMS
286         @$(NORMAL_INSTALL)
287
288 install-data: 
289         @$(NORMAL_INSTALL)
290
291 install: install-exec install-data all
292         @:
293
294 uninstall: uninstall-binPROGRAMS
295
296 install-strip:
297         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
298 installdirs:
299         $(mkinstalldirs)  $(DATADIR)$(bindir)
300
301
302 mostlyclean-generic:
303         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
304
305 clean-generic:
306         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
307
308 distclean-generic:
309         -rm -f Makefile $(DISTCLEANFILES)
310         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
311         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
312
313 maintainer-clean-generic:
314         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
315         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
316 mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
317                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
318                 mostlyclean-generic
319
320 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
321                 clean-depend clean-generic mostlyclean
322
323 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
324                 distclean-tags distclean-depend distclean-generic clean
325         -rm -f config.status
326         -rm -f libtool
327
328 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
329                 maintainer-clean-libtool maintainer-clean-tags \
330                 maintainer-clean-depend maintainer-clean-generic \
331                 distclean
332         @echo "This command is intended for maintainers to use;"
333         @echo "it deletes files that may require special tools to rebuild."
334
335 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
336 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
337 mostlyclean-compile distclean-compile clean-compile \
338 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
339 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
340 distclean-tags clean-tags maintainer-clean-tags distdir \
341 mostlyclean-depend distclean-depend clean-depend \
342 maintainer-clean-depend info dvi installcheck install-exec install-data \
343 install uninstall all installdirs mostlyclean-generic distclean-generic \
344 clean-generic maintainer-clean-generic clean mostlyclean distclean \
345 maintainer-clean
346
347
348 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib
349
350 #---------------------------------------------------------------------------
351 # $Log$
352 # Revision 1.11  1998/05/13 18:30:22  curt
353 # Updated ...
354 #
355 # Revision 1.4  1998/04/24 00:44:07  curt
356 # Added zlib support.
357 #
358 # Revision 1.3  1998/04/18 04:01:29  curt
359 # Now use libMath rather than having local copies of math routines.
360 #
361 # Revision 1.2  1998/04/14 02:26:09  curt
362 # Code reorganizations.  Added a Lib/ directory for more general libraries.
363 #
364 # Revision 1.1  1998/04/08 23:22:13  curt
365 # Adopted Gnu automake/autoconf system.
366 #
367 # Revision 1.2  1998/01/21 02:55:46  curt
368 # Incorporated new make system from Bob Kuehne <rpk@sgi.com>.
369 #
370 # Revision 1.1  1998/01/15 02:45:25  curt
371 # Initial revision.
372 #
373
374 # Tell versions [3.59,3.63) of GNU make to not export all variables.
375 # Otherwise a system limit (for SysV at least) may be exceeded.
376 .NOEXPORT: