~ubuntu-branches/ubuntu/maverick/bumprace/maverick

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christian T. Steigies
  • Date: 2002-04-13 17:39:40 UTC
  • Revision ID: james.westby@ubuntu.com-20020413173940-n9k99o4wvsw4ztkp
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

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
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
CC = @CC@
 
63
MAKEINFO = @MAKEINFO@
 
64
MATHLIB = @MATHLIB@
 
65
PACKAGE = @PACKAGE@
 
66
RANLIB = @RANLIB@
 
67
SDL_CFLAGS = @SDL_CFLAGS@
 
68
SDL_CONFIG = @SDL_CONFIG@
 
69
SDL_LIBS = @SDL_LIBS@
 
70
VERSION = @VERSION@
 
71
 
 
72
SUBDIRS = gfx sound
 
73
 
 
74
generaldir = $(datadir)/@PACKAGE@
 
75
 
 
76
general_DATA = 
 
77
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
78
CONFIG_CLEAN_FILES = 
 
79
DATA =  $(general_DATA)
 
80
 
 
81
DIST_COMMON =  Makefile.am Makefile.in
 
82
 
 
83
 
 
84
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
85
 
 
86
TAR = tar
 
87
GZIP_ENV = --best
 
88
all: all-redirect
 
89
.SUFFIXES:
 
90
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
91
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps data/Makefile
 
92
 
 
93
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
94
        cd $(top_builddir) \
 
95
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
96
 
 
97
 
 
98
install-generalDATA: $(general_DATA)
 
99
        @$(NORMAL_INSTALL)
 
100
        $(mkinstalldirs) $(DESTDIR)$(generaldir)
 
101
        @list='$(general_DATA)'; for p in $$list; do \
 
102
          if test -f $(srcdir)/$$p; then \
 
103
            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(generaldir)/$$p"; \
 
104
            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(generaldir)/$$p; \
 
105
          else if test -f $$p; then \
 
106
            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(generaldir)/$$p"; \
 
107
            $(INSTALL_DATA) $$p $(DESTDIR)$(generaldir)/$$p; \
 
108
          fi; fi; \
 
109
        done
 
110
 
 
111
uninstall-generalDATA:
 
112
        @$(NORMAL_UNINSTALL)
 
113
        list='$(general_DATA)'; for p in $$list; do \
 
114
          rm -f $(DESTDIR)$(generaldir)/$$p; \
 
115
        done
 
116
 
 
117
# This directory's subdirectories are mostly independent; you can cd
 
118
# into them and run `make' without going through this Makefile.
 
119
# To change the values of `make' variables: instead of editing Makefiles,
 
120
# (1) if the variable is set in `config.status', edit `config.status'
 
121
#     (which will cause the Makefiles to be regenerated when you run `make');
 
122
# (2) otherwise, pass the desired values on the `make' command line.
 
123
 
 
124
@SET_MAKE@
 
125
 
 
126
all-recursive install-data-recursive install-exec-recursive \
 
127
installdirs-recursive install-recursive uninstall-recursive  \
 
128
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
129
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
130
        dot_seen=no; \
 
131
        target=`echo $@ | sed s/-recursive//`; \
 
132
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
133
          echo "Making $$target in $$subdir"; \
 
134
          if test "$$subdir" = "."; then \
 
135
            dot_seen=yes; \
 
136
            local_target="$$target-am"; \
 
137
          else \
 
138
            local_target="$$target"; \
 
139
          fi; \
 
140
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
141
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
142
        done; \
 
143
        if test "$$dot_seen" = "no"; then \
 
144
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
145
        fi; test -z "$$fail"
 
146
 
 
147
mostlyclean-recursive clean-recursive distclean-recursive \
 
148
maintainer-clean-recursive:
 
149
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
150
        dot_seen=no; \
 
151
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
152
          rev="$$subdir $$rev"; \
 
153
          test "$$subdir" = "." && dot_seen=yes; \
 
154
        done; \
 
155
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
156
        target=`echo $@ | sed s/-recursive//`; \
 
157
        for subdir in $$rev; do \
 
158
          echo "Making $$target in $$subdir"; \
 
159
          if test "$$subdir" = "."; then \
 
160
            local_target="$$target-am"; \
 
161
          else \
 
162
            local_target="$$target"; \
 
163
          fi; \
 
164
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
165
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
166
        done && test -z "$$fail"
 
167
tags-recursive:
 
168
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
169
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
170
        done
 
171
 
 
172
tags: TAGS
 
173
 
 
174
ID: $(HEADERS) $(SOURCES) $(LISP)
 
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
        here=`pwd` && cd $(srcdir) \
 
180
          && mkid -f$$here/ID $$unique $(LISP)
 
181
 
 
182
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
183
        tags=; \
 
184
        here=`pwd`; \
 
185
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
186
   if test "$$subdir" = .; then :; else \
 
187
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
188
   fi; \
 
189
        done; \
 
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 = data
 
209
 
 
210
distdir: $(DISTFILES)
 
211
        @for file in $(DISTFILES); do \
 
212
          d=$(srcdir); \
 
213
          if test -d $$d/$$file; then \
 
214
            cp -pr $$d/$$file $(distdir)/$$file; \
 
215
          else \
 
216
            test -f $(distdir)/$$file \
 
217
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
218
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
219
          fi; \
 
220
        done
 
221
        for subdir in $(SUBDIRS); do \
 
222
          if test "$$subdir" = .; then :; else \
 
223
            test -d $(distdir)/$$subdir \
 
224
            || mkdir $(distdir)/$$subdir \
 
225
            || exit 1; \
 
226
            chmod 777 $(distdir)/$$subdir; \
 
227
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
228
              || exit 1; \
 
229
          fi; \
 
230
        done
 
231
info-am:
 
232
info: info-recursive
 
233
dvi-am:
 
234
dvi: dvi-recursive
 
235
check-am: all-am
 
236
check: check-recursive
 
237
installcheck-am:
 
238
installcheck: installcheck-recursive
 
239
install-exec-am:
 
240
install-exec: install-exec-recursive
 
241
 
 
242
install-data-am: install-generalDATA
 
243
install-data: install-data-recursive
 
244
 
 
245
install-am: all-am
 
246
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
247
install: install-recursive
 
248
uninstall-am: uninstall-generalDATA
 
249
uninstall: uninstall-recursive
 
250
all-am: Makefile $(DATA)
 
251
all-redirect: all-recursive
 
252
install-strip:
 
253
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
254
installdirs: installdirs-recursive
 
255
installdirs-am:
 
256
        $(mkinstalldirs)  $(DESTDIR)$(generaldir)
 
257
 
 
258
 
 
259
mostlyclean-generic:
 
260
 
 
261
clean-generic:
 
262
 
 
263
distclean-generic:
 
264
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
265
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
266
 
 
267
maintainer-clean-generic:
 
268
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
269
 
 
270
mostlyclean: mostlyclean-recursive
 
271
 
 
272
clean-am:  clean-tags clean-generic mostlyclean-am
 
273
 
 
274
clean: clean-recursive
 
275
 
 
276
distclean-am:  distclean-tags distclean-generic clean-am
 
277
 
 
278
distclean: distclean-recursive
 
279
 
 
280
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
281
                distclean-am
 
282
        @echo "This command is intended for maintainers to use;"
 
283
        @echo "it deletes files that may require special tools to rebuild."
 
284
 
 
285
maintainer-clean: maintainer-clean-recursive
 
286
 
 
287
.PHONY: uninstall-generalDATA install-generalDATA install-data-recursive \
 
288
uninstall-data-recursive install-exec-recursive \
 
289
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
 
290
all-recursive check-recursive installcheck-recursive info-recursive \
 
291
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
 
292
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
293
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
294
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
295
install-exec install-data-am install-data install-am install \
 
296
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
297
installdirs mostlyclean-generic distclean-generic clean-generic \
 
298
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
299
 
 
300
 
 
301
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
302
# Otherwise a system limit (for SysV at least) may be exceeded.
 
303
.NOEXPORT: