]> git.mxchange.org Git - flightgear.git/blob - Aircraft/Makefile.in
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Aircraft / 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 libdir  = ${exec_prefix}/lib
74
75 lib_LTLIBRARIES = libAircraft.la
76 libAircraft_la_SOURCES = aircraft.c aircraft.h
77 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
78 CONFIG_HEADER = ../../Include/config.h
79 CONFIG_CLEAN_FILES = 
80 LTLIBRARIES =  $(lib_LTLIBRARIES)
81
82
83 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
84 CPPFLAGS = @CPPFLAGS@
85 LDFLAGS = @LDFLAGS@
86 LIBS = @LIBS@
87 X_CFLAGS = @X_CFLAGS@
88 X_LIBS = @X_LIBS@
89 X_EXTRA_LIBS = @X_EXTRA_LIBS@
90 X_PRE_LIBS = @X_PRE_LIBS@
91 libAircraft_la_LDFLAGS = 
92 libAircraft_la_LIBADD = 
93 libAircraft_la_OBJECTS =  aircraft.lo
94 CFLAGS = @CFLAGS@
95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
96 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
97 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  Makefile.am Makefile.in
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP = --best
105 DEP_FILES =  .deps/aircraft.P
106 SOURCES = $(libAircraft_la_SOURCES)
107 OBJECTS = $(libAircraft_la_OBJECTS)
108
109 all: Makefile $(LTLIBRARIES)
110
111 .SUFFIXES:
112 .SUFFIXES: .S .c .lo .o .s
113 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
114         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Aircraft/Makefile
115
116 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
117         cd $(top_builddir) \
118           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
119
120
121 mostlyclean-libLTLIBRARIES:
122
123 clean-libLTLIBRARIES:
124         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
125
126 distclean-libLTLIBRARIES:
127
128 maintainer-clean-libLTLIBRARIES:
129
130 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
131         @$(NORMAL_INSTALL)
132         $(mkinstalldirs) $(DESTDIR)$(libdir)
133         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
134           if test -f $$p; then \
135             echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
136             $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
137           else :; fi; \
138         done
139
140 uninstall-libLTLIBRARIES:
141         @$(NORMAL_UNINSTALL)
142         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
143           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
144         done
145
146 .s.o:
147         $(COMPILE) -c $<
148
149 .S.o:
150         $(COMPILE) -c $<
151
152 mostlyclean-compile:
153         -rm -f *.o core *.core
154
155 clean-compile:
156
157 distclean-compile:
158         -rm -f *.tab.c
159
160 maintainer-clean-compile:
161
162 .s.lo:
163         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
164
165 .S.lo:
166         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
167
168 mostlyclean-libtool:
169         -rm -f *.lo
170
171 clean-libtool:
172         -rm -rf .libs _libs
173
174 distclean-libtool:
175
176 maintainer-clean-libtool:
177
178 libAircraft.la: $(libAircraft_la_OBJECTS) $(libAircraft_la_DEPENDENCIES)
179         $(LINK) -rpath $(libdir) $(libAircraft_la_LDFLAGS) $(libAircraft_la_OBJECTS) $(libAircraft_la_LIBADD) $(LIBS)
180
181 tags: TAGS
182
183 ID: $(HEADERS) $(SOURCES) $(LISP)
184         here=`pwd` && cd $(srcdir) \
185           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
186
187 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
188         tags=; \
189         here=`pwd`; \
190         list='$(SOURCES) $(HEADERS)'; \
191         unique=`for i in $$list; do echo $$i; done | \
192           awk '    { files[$$0] = 1; } \
193                END { for (i in files) print i; }'`; \
194         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
195           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
196
197 mostlyclean-tags:
198
199 clean-tags:
200
201 distclean-tags:
202         -rm -f TAGS ID
203
204 maintainer-clean-tags:
205
206 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
207
208 subdir = Simulator/Aircraft
209
210 distdir: $(DISTFILES)
211         here=`cd $(top_builddir) && pwd`; \
212         top_distdir=`cd $(top_distdir) && pwd`; \
213         distdir=`cd $(distdir) && pwd`; \
214         cd $(top_srcdir) \
215           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Aircraft/Makefile
216         @for file in $(DISTFILES); do \
217           d=$(srcdir); \
218           test -f $(distdir)/$$file \
219           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220           || cp -p $$d/$$file $(distdir)/$$file; \
221         done
222
223 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
224
225 -include $(DEP_FILES)
226
227 mostlyclean-depend:
228
229 clean-depend:
230
231 distclean-depend:
232
233 maintainer-clean-depend:
234         -rm -rf .deps
235
236 %.o: %.c
237         @echo '$(COMPILE) -c $<'; \
238         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
239
240 %.lo: %.c
241         @echo '$(LTCOMPILE) -c $<'; \
242         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
243         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
244           < .deps/$(*F).p > .deps/$(*F).P
245         @-rm -f .deps/$(*F).p
246 info:
247 dvi:
248 check: all
249         $(MAKE)
250 installcheck:
251 install-exec: install-libLTLIBRARIES
252         @$(NORMAL_INSTALL)
253
254 install-data: 
255         @$(NORMAL_INSTALL)
256
257 install: install-exec install-data all
258         @:
259
260 uninstall: uninstall-libLTLIBRARIES
261
262 install-strip:
263         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
264 installdirs:
265         $(mkinstalldirs)  $(DATADIR)$(libdir)
266
267
268 mostlyclean-generic:
269         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
270
271 clean-generic:
272         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
273
274 distclean-generic:
275         -rm -f Makefile $(DISTCLEANFILES)
276         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
277         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
278
279 maintainer-clean-generic:
280         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
281         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
282 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
283                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
284                 mostlyclean-generic
285
286 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
287                 clean-depend clean-generic mostlyclean
288
289 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
290                 distclean-tags distclean-depend distclean-generic clean
291         -rm -f config.status
292         -rm -f libtool
293
294 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
295                 maintainer-clean-compile maintainer-clean-libtool \
296                 maintainer-clean-tags maintainer-clean-depend \
297                 maintainer-clean-generic distclean
298         @echo "This command is intended for maintainers to use;"
299         @echo "it deletes files that may require special tools to rebuild."
300
301 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
302 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
303 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
304 distclean-compile clean-compile maintainer-clean-compile \
305 mostlyclean-libtool distclean-libtool clean-libtool \
306 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
307 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
308 distclean-depend clean-depend maintainer-clean-depend info dvi \
309 installcheck install-exec install-data install uninstall all \
310 installdirs mostlyclean-generic distclean-generic clean-generic \
311 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
312
313
314 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
315
316 # Tell versions [3.59,3.63) of GNU make to not export all variables.
317 # Otherwise a system limit (for SysV at least) may be exceeded.
318 .NOEXPORT: