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