~ubuntu-branches/ubuntu/quantal/flightgear/quantal

« back to all changes in this revision

Viewing changes to src/Airports/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2002-03-27 21:50:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020327215015-0rvi3o8iml0a8s93
Tags: upstream-0.7.9
ImportĀ upstreamĀ versionĀ 0.7.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 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 = @SHELL@
 
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
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ../..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
AR = @AR@
 
61
CC = @CC@
 
62
CPP = @CPP@
 
63
CXX = @CXX@
 
64
LN_S = @LN_S@
 
65
MAKEINFO = @MAKEINFO@
 
66
PACKAGE = @PACKAGE@
 
67
RANLIB = @RANLIB@
 
68
VERSION = @VERSION@
 
69
audio_LIBS = @audio_LIBS@
 
70
base_LIBS = @base_LIBS@
 
71
opengl_LIBS = @opengl_LIBS@
 
72
 
 
73
noinst_LIBRARIES = libAirports.a
 
74
 
 
75
noinst_PROGRAMS = gensimple genrunways
 
76
 
 
77
libAirports_a_SOURCES =         runways.cxx runways.hxx         simple.cxx simple.hxx
 
78
 
 
79
 
 
80
gensimple_SOURCES = gensimple.cxx
 
81
gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
82
 
 
83
genrunways_SOURCES = genrunways.cxx
 
84
genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
85
@OLD_AUTOMAKE_TRUE@INCLUDES =  -I$(top_srcdir) -I$(top_srcdir)/src
 
86
@OLD_AUTOMAKE_FALSE@INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
87
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
88
CONFIG_HEADER = ../../src/Include/config.h
 
89
CONFIG_CLEAN_FILES = 
 
90
LIBRARIES =  $(noinst_LIBRARIES)
 
91
 
 
92
 
 
93
DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/Include
 
94
CPPFLAGS = @CPPFLAGS@
 
95
LDFLAGS = @LDFLAGS@
 
96
LIBS = @LIBS@
 
97
X_CFLAGS = @X_CFLAGS@
 
98
X_LIBS = @X_LIBS@
 
99
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
100
X_PRE_LIBS = @X_PRE_LIBS@
 
101
libAirports_a_LIBADD = 
 
102
libAirports_a_OBJECTS =  runways.o simple.o
 
103
PROGRAMS =  $(noinst_PROGRAMS)
 
104
 
 
105
gensimple_OBJECTS =  gensimple.o
 
106
gensimple_DEPENDENCIES =  libAirports.a
 
107
gensimple_LDFLAGS = 
 
108
genrunways_OBJECTS =  genrunways.o
 
109
genrunways_DEPENDENCIES =  libAirports.a
 
110
genrunways_LDFLAGS = 
 
111
CXXFLAGS = @CXXFLAGS@
 
112
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
113
CXXLD = $(CXX)
 
114
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
115
CFLAGS = @CFLAGS@
 
116
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
117
CCLD = $(CC)
 
118
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
119
DIST_COMMON =  Makefile.am Makefile.in
 
120
 
 
121
 
 
122
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
123
 
 
124
TAR = tar
 
125
GZIP_ENV = --best
 
126
SOURCES = $(libAirports_a_SOURCES) $(gensimple_SOURCES) $(genrunways_SOURCES)
 
127
OBJECTS = $(libAirports_a_OBJECTS) $(gensimple_OBJECTS) $(genrunways_OBJECTS)
 
128
 
 
129
all: all-redirect
 
130
.SUFFIXES:
 
131
.SUFFIXES: .S .c .cxx .o .s
 
132
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
133
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Airports/Makefile
 
134
 
 
135
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
136
        cd $(top_builddir) \
 
137
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
138
 
 
139
 
 
140
mostlyclean-noinstLIBRARIES:
 
141
 
 
142
clean-noinstLIBRARIES:
 
143
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
144
 
 
145
distclean-noinstLIBRARIES:
 
146
 
 
147
maintainer-clean-noinstLIBRARIES:
 
148
 
 
149
.c.o:
 
150
        $(COMPILE) -c $<
 
151
 
 
152
.s.o:
 
153
        $(COMPILE) -c $<
 
154
 
 
155
.S.o:
 
156
        $(COMPILE) -c $<
 
157
 
 
158
mostlyclean-compile:
 
159
        -rm -f *.o core *.core
 
160
 
 
161
clean-compile:
 
162
 
 
163
distclean-compile:
 
164
        -rm -f *.tab.c
 
165
 
 
166
maintainer-clean-compile:
 
167
 
 
168
libAirports.a: $(libAirports_a_OBJECTS) $(libAirports_a_DEPENDENCIES)
 
169
        -rm -f libAirports.a
 
170
        $(AR) cru libAirports.a $(libAirports_a_OBJECTS) $(libAirports_a_LIBADD)
 
171
        $(RANLIB) libAirports.a
 
172
 
 
173
mostlyclean-noinstPROGRAMS:
 
174
 
 
175
clean-noinstPROGRAMS:
 
176
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
177
 
 
178
distclean-noinstPROGRAMS:
 
179
 
 
180
maintainer-clean-noinstPROGRAMS:
 
181
 
 
182
gensimple: $(gensimple_OBJECTS) $(gensimple_DEPENDENCIES)
 
183
        @rm -f gensimple
 
184
        $(CXXLINK) $(gensimple_LDFLAGS) $(gensimple_OBJECTS) $(gensimple_LDADD) $(LIBS)
 
185
 
 
186
genrunways: $(genrunways_OBJECTS) $(genrunways_DEPENDENCIES)
 
187
        @rm -f genrunways
 
188
        $(CXXLINK) $(genrunways_LDFLAGS) $(genrunways_OBJECTS) $(genrunways_LDADD) $(LIBS)
 
189
.cxx.o:
 
190
        $(CXXCOMPILE) -c $<
 
191
 
 
192
tags: TAGS
 
193
 
 
194
ID: $(HEADERS) $(SOURCES) $(LISP)
 
195
        list='$(SOURCES) $(HEADERS)'; \
 
196
        unique=`for i in $$list; do echo $$i; done | \
 
197
          awk '    { files[$$0] = 1; } \
 
198
               END { for (i in files) print i; }'`; \
 
199
        here=`pwd` && cd $(srcdir) \
 
200
          && mkid -f$$here/ID $$unique $(LISP)
 
201
 
 
202
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
203
        tags=; \
 
204
        here=`pwd`; \
 
205
        list='$(SOURCES) $(HEADERS)'; \
 
206
        unique=`for i in $$list; do echo $$i; done | \
 
207
          awk '    { files[$$0] = 1; } \
 
208
               END { for (i in files) print i; }'`; \
 
209
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
210
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
211
 
 
212
mostlyclean-tags:
 
213
 
 
214
clean-tags:
 
215
 
 
216
distclean-tags:
 
217
        -rm -f TAGS ID
 
218
 
 
219
maintainer-clean-tags:
 
220
 
 
221
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
222
 
 
223
subdir = src/Airports
 
224
 
 
225
distdir: $(DISTFILES)
 
226
        @for file in $(DISTFILES); do \
 
227
          d=$(srcdir); \
 
228
          if test -d $$d/$$file; then \
 
229
            cp -pr $$d/$$file $(distdir)/$$file; \
 
230
          else \
 
231
            test -f $(distdir)/$$file \
 
232
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
233
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
234
          fi; \
 
235
        done
 
236
genrunways.o: genrunways.cxx runways.hxx ../../src/Include/config.h
 
237
gensimple.o: gensimple.cxx simple.hxx ../../src/Include/config.h
 
238
runways.o: runways.cxx ../../src/Include/config.h runways.hxx
 
239
simple.o: simple.cxx ../../src/Include/config.h simple.hxx
 
240
 
 
241
info-am:
 
242
info: info-am
 
243
dvi-am:
 
244
dvi: dvi-am
 
245
check-am: all-am
 
246
check: check-am
 
247
installcheck-am:
 
248
installcheck: installcheck-am
 
249
install-exec-am:
 
250
install-exec: install-exec-am
 
251
 
 
252
install-data-am:
 
253
install-data: install-data-am
 
254
 
 
255
install-am: all-am
 
256
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
257
install: install-am
 
258
uninstall-am:
 
259
uninstall: uninstall-am
 
260
all-am: Makefile $(LIBRARIES) $(PROGRAMS)
 
261
all-redirect: all-am
 
262
install-strip:
 
263
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
264
installdirs:
 
265
 
 
266
 
 
267
mostlyclean-generic:
 
268
 
 
269
clean-generic:
 
270
 
 
271
distclean-generic:
 
272
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
273
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
274
 
 
275
maintainer-clean-generic:
 
276
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
277
                mostlyclean-noinstPROGRAMS mostlyclean-tags \
 
278
                mostlyclean-generic
 
279
 
 
280
mostlyclean: mostlyclean-am
 
281
 
 
282
clean-am:  clean-noinstLIBRARIES clean-compile clean-noinstPROGRAMS \
 
283
                clean-tags clean-generic mostlyclean-am
 
284
 
 
285
clean: clean-am
 
286
 
 
287
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
288
                distclean-noinstPROGRAMS distclean-tags \
 
289
                distclean-generic clean-am
 
290
 
 
291
distclean: distclean-am
 
292
 
 
293
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
294
                maintainer-clean-compile \
 
295
                maintainer-clean-noinstPROGRAMS maintainer-clean-tags \
 
296
                maintainer-clean-generic distclean-am
 
297
        @echo "This command is intended for maintainers to use;"
 
298
        @echo "it deletes files that may require special tools to rebuild."
 
299
 
 
300
maintainer-clean: maintainer-clean-am
 
301
 
 
302
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
303
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
304
mostlyclean-compile distclean-compile clean-compile \
 
305
maintainer-clean-compile mostlyclean-noinstPROGRAMS \
 
306
distclean-noinstPROGRAMS clean-noinstPROGRAMS \
 
307
maintainer-clean-noinstPROGRAMS tags mostlyclean-tags distclean-tags \
 
308
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
309
check-am installcheck-am installcheck install-exec-am install-exec \
 
310
install-data-am install-data install-am install uninstall-am uninstall \
 
311
all-redirect all-am all installdirs mostlyclean-generic \
 
312
distclean-generic clean-generic maintainer-clean-generic clean \
 
313
mostlyclean distclean maintainer-clean
 
314
 
 
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: