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