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