]> git.mxchange.org Git - flightgear.git/blob - Main/Makefile.in
removed from version control.
[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.cxx GLUTkey.hxx \
82         GLUTmain.cxx \
83         airports.cxx airports.hxx \
84         fg_config.h \
85         fg_init.cxx fg_init.hxx \
86         options.cxx options.hxx \
87         views.cxx views.hxx
88
89 fg_LDADD = \
90         $(top_builddir)/Simulator/Aircraft/libAircraft.la \
91         $(top_builddir)/Simulator/Astro/libAstro.la \
92         $(top_builddir)/Simulator/Autopilot/libAutopilot.la \
93         $(top_builddir)/Simulator/Cockpit/libCockpit.la \
94         $(top_builddir)/Simulator/Controls/libControls.la \
95         $(top_builddir)/Simulator/Flight/libFlight.la \
96         $(top_builddir)/Simulator/Flight/LaRCsim/libLaRCsim.la \
97         $(top_builddir)/Simulator/Flight/Slew/libSlew.la \
98         $(top_builddir)/Simulator/Scenery/libScenery.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)/Lib/Math/libMath.la \
103         $(top_builddir)/Lib/Bucket/libBucket.la \
104         $(top_builddir)/Lib/Debug/libDebug.la \
105         $(top_builddir)/Lib/zlib/libz.la
106 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107 CONFIG_HEADER = ../../Include/config.h
108 CONFIG_CLEAN_FILES =  runfg runfg.bat
109 PROGRAMS =  $(bin_PROGRAMS)
110
111
112 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
113 CPPFLAGS = @CPPFLAGS@
114 LDFLAGS = @LDFLAGS@
115 LIBS = @LIBS@
116 X_CFLAGS = @X_CFLAGS@
117 X_LIBS = @X_LIBS@
118 X_EXTRA_LIBS = @X_EXTRA_LIBS@
119 X_PRE_LIBS = @X_PRE_LIBS@
120 fg_OBJECTS =  GLUTkey.o GLUTmain.o airports.o fg_init.o options.o \
121 views.o
122 fg_DEPENDENCIES =  $(top_builddir)/Simulator/Aircraft/libAircraft.la \
123 $(top_builddir)/Simulator/Astro/libAstro.la \
124 $(top_builddir)/Simulator/Autopilot/libAutopilot.la \
125 $(top_builddir)/Simulator/Cockpit/libCockpit.la \
126 $(top_builddir)/Simulator/Controls/libControls.la \
127 $(top_builddir)/Simulator/Flight/libFlight.la \
128 $(top_builddir)/Simulator/Flight/LaRCsim/libLaRCsim.la \
129 $(top_builddir)/Simulator/Flight/Slew/libSlew.la \
130 $(top_builddir)/Simulator/Scenery/libScenery.la \
131 $(top_builddir)/Simulator/Time/libTime.la \
132 $(top_builddir)/Simulator/Weather/libWeather.la \
133 $(top_builddir)/Simulator/Joystick/libJoystick.la \
134 $(top_builddir)/Lib/Math/libMath.la \
135 $(top_builddir)/Lib/Bucket/libBucket.la \
136 $(top_builddir)/Lib/Debug/libDebug.la $(top_builddir)/Lib/zlib/libz.la
137 fg_LDFLAGS = 
138 SCRIPTS =  $(bin_SCRIPTS)
139
140 CXXFLAGS = @CXXFLAGS@
141 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
142 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
143 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
144 DIST_COMMON =  Makefile.am Makefile.in runfg.bat.in runfg.in
145
146
147 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
148
149 TAR = tar
150 GZIP = --best
151 DEP_FILES =  .deps/GLUTkey.P .deps/GLUTmain.P .deps/airports.P \
152 .deps/fg_init.P .deps/options.P .deps/views.P
153 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
154 SOURCES = $(fg_SOURCES)
155 OBJECTS = $(fg_OBJECTS)
156
157 all: Makefile $(PROGRAMS) $(SCRIPTS)
158
159 .SUFFIXES:
160 .SUFFIXES: .S .c .cxx .lo .o .s
161 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
162         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Main/Makefile
163
164 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
165         cd $(top_builddir) \
166           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
168 runfg: $(top_builddir)/config.status runfg.in
169         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
170 runfg.bat: $(top_builddir)/config.status runfg.bat.in
171         cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= ./config.status
172
173 mostlyclean-binPROGRAMS:
174
175 clean-binPROGRAMS:
176         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
177
178 distclean-binPROGRAMS:
179
180 maintainer-clean-binPROGRAMS:
181
182 install-binPROGRAMS: $(bin_PROGRAMS)
183         @$(NORMAL_INSTALL)
184         $(mkinstalldirs) $(DESTDIR)$(bindir)
185         @list='$(bin_PROGRAMS)'; for p in $$list; do \
186           if test -f $$p; then \
187             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
188             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
189           else :; fi; \
190         done
191
192 uninstall-binPROGRAMS:
193         @$(NORMAL_UNINSTALL)
194         list='$(bin_PROGRAMS)'; for p in $$list; do \
195           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
196         done
197
198 .s.o:
199         $(COMPILE) -c $<
200
201 .S.o:
202         $(COMPILE) -c $<
203
204 mostlyclean-compile:
205         -rm -f *.o core *.core
206
207 clean-compile:
208
209 distclean-compile:
210         -rm -f *.tab.c
211
212 maintainer-clean-compile:
213
214 .s.lo:
215         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
216
217 .S.lo:
218         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
219
220 mostlyclean-libtool:
221         -rm -f *.lo
222
223 clean-libtool:
224         -rm -rf .libs _libs
225
226 distclean-libtool:
227
228 maintainer-clean-libtool:
229
230 fg: $(fg_OBJECTS) $(fg_DEPENDENCIES)
231         @rm -f fg
232         $(CXXLINK) $(fg_LDFLAGS) $(fg_OBJECTS) $(fg_LDADD) $(LIBS)
233
234 install-binSCRIPTS: $(bin_SCRIPTS)
235         @$(NORMAL_INSTALL)
236         $(mkinstalldirs) $(DESTDIR)$(bindir)
237         @list='$(bin_SCRIPTS)'; for p in $$list; do \
238           if test -f $$p; then \
239             echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
240             $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
241           else if test -f $(srcdir)/$$p; then \
242             echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
243             $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
244           else :; fi; fi; \
245         done
246
247 uninstall-binSCRIPTS:
248         @$(NORMAL_UNINSTALL)
249         list='$(bin_SCRIPTS)'; for p in $$list; do \
250           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
251         done
252 .cxx.o:
253         $(CXXCOMPILE) -c $<
254 .cxx.lo:
255         $(LTCXXCOMPILE) -c $<
256
257 tags: TAGS
258
259 ID: $(HEADERS) $(SOURCES) $(LISP)
260         here=`pwd` && cd $(srcdir) \
261           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
262
263 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
264         tags=; \
265         here=`pwd`; \
266         list='$(SOURCES) $(HEADERS)'; \
267         unique=`for i in $$list; do echo $$i; done | \
268           awk '    { files[$$0] = 1; } \
269                END { for (i in files) print i; }'`; \
270         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
271           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
272
273 mostlyclean-tags:
274
275 clean-tags:
276
277 distclean-tags:
278         -rm -f TAGS ID
279
280 maintainer-clean-tags:
281
282 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
283
284 subdir = Simulator/Main
285
286 distdir: $(DISTFILES)
287         here=`cd $(top_builddir) && pwd`; \
288         top_distdir=`cd $(top_distdir) && pwd`; \
289         distdir=`cd $(distdir) && pwd`; \
290         cd $(top_srcdir) \
291           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Main/Makefile
292         @for file in $(DISTFILES); do \
293           d=$(srcdir); \
294           test -f $(distdir)/$$file \
295           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
296           || cp -p $$d/$$file $(distdir)/$$file; \
297         done
298
299 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
300
301 -include $(DEP_FILES)
302
303 mostlyclean-depend:
304
305 clean-depend:
306
307 distclean-depend:
308
309 maintainer-clean-depend:
310         -rm -rf .deps
311
312 %.o: %.c
313         @echo '$(COMPILE) -c $<'; \
314         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
315
316 %.lo: %.c
317         @echo '$(LTCOMPILE) -c $<'; \
318         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
319         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
320           < .deps/$(*F).p > .deps/$(*F).P
321         @-rm -f .deps/$(*F).p
322
323 %.o: %.cxx
324         @echo '$(CXXCOMPILE) -c $<'; \
325         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
326
327 %.lo: %.cxx
328         @echo '$(LTCXXCOMPILE) -c $<'; \
329         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
330         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
331           < .deps/$(*F).p > .deps/$(*F).P
332         @-rm -f .deps/$(*F).p
333 info:
334 dvi:
335 check: all
336         $(MAKE)
337 installcheck:
338 install-exec: install-binPROGRAMS install-binSCRIPTS
339         @$(NORMAL_INSTALL)
340
341 install-data: 
342         @$(NORMAL_INSTALL)
343
344 install: install-exec install-data all
345         @:
346
347 uninstall: uninstall-binPROGRAMS uninstall-binSCRIPTS
348
349 install-strip:
350         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
351 installdirs:
352         $(mkinstalldirs)  $(DATADIR)$(bindir) $(DATADIR)$(bindir)
353
354
355 mostlyclean-generic:
356         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
357
358 clean-generic:
359         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
360
361 distclean-generic:
362         -rm -f Makefile $(DISTCLEANFILES)
363         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
364         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
365
366 maintainer-clean-generic:
367         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
368         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
369 mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
370                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
371                 mostlyclean-generic
372
373 clean:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
374                 clean-depend clean-generic mostlyclean
375
376 distclean:  distclean-binPROGRAMS distclean-compile distclean-libtool \
377                 distclean-tags distclean-depend distclean-generic clean
378         -rm -f config.status
379         -rm -f libtool
380
381 maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
382                 maintainer-clean-libtool maintainer-clean-tags \
383                 maintainer-clean-depend maintainer-clean-generic \
384                 distclean
385         @echo "This command is intended for maintainers to use;"
386         @echo "it deletes files that may require special tools to rebuild."
387
388 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
389 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
390 mostlyclean-compile distclean-compile clean-compile \
391 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
392 clean-libtool maintainer-clean-libtool uninstall-binSCRIPTS \
393 install-binSCRIPTS tags mostlyclean-tags distclean-tags clean-tags \
394 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
395 clean-depend maintainer-clean-depend info dvi installcheck install-exec \
396 install-data install uninstall all installdirs mostlyclean-generic \
397 distclean-generic clean-generic maintainer-clean-generic clean \
398 mostlyclean distclean maintainer-clean
399
400
401 INCLUDES += \
402         -DGLUT \
403         -I$(top_builddir) \
404         -I$(top_builddir)/Lib \
405         -I$(top_builddir)/Simulator
406
407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
408 # Otherwise a system limit (for SysV at least) may be exceeded.
409 .NOEXPORT: