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