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

« back to all changes in this revision

Viewing changes to src/Weather/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
# libdir        = ${exec_prefix}/lib
 
14
# lib_LTLIBRARIES = libWeather.la
 
15
# libWeather_la_SOURCES = weather.c weather.h
 
16
 
 
17
 
 
18
SHELL = @SHELL@
 
19
 
 
20
srcdir = @srcdir@
 
21
top_srcdir = @top_srcdir@
 
22
VPATH = @srcdir@
 
23
prefix = @prefix@
 
24
exec_prefix = @exec_prefix@
 
25
 
 
26
bindir = @bindir@
 
27
sbindir = @sbindir@
 
28
libexecdir = @libexecdir@
 
29
datadir = @datadir@
 
30
sysconfdir = @sysconfdir@
 
31
sharedstatedir = @sharedstatedir@
 
32
localstatedir = @localstatedir@
 
33
libdir = @libdir@
 
34
infodir = @infodir@
 
35
mandir = @mandir@
 
36
includedir = @includedir@
 
37
oldincludedir = /usr/include
 
38
 
 
39
DESTDIR =
 
40
 
 
41
pkgdatadir = $(datadir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
 
44
 
 
45
top_builddir = ../..
 
46
 
 
47
ACLOCAL = @ACLOCAL@
 
48
AUTOCONF = @AUTOCONF@
 
49
AUTOMAKE = @AUTOMAKE@
 
50
AUTOHEADER = @AUTOHEADER@
 
51
 
 
52
INSTALL = @INSTALL@
 
53
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
54
INSTALL_DATA = @INSTALL_DATA@
 
55
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
56
transform = @program_transform_name@
 
57
 
 
58
NORMAL_INSTALL = :
 
59
PRE_INSTALL = :
 
60
POST_INSTALL = :
 
61
NORMAL_UNINSTALL = :
 
62
PRE_UNINSTALL = :
 
63
POST_UNINSTALL = :
 
64
AR = @AR@
 
65
CC = @CC@
 
66
CPP = @CPP@
 
67
CXX = @CXX@
 
68
LN_S = @LN_S@
 
69
MAKEINFO = @MAKEINFO@
 
70
PACKAGE = @PACKAGE@
 
71
RANLIB = @RANLIB@
 
72
VERSION = @VERSION@
 
73
audio_LIBS = @audio_LIBS@
 
74
base_LIBS = @base_LIBS@
 
75
opengl_LIBS = @opengl_LIBS@
 
76
 
 
77
noinst_LIBRARIES = libWeather.a
 
78
 
 
79
libWeather_a_SOURCES = weather.cxx weather.hxx
 
80
@OLD_AUTOMAKE_TRUE@INCLUDES =  -I$(top_srcdir) -I$(top_srcdir)/src
 
81
@OLD_AUTOMAKE_FALSE@INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
 
82
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
83
CONFIG_HEADER = ../../src/Include/config.h
 
84
CONFIG_CLEAN_FILES = 
 
85
LIBRARIES =  $(noinst_LIBRARIES)
 
86
 
 
87
 
 
88
DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/Include
 
89
CPPFLAGS = @CPPFLAGS@
 
90
LDFLAGS = @LDFLAGS@
 
91
LIBS = @LIBS@
 
92
X_CFLAGS = @X_CFLAGS@
 
93
X_LIBS = @X_LIBS@
 
94
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
95
X_PRE_LIBS = @X_PRE_LIBS@
 
96
libWeather_a_LIBADD = 
 
97
libWeather_a_OBJECTS =  weather.o
 
98
CXXFLAGS = @CXXFLAGS@
 
99
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
100
CXXLD = $(CXX)
 
101
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
 
102
CFLAGS = @CFLAGS@
 
103
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
104
CCLD = $(CC)
 
105
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
106
DIST_COMMON =  Makefile.am Makefile.in
 
107
 
 
108
 
 
109
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
110
 
 
111
TAR = tar
 
112
GZIP_ENV = --best
 
113
SOURCES = $(libWeather_a_SOURCES)
 
114
OBJECTS = $(libWeather_a_OBJECTS)
 
115
 
 
116
all: all-redirect
 
117
.SUFFIXES:
 
118
.SUFFIXES: .S .c .cxx .o .s
 
119
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
120
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Weather/Makefile
 
121
 
 
122
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
123
        cd $(top_builddir) \
 
124
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
125
 
 
126
 
 
127
mostlyclean-noinstLIBRARIES:
 
128
 
 
129
clean-noinstLIBRARIES:
 
130
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
131
 
 
132
distclean-noinstLIBRARIES:
 
133
 
 
134
maintainer-clean-noinstLIBRARIES:
 
135
 
 
136
.c.o:
 
137
        $(COMPILE) -c $<
 
138
 
 
139
.s.o:
 
140
        $(COMPILE) -c $<
 
141
 
 
142
.S.o:
 
143
        $(COMPILE) -c $<
 
144
 
 
145
mostlyclean-compile:
 
146
        -rm -f *.o core *.core
 
147
 
 
148
clean-compile:
 
149
 
 
150
distclean-compile:
 
151
        -rm -f *.tab.c
 
152
 
 
153
maintainer-clean-compile:
 
154
 
 
155
libWeather.a: $(libWeather_a_OBJECTS) $(libWeather_a_DEPENDENCIES)
 
156
        -rm -f libWeather.a
 
157
        $(AR) cru libWeather.a $(libWeather_a_OBJECTS) $(libWeather_a_LIBADD)
 
158
        $(RANLIB) libWeather.a
 
159
.cxx.o:
 
160
        $(CXXCOMPILE) -c $<
 
161
 
 
162
tags: TAGS
 
163
 
 
164
ID: $(HEADERS) $(SOURCES) $(LISP)
 
165
        list='$(SOURCES) $(HEADERS)'; \
 
166
        unique=`for i in $$list; do echo $$i; done | \
 
167
          awk '    { files[$$0] = 1; } \
 
168
               END { for (i in files) print i; }'`; \
 
169
        here=`pwd` && cd $(srcdir) \
 
170
          && mkid -f$$here/ID $$unique $(LISP)
 
171
 
 
172
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
173
        tags=; \
 
174
        here=`pwd`; \
 
175
        list='$(SOURCES) $(HEADERS)'; \
 
176
        unique=`for i in $$list; do echo $$i; done | \
 
177
          awk '    { files[$$0] = 1; } \
 
178
               END { for (i in files) print i; }'`; \
 
179
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
180
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
181
 
 
182
mostlyclean-tags:
 
183
 
 
184
clean-tags:
 
185
 
 
186
distclean-tags:
 
187
        -rm -f TAGS ID
 
188
 
 
189
maintainer-clean-tags:
 
190
 
 
191
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
192
 
 
193
subdir = src/Weather
 
194
 
 
195
distdir: $(DISTFILES)
 
196
        @for file in $(DISTFILES); do \
 
197
          d=$(srcdir); \
 
198
          if test -d $$d/$$file; then \
 
199
            cp -pr $$d/$$file $(distdir)/$$file; \
 
200
          else \
 
201
            test -f $(distdir)/$$file \
 
202
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
203
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
204
          fi; \
 
205
        done
 
206
 
 
207
info-am:
 
208
info: info-am
 
209
dvi-am:
 
210
dvi: dvi-am
 
211
check-am: all-am
 
212
check: check-am
 
213
installcheck-am:
 
214
installcheck: installcheck-am
 
215
install-exec-am:
 
216
install-exec: install-exec-am
 
217
 
 
218
install-data-am:
 
219
install-data: install-data-am
 
220
 
 
221
install-am: all-am
 
222
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
223
install: install-am
 
224
uninstall-am:
 
225
uninstall: uninstall-am
 
226
all-am: Makefile $(LIBRARIES)
 
227
all-redirect: all-am
 
228
install-strip:
 
229
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
230
installdirs:
 
231
 
 
232
 
 
233
mostlyclean-generic:
 
234
 
 
235
clean-generic:
 
236
 
 
237
distclean-generic:
 
238
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
239
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
240
 
 
241
maintainer-clean-generic:
 
242
mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
 
243
                mostlyclean-tags mostlyclean-generic
 
244
 
 
245
mostlyclean: mostlyclean-am
 
246
 
 
247
clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
 
248
                mostlyclean-am
 
249
 
 
250
clean: clean-am
 
251
 
 
252
distclean-am:  distclean-noinstLIBRARIES distclean-compile \
 
253
                distclean-tags distclean-generic clean-am
 
254
 
 
255
distclean: distclean-am
 
256
 
 
257
maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
 
258
                maintainer-clean-compile maintainer-clean-tags \
 
259
                maintainer-clean-generic distclean-am
 
260
        @echo "This command is intended for maintainers to use;"
 
261
        @echo "it deletes files that may require special tools to rebuild."
 
262
 
 
263
maintainer-clean: maintainer-clean-am
 
264
 
 
265
.PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
 
266
clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
 
267
mostlyclean-compile distclean-compile clean-compile \
 
268
maintainer-clean-compile tags mostlyclean-tags distclean-tags \
 
269
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
270
check-am installcheck-am installcheck install-exec-am install-exec \
 
271
install-data-am install-data install-am install uninstall-am uninstall \
 
272
all-redirect all-am all installdirs mostlyclean-generic \
 
273
distclean-generic clean-generic maintainer-clean-generic clean \
 
274
mostlyclean distclean maintainer-clean
 
275
 
 
276
 
 
277
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
278
# Otherwise a system limit (for SysV at least) may be exceeded.
 
279
.NOEXPORT: