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