]> git.mxchange.org Git - flightgear.git/blob - Triangle/Makefile.in
e5a0a2ccf5dd1b63328c99186ae1f63628923a5b
[flightgear.git] / Triangle / 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 # DEFS is a list of definitions used to compile an object code version
14 #   of Triangle (triangle.o) to be called by another program.  The file
15 #   "triangle.h" contains detailed information on how to call triangle.o.
16 #
17 # The -DTRILIBRARY should always be used when compiling Triangle into an
18 #   object file.
19 #
20 # An example DEFS line is:
21 #
22 #   DEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
23
24
25 SHELL = /bin/sh
26
27 srcdir = @srcdir@
28 top_srcdir = @top_srcdir@
29 VPATH = @srcdir@
30 prefix = @prefix@
31 exec_prefix = @exec_prefix@
32
33 bindir = @bindir@
34 sbindir = @sbindir@
35 libexecdir = @libexecdir@
36 datadir = @datadir@
37 sysconfdir = @sysconfdir@
38 sharedstatedir = @sharedstatedir@
39 localstatedir = @localstatedir@
40 libdir = @libdir@
41 infodir = @infodir@
42 mandir = @mandir@
43 includedir = @includedir@
44 oldincludedir = /usr/include
45
46 DISTDIR =
47
48 pkgdatadir = $(datadir)/@PACKAGE@
49 pkglibdir = $(libdir)/@PACKAGE@
50 pkgincludedir = $(includedir)/@PACKAGE@
51
52 top_builddir = ../..
53
54 ACLOCAL = @ACLOCAL@
55 AUTOCONF = @AUTOCONF@
56 AUTOMAKE = @AUTOMAKE@
57 AUTOHEADER = @AUTOHEADER@
58
59 INSTALL = @INSTALL@
60 INSTALL_PROGRAM = @INSTALL_PROGRAM@
61 INSTALL_DATA = @INSTALL_DATA@
62 INSTALL_SCRIPT = @INSTALL_SCRIPT@
63 transform = @program_transform_name@
64
65 NORMAL_INSTALL = :
66 PRE_INSTALL = :
67 POST_INSTALL = :
68 NORMAL_UNINSTALL = :
69 PRE_UNINSTALL = :
70 POST_UNINSTALL = :
71 host_alias = @host_alias@
72 host_triplet = @host@
73 CC = @CC@
74 CXX = @CXX@
75 LD = @LD@
76 LIBTOOL = @LIBTOOL@
77 LN_S = @LN_S@
78 MAINT = @MAINT@
79 MAKEINFO = @MAKEINFO@
80 NM = @NM@
81 PACKAGE = @PACKAGE@
82 RANLIB = @RANLIB@
83 VERSION = @VERSION@
84
85 bin_PROGRAMS = triangle # showme
86
87 triangle_SOURCES = triangle.c triangle.h
88 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89 CONFIG_HEADER = ../../Include/config.h
90 CONFIG_CLEAN_FILES = 
91 PROGRAMS =  $(bin_PROGRAMS)
92
93
94 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
95 CPPFLAGS = @CPPFLAGS@
96 LDFLAGS = @LDFLAGS@
97 LIBS = @LIBS@
98 X_CFLAGS = @X_CFLAGS@
99 X_LIBS = @X_LIBS@
100 X_EXTRA_LIBS = @X_EXTRA_LIBS@
101 X_PRE_LIBS = @X_PRE_LIBS@
102 triangle_OBJECTS =  triangle.o
103 triangle_LDADD = $(LDADD)
104 triangle_DEPENDENCIES = 
105 triangle_LDFLAGS = 
106 CFLAGS = @CFLAGS@
107 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
108 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
109 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
110 DIST_COMMON =  README Makefile.am Makefile.in
111
112
113 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
115 TAR = tar
116 GZIP = --best
117 DEP_FILES =  .deps/triangle.P
118 SOURCES = $(triangle_SOURCES)
119 OBJECTS = $(triangle_OBJECTS)
120
121 all: Makefile $(PROGRAMS)
122
123 .SUFFIXES:
124 .SUFFIXES: .S .c .lo .o .s
125 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
126         cd $(top_srcdir) && $(AUTOMAKE) --gnu Tools/Triangle/Makefile
127
128 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
129         cd $(top_builddir) \
130           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
131
132
133 mostlyclean-binPROGRAMS:
134
135 clean-binPROGRAMS:
136         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
137
138 distclean-binPROGRAMS:
139
140 maintainer-clean-binPROGRAMS:
141
142 install-binPROGRAMS: $(bin_PROGRAMS)
143         @$(NORMAL_INSTALL)
144         $(mkinstalldirs) $(DESTDIR)$(bindir)
145         @list='$(bin_PROGRAMS)'; for p in $$list; do \
146           if test -f $$p; then \
147             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
148             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
149           else :; fi; \
150         done
151
152 uninstall-binPROGRAMS:
153         @$(NORMAL_UNINSTALL)
154         list='$(bin_PROGRAMS)'; for p in $$list; do \
155           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
156         done
157
158 .s.o:
159         $(COMPILE) -c $<
160
161 .S.o:
162         $(COMPILE) -c $<
163
164 mostlyclean-compile:
165         -rm -f *.o core *.core
166
167 clean-compile:
168
169 distclean-compile:
170         -rm -f *.tab.c
171
172 maintainer-clean-compile:
173
174 .s.lo:
175         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
176
177 .S.lo:
178         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
179
180 mostlyclean-libtool:
181         -rm -f *.lo
182
183 clean-libtool:
184         -rm -rf .libs _libs
185
186 distclean-libtool:
187
188 maintainer-clean-libtool:
189
190 triangle: $(triangle_OBJECTS) $(triangle_DEPENDENCIES)
191         @rm -f triangle
192         $(LINK) $(triangle_LDFLAGS) $(triangle_OBJECTS) $(triangle_LDADD) $(LIBS)
193
194 tags: TAGS
195
196 ID: $(HEADERS) $(SOURCES) $(LISP)
197         here=`pwd` && cd $(srcdir) \
198           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
199
200 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
201         tags=; \
202         here=`pwd`; \
203         list='$(SOURCES) $(HEADERS)'; \
204         unique=`for i in $$list; do echo $$i; done | \
205           awk '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
208           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
209
210 mostlyclean-tags:
211
212 clean-tags:
213
214 distclean-tags:
215         -rm -f TAGS ID
216
217 maintainer-clean-tags:
218
219 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
220
221 subdir = Tools/Triangle
222
223 distdir: $(DISTFILES)
224         here=`cd $(top_builddir) && pwd`; \
225         top_distdir=`cd $(top_distdir) && pwd`; \
226         distdir=`cd $(distdir) && pwd`; \
227         cd $(top_srcdir) \
228           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Tools/Triangle/Makefile
229         @for file in $(DISTFILES); do \
230           d=$(srcdir); \
231           test -f $(distdir)/$$file \
232           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
233           || cp -p $$d/$$file $(distdir)/$$file; \
234         done
235
236 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
237
238 -include $(DEP_FILES)
239
240 mostlyclean-depend:
241
242 clean-depend:
243
244 distclean-depend:
245
246 maintainer-clean-depend:
247         -rm -rf .deps
248
249 %.o: %.c
250         @echo '$(COMPILE) -c $<'; \
251         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
252
253 %.lo: %.c
254         @echo '$(LTCOMPILE) -c $<'; \
255         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
256         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
257           < .deps/$(*F).p > .deps/$(*F).P
258         @-rm -f .deps/$(*F).p
259 info:
260 dvi:
261 check: all
262         $(MAKE)
263 installcheck:
264 install-exec: install-binPROGRAMS
265         @$(NORMAL_INSTALL)
266
267 install-data: 
268         @$(NORMAL_INSTALL)
269
270 install: install-exec install-data all
271         @:
272
273 uninstall: uninstall-binPROGRAMS
274
275 install-strip:
276         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
277 installdirs:
278         $(mkinstalldirs)  $(DATADIR)$(bindir)
279
280
281 mostlyclean-generic:
282         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
283
284 clean-generic:
285         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
286
287 distclean-generic:
288         -rm -f Makefile $(DISTCLEANFILES)
289         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
290         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
291
292 maintainer-clean-generic:
293         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
294         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
295 mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
296                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
297                 mostlyclean-generic
298
299 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
300                 clean-depend clean-generic mostlyclean
301
302 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
303                 distclean-tags distclean-depend distclean-generic clean
304         -rm -f config.status
305         -rm -f libtool
306
307 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
308                 maintainer-clean-libtool maintainer-clean-tags \
309                 maintainer-clean-depend maintainer-clean-generic \
310                 distclean
311         @echo "This command is intended for maintainers to use;"
312         @echo "it deletes files that may require special tools to rebuild."
313
314 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
315 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
316 mostlyclean-compile distclean-compile clean-compile \
317 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
318 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
319 distclean-tags clean-tags maintainer-clean-tags distdir \
320 mostlyclean-depend distclean-depend clean-depend \
321 maintainer-clean-depend info dvi installcheck install-exec install-data \
322 install uninstall all installdirs mostlyclean-generic distclean-generic \
323 clean-generic maintainer-clean-generic clean mostlyclean distclean \
324 maintainer-clean
325
326
327 DEFS += 
328
329 # showme_SOURCES = showme.c
330
331 # Tell versions [3.59,3.63) of GNU make to not export all variables.
332 # Otherwise a system limit (for SysV at least) may be exceeded.
333 .NOEXPORT: