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