]> git.mxchange.org Git - flightgear.git/blob - FDM/Makefile.in
1a01b6afbbe1973c0e9212a5a73d3285151af840
[flightgear.git] / FDM / 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 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
33
34 DISTDIR =
35
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39
40 top_builddir = ../..
41
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
46
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
52
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_alias = @host_alias@
60 host_triplet = @host@
61 CC = @CC@
62 CXX = @CXX@
63 LD = @LD@
64 LIBTOOL = @LIBTOOL@
65 LN_S = @LN_S@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 NM = @NM@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72
73 SUBDIRS = LaRCsim Slew
74
75 libdir  = ${exec_prefix}/lib
76
77 lib_LTLIBRARIES = libFlight.la
78
79 libFlight_la_SOURCES = flight.c flight.h
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_HEADER = ../../Simulator/Include/config.h
82 CONFIG_CLEAN_FILES = 
83 LTLIBRARIES =  $(lib_LTLIBRARIES)
84
85
86 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
87 CPPFLAGS = @CPPFLAGS@
88 LDFLAGS = @LDFLAGS@
89 LIBS = @LIBS@
90 X_CFLAGS = @X_CFLAGS@
91 X_LIBS = @X_LIBS@
92 X_EXTRA_LIBS = @X_EXTRA_LIBS@
93 X_PRE_LIBS = @X_PRE_LIBS@
94 libFlight_la_LDFLAGS = 
95 libFlight_la_LIBADD = 
96 libFlight_la_OBJECTS =  flight.lo
97 CFLAGS = @CFLAGS@
98 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
99 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
100 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
101 DIST_COMMON =  Makefile.am Makefile.in
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP = --best
108 DEP_FILES =  .deps/flight.P
109 SOURCES = $(libFlight_la_SOURCES)
110 OBJECTS = $(libFlight_la_OBJECTS)
111
112 all: all-recursive all-am
113
114 .SUFFIXES:
115 .SUFFIXES: .S .c .lo .o .s
116 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Flight/Makefile
118
119 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
120         cd $(top_builddir) \
121           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
122
123
124 mostlyclean-libLTLIBRARIES:
125
126 clean-libLTLIBRARIES:
127         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
128
129 distclean-libLTLIBRARIES:
130
131 maintainer-clean-libLTLIBRARIES:
132
133 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
134         @$(NORMAL_INSTALL)
135         $(mkinstalldirs) $(DESTDIR)$(libdir)
136         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
137           if test -f $$p; then \
138             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
139             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
140           else :; fi; \
141         done
142
143 uninstall-libLTLIBRARIES:
144         @$(NORMAL_UNINSTALL)
145         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
146           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
147         done
148
149 .s.o:
150         $(COMPILE) -c $<
151
152 .S.o:
153         $(COMPILE) -c $<
154
155 mostlyclean-compile:
156         -rm -f *.o core *.core
157
158 clean-compile:
159
160 distclean-compile:
161         -rm -f *.tab.c
162
163 maintainer-clean-compile:
164
165 .s.lo:
166         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
167
168 .S.lo:
169         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
170
171 mostlyclean-libtool:
172         -rm -f *.lo
173
174 clean-libtool:
175         -rm -rf .libs _libs
176
177 distclean-libtool:
178
179 maintainer-clean-libtool:
180
181 libFlight.la: $(libFlight_la_OBJECTS) $(libFlight_la_DEPENDENCIES)
182         $(LINK) -rpath $(libdir) $(libFlight_la_LDFLAGS) $(libFlight_la_OBJECTS) $(libFlight_la_LIBADD) $(LIBS)
183
184 # This directory's subdirectories are mostly independent; you can cd
185 # into them and run `make' without going through this Makefile.
186 # To change the values of `make' variables: instead of editing Makefiles,
187 # (1) if the variable is set in `config.status', edit `config.status'
188 #     (which will cause the Makefiles to be regenerated when you run `make');
189 # (2) otherwise, pass the desired values on the `make' command line.
190
191 @SET_MAKE@
192
193 all-recursive install-data-recursive install-exec-recursive \
194 installdirs-recursive install-recursive uninstall-recursive  \
195 check-recursive installcheck-recursive info-recursive dvi-recursive:
196         @set fnord $(MAKEFLAGS); amf=$$2; \
197         list='$(SUBDIRS)'; for subdir in $$list; do \
198           target=`echo $@ | sed s/-recursive//`; \
199           echo "Making $$target in $$subdir"; \
200           (cd $$subdir && $(MAKE) $$target) \
201            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
202         done && test -z "$$fail"
203
204 mostlyclean-recursive clean-recursive distclean-recursive \
205 maintainer-clean-recursive:
206         @set fnord $(MAKEFLAGS); amf=$$2; \
207         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
208           rev="$$subdir $$rev"; \
209         done; \
210         for subdir in $$rev; do \
211           target=`echo $@ | sed s/-recursive//`; \
212           echo "Making $$target in $$subdir"; \
213           (cd $$subdir && $(MAKE) $$target) \
214            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
215         done && test -z "$$fail"
216 tags-recursive:
217         list='$(SUBDIRS)'; for subdir in $$list; do \
218           (cd $$subdir && $(MAKE) tags); \
219         done
220
221 tags: TAGS
222
223 ID: $(HEADERS) $(SOURCES) $(LISP)
224         here=`pwd` && cd $(srcdir) \
225           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
226
227 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
228         tags=; \
229         here=`pwd`; \
230         list='$(SUBDIRS)'; for subdir in $$list; do \
231           test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
232         done; \
233         list='$(SOURCES) $(HEADERS)'; \
234         unique=`for i in $$list; do echo $$i; done | \
235           awk '    { files[$$0] = 1; } \
236                END { for (i in files) print i; }'`; \
237         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
238           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
239
240 mostlyclean-tags:
241
242 clean-tags:
243
244 distclean-tags:
245         -rm -f TAGS ID
246
247 maintainer-clean-tags:
248
249 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
250
251 subdir = Simulator/Flight
252
253 distdir: $(DISTFILES)
254         here=`cd $(top_builddir) && pwd`; \
255         top_distdir=`cd $(top_distdir) && pwd`; \
256         distdir=`cd $(distdir) && pwd`; \
257         cd $(top_srcdir) \
258           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Flight/Makefile
259         @for file in $(DISTFILES); do \
260           d=$(srcdir); \
261           test -f $(distdir)/$$file \
262           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
263           || cp -p $$d/$$file $(distdir)/$$file; \
264         done
265         for subdir in $(SUBDIRS); do \
266           test -d $(distdir)/$$subdir \
267           || mkdir $(distdir)/$$subdir \
268           || exit 1; \
269           chmod 777 $(distdir)/$$subdir; \
270           (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
271             || exit 1; \
272         done
273
274 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
275
276 -include $(DEP_FILES)
277
278 mostlyclean-depend:
279
280 clean-depend:
281
282 distclean-depend:
283
284 maintainer-clean-depend:
285         -rm -rf .deps
286
287 %.o: %.c
288         @echo '$(COMPILE) -c $<'; \
289         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
290
291 %.lo: %.c
292         @echo '$(LTCOMPILE) -c $<'; \
293         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
294         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
295           < .deps/$(*F).p > .deps/$(*F).P
296         @-rm -f .deps/$(*F).p
297 info: info-recursive
298 dvi: dvi-recursive
299 check: all-am
300         $(MAKE) check-recursive
301 installcheck: installcheck-recursive
302 all-am: Makefile $(LTLIBRARIES)
303
304 install-exec-am: install-libLTLIBRARIES
305
306 uninstall-am: uninstall-libLTLIBRARIES
307
308 install-exec: install-exec-recursive install-exec-am
309         @$(NORMAL_INSTALL)
310
311 install-data: install-data-recursive
312         @$(NORMAL_INSTALL)
313
314 install: install-recursive install-exec-am
315         @:
316
317 uninstall: uninstall-recursive uninstall-am
318
319 install-strip:
320         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
321 installdirs: installdirs-recursive
322         $(mkinstalldirs)  $(DATADIR)$(libdir)
323
324
325 mostlyclean-generic:
326         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
327
328 clean-generic:
329         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
330
331 distclean-generic:
332         -rm -f Makefile $(DISTCLEANFILES)
333         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
334         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
335
336 maintainer-clean-generic:
337         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
338         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
339 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
340                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
341                 mostlyclean-generic
342
343 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
344                 clean-depend clean-generic mostlyclean-am
345
346 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
347                 distclean-libtool distclean-tags distclean-depend \
348                 distclean-generic clean-am
349
350 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
351                 maintainer-clean-compile maintainer-clean-libtool \
352                 maintainer-clean-tags maintainer-clean-depend \
353                 maintainer-clean-generic distclean-am
354
355 mostlyclean:  mostlyclean-recursive mostlyclean-am
356
357 clean:  clean-recursive clean-am
358
359 distclean:  distclean-recursive distclean-am
360         -rm -f config.status
361         -rm -f libtool
362
363 maintainer-clean:  maintainer-clean-recursive maintainer-clean-am
364         @echo "This command is intended for maintainers to use;"
365         @echo "it deletes files that may require special tools to rebuild."
366
367 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
368 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
369 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
370 distclean-compile clean-compile maintainer-clean-compile \
371 mostlyclean-libtool distclean-libtool clean-libtool \
372 maintainer-clean-libtool install-data-recursive \
373 uninstall-data-recursive install-exec-recursive \
374 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
375 all-recursive check-recursive installcheck-recursive info-recursive \
376 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
377 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
378 distclean-tags clean-tags maintainer-clean-tags distdir \
379 mostlyclean-depend distclean-depend clean-depend \
380 maintainer-clean-depend info dvi installcheck all-am install-exec-am \
381 uninstall-am install-exec install-data install uninstall all \
382 installdirs mostlyclean-generic distclean-generic clean-generic \
383 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
384
385
386 INCLUDES += -I..
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: