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