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