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