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