]> git.mxchange.org Git - flightgear.git/blob - Cockpit/Makefile.in
C++-ifing the code a bit.
[flightgear.git] / Cockpit / 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 = libCockpit.la
76 libCockpit_la_SOURCES = \
77         cockpit.cxx cockpit.hxx \
78         hud.cxx hud.hxx
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = ../../Include/config.h
81 CONFIG_CLEAN_FILES = 
82 LTLIBRARIES =  $(lib_LTLIBRARIES)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 X_CFLAGS = @X_CFLAGS@
90 X_LIBS = @X_LIBS@
91 X_EXTRA_LIBS = @X_EXTRA_LIBS@
92 X_PRE_LIBS = @X_PRE_LIBS@
93 libCockpit_la_LDFLAGS = 
94 libCockpit_la_LIBADD = 
95 libCockpit_la_OBJECTS =  cockpit.lo hud.lo
96 CXXFLAGS = @CXXFLAGS@
97 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
98 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
99 CXXLINK = $(LIBTOOL) --mode=link $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@
100 DIST_COMMON =  Makefile.am Makefile.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP = --best
107 DEP_FILES =  .deps/cockpit.P .deps/hud.P
108 CXXMKDEP = $(CXX) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS)
109 SOURCES = $(libCockpit_la_SOURCES)
110 OBJECTS = $(libCockpit_la_OBJECTS)
111
112 all: Makefile $(LTLIBRARIES)
113
114 .SUFFIXES:
115 .SUFFIXES: .S .c .cxx .lo .o .s
116 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
117         cd $(top_srcdir) && $(AUTOMAKE) --gnu Simulator/Cockpit/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 libCockpit.la: $(libCockpit_la_OBJECTS) $(libCockpit_la_DEPENDENCIES)
182         $(CXXLINK) -rpath $(libdir) $(libCockpit_la_LDFLAGS) $(libCockpit_la_OBJECTS) $(libCockpit_la_LIBADD) $(LIBS)
183 .cxx.o:
184         $(CXXCOMPILE) -c $<
185 .cxx.lo:
186         $(LTCXXCOMPILE) -c $<
187
188 tags: TAGS
189
190 ID: $(HEADERS) $(SOURCES) $(LISP)
191         here=`pwd` && cd $(srcdir) \
192           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
193
194 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
195         tags=; \
196         here=`pwd`; \
197         list='$(SOURCES) $(HEADERS)'; \
198         unique=`for i in $$list; do echo $$i; done | \
199           awk '    { files[$$0] = 1; } \
200                END { for (i in files) print i; }'`; \
201         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
202           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
203
204 mostlyclean-tags:
205
206 clean-tags:
207
208 distclean-tags:
209         -rm -f TAGS ID
210
211 maintainer-clean-tags:
212
213 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
214
215 subdir = Simulator/Cockpit
216
217 distdir: $(DISTFILES)
218         here=`cd $(top_builddir) && pwd`; \
219         top_distdir=`cd $(top_distdir) && pwd`; \
220         distdir=`cd $(distdir) && pwd`; \
221         cd $(top_srcdir) \
222           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Simulator/Cockpit/Makefile
223         @for file in $(DISTFILES); do \
224           d=$(srcdir); \
225           test -f $(distdir)/$$file \
226           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
227           || cp -p $$d/$$file $(distdir)/$$file; \
228         done
229
230 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
231
232 -include $(DEP_FILES)
233
234 mostlyclean-depend:
235
236 clean-depend:
237
238 distclean-depend:
239
240 maintainer-clean-depend:
241         -rm -rf .deps
242
243 %.o: %.c
244         @echo '$(COMPILE) -c $<'; \
245         $(COMPILE) -Wp,-MD,.deps/$(*F).P -c $<
246
247 %.lo: %.c
248         @echo '$(LTCOMPILE) -c $<'; \
249         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
250         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
251           < .deps/$(*F).p > .deps/$(*F).P
252         @-rm -f .deps/$(*F).p
253
254 %.o: %.cxx
255         @echo '$(CXXCOMPILE) -c $<'; \
256         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).P -c $<
257
258 %.lo: %.cxx
259         @echo '$(LTCXXCOMPILE) -c $<'; \
260         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).p -c $<
261         @-sed -e 's/^\([^:]*\)\.o:/\1.lo \1.o:/' \
262           < .deps/$(*F).p > .deps/$(*F).P
263         @-rm -f .deps/$(*F).p
264 info:
265 dvi:
266 check: all
267         $(MAKE)
268 installcheck:
269 install-exec: install-libLTLIBRARIES
270         @$(NORMAL_INSTALL)
271
272 install-data: 
273         @$(NORMAL_INSTALL)
274
275 install: install-exec install-data all
276         @:
277
278 uninstall: uninstall-libLTLIBRARIES
279
280 install-strip:
281         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
282 installdirs:
283         $(mkinstalldirs)  $(DATADIR)$(libdir)
284
285
286 mostlyclean-generic:
287         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
288
289 clean-generic:
290         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
291
292 distclean-generic:
293         -rm -f Makefile $(DISTCLEANFILES)
294         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
295         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
296
297 maintainer-clean-generic:
298         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
299         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
300 mostlyclean:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
301                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
302                 mostlyclean-generic
303
304 clean:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
305                 clean-depend clean-generic mostlyclean
306
307 distclean:  distclean-libLTLIBRARIES distclean-compile distclean-libtool \
308                 distclean-tags distclean-depend distclean-generic clean
309         -rm -f config.status
310         -rm -f libtool
311
312 maintainer-clean:  maintainer-clean-libLTLIBRARIES \
313                 maintainer-clean-compile maintainer-clean-libtool \
314                 maintainer-clean-tags maintainer-clean-depend \
315                 maintainer-clean-generic distclean
316         @echo "This command is intended for maintainers to use;"
317         @echo "it deletes files that may require special tools to rebuild."
318
319 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
320 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
321 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
322 distclean-compile clean-compile maintainer-clean-compile \
323 mostlyclean-libtool distclean-libtool clean-libtool \
324 maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
325 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
326 distclean-depend clean-depend maintainer-clean-depend info dvi \
327 installcheck install-exec install-data install uninstall all \
328 installdirs mostlyclean-generic distclean-generic clean-generic \
329 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
330
331
332 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator
333
334 # Tell versions [3.59,3.63) of GNU make to not export all variables.
335 # Otherwise a system limit (for SysV at least) may be exceeded.
336 .NOEXPORT: