~and471/ubuntu/maverick/frozen-bubble/fix-599809

« back to all changes in this revision

Viewing changes to SDL_mixer_patched/native_midi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2004-07-08 17:22:16 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040708172216-4e9erxuhsq7djmnd
Tags: 1.0.0-6
c_stuff/lib/FBLE.pm: fix to deal with new SDL_perl (closes: #257749).

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
 
AS = @AS@
63
 
BINARY_AGE = @BINARY_AGE@
64
 
CC = @CC@
65
 
DLLTOOL = @DLLTOOL@
66
 
INTERFACE_AGE = @INTERFACE_AGE@
67
 
LIBTOOL = @LIBTOOL@
68
 
LN_S = @LN_S@
69
 
LT_AGE = @LT_AGE@
70
 
LT_CURRENT = @LT_CURRENT@
71
 
LT_RELEASE = @LT_RELEASE@
72
 
LT_REVISION = @LT_REVISION@
73
 
MAJOR_VERSION = @MAJOR_VERSION@
74
 
MAKEINFO = @MAKEINFO@
75
 
MICRO_VERSION = @MICRO_VERSION@
76
 
MINOR_VERSION = @MINOR_VERSION@
77
 
MUSIC_SUBDIRS = @MUSIC_SUBDIRS@
78
 
OBJDUMP = @OBJDUMP@
79
 
PACKAGE = @PACKAGE@
80
 
RANLIB = @RANLIB@
81
 
SDL_CFLAGS = @SDL_CFLAGS@
82
 
SDL_CONFIG = @SDL_CONFIG@
83
 
SDL_LIBS = @SDL_LIBS@
84
 
SMPEG_CFLAGS = @SMPEG_CFLAGS@
85
 
SMPEG_CONFIG = @SMPEG_CONFIG@
86
 
SMPEG_LIBS = @SMPEG_LIBS@
87
 
SMPEG_LIBS_FOR_LIBS = @SMPEG_LIBS_FOR_LIBS@
88
 
SMPEG_LIBS_FOR_PLUGINS = @SMPEG_LIBS_FOR_PLUGINS@
89
 
VERSION = @VERSION@
90
 
 
91
 
noinst_LTLIBRARIES = libnativemidi.la
92
 
 
93
 
libnativemidi_la_SOURCES =      native_midi.h                   native_midi_common.c            native_midi_common.h            native_midi_mac.c               native_midi_win32.c
94
 
 
95
 
 
96
 
libnativemidi_la_LIBADD = @SMPEG_LIBS_FOR_LIBS@ @SDL_LIBS_FOR_LIBS@
97
 
 
98
 
INCLUDES = -I$(top_srcdir)
99
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100
 
CONFIG_CLEAN_FILES = 
101
 
LTLIBRARIES =  $(noinst_LTLIBRARIES)
102
 
 
103
 
 
104
 
DEFS = @DEFS@ -I. -I$(srcdir) 
105
 
CPPFLAGS = @CPPFLAGS@
106
 
LDFLAGS = @LDFLAGS@
107
 
LIBS = @LIBS@
108
 
libnativemidi_la_LDFLAGS = 
109
 
libnativemidi_la_DEPENDENCIES = 
110
 
libnativemidi_la_OBJECTS =  native_midi_common.lo native_midi_mac.lo \
111
 
native_midi_win32.lo
112
 
CFLAGS = @CFLAGS@
113
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115
 
CCLD = $(CC)
116
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
117
 
DIST_COMMON =  Makefile.am Makefile.in
118
 
 
119
 
 
120
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
 
 
122
 
TAR = tar
123
 
GZIP_ENV = --best
124
 
DEP_FILES =  .deps/native_midi_common.P .deps/native_midi_mac.P \
125
 
.deps/native_midi_win32.P
126
 
SOURCES = $(libnativemidi_la_SOURCES)
127
 
OBJECTS = $(libnativemidi_la_OBJECTS)
128
 
 
129
 
all: all-redirect
130
 
.SUFFIXES:
131
 
.SUFFIXES: .S .c .lo .o .s
132
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
133
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign native_midi/Makefile
134
 
 
135
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
136
 
        cd $(top_builddir) \
137
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
138
 
 
139
 
 
140
 
mostlyclean-noinstLTLIBRARIES:
141
 
 
142
 
clean-noinstLTLIBRARIES:
143
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
144
 
 
145
 
distclean-noinstLTLIBRARIES:
146
 
 
147
 
maintainer-clean-noinstLTLIBRARIES:
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
 
libnativemidi.la: $(libnativemidi_la_OBJECTS) $(libnativemidi_la_DEPENDENCIES)
182
 
        $(LINK)  $(libnativemidi_la_LDFLAGS) $(libnativemidi_la_OBJECTS) $(libnativemidi_la_LIBADD) $(LIBS)
183
 
 
184
 
tags: TAGS
185
 
 
186
 
ID: $(HEADERS) $(SOURCES) $(LISP)
187
 
        list='$(SOURCES) $(HEADERS)'; \
188
 
        unique=`for i in $$list; do echo $$i; done | \
189
 
          awk '    { files[$$0] = 1; } \
190
 
               END { for (i in files) print i; }'`; \
191
 
        here=`pwd` && cd $(srcdir) \
192
 
          && mkid -f$$here/ID $$unique $(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 = native_midi
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 --foreign native_midi/Makefile
223
 
        @for file in $(DISTFILES); do \
224
 
          d=$(srcdir); \
225
 
          if test -d $$d/$$file; then \
226
 
            cp -pr $$d/$$file $(distdir)/$$file; \
227
 
          else \
228
 
            test -f $(distdir)/$$file \
229
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
230
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
231
 
          fi; \
232
 
        done
233
 
 
234
 
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
235
 
 
236
 
-include $(DEP_FILES)
237
 
 
238
 
mostlyclean-depend:
239
 
 
240
 
clean-depend:
241
 
 
242
 
distclean-depend:
243
 
        -rm -rf .deps
244
 
 
245
 
maintainer-clean-depend:
246
 
 
247
 
%.o: %.c
248
 
        @echo '$(COMPILE) -c $<'; \
249
 
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
250
 
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
251
 
        tr ' ' '\012' < .deps/$(*F).pp \
252
 
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
253
 
            >> .deps/$(*F).P; \
254
 
        rm .deps/$(*F).pp
255
 
 
256
 
%.lo: %.c
257
 
        @echo '$(LTCOMPILE) -c $<'; \
258
 
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
259
 
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
260
 
          < .deps/$(*F).pp > .deps/$(*F).P; \
261
 
        tr ' ' '\012' < .deps/$(*F).pp \
262
 
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
263
 
            >> .deps/$(*F).P; \
264
 
        rm -f .deps/$(*F).pp
265
 
info-am:
266
 
info: info-am
267
 
dvi-am:
268
 
dvi: dvi-am
269
 
check-am: all-am
270
 
check: check-am
271
 
installcheck-am:
272
 
installcheck: installcheck-am
273
 
install-exec-am:
274
 
install-exec: install-exec-am
275
 
 
276
 
install-data-am:
277
 
install-data: install-data-am
278
 
 
279
 
install-am: all-am
280
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
281
 
install: install-am
282
 
uninstall-am:
283
 
uninstall: uninstall-am
284
 
all-am: Makefile $(LTLIBRARIES)
285
 
all-redirect: all-am
286
 
install-strip:
287
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
288
 
installdirs:
289
 
 
290
 
 
291
 
mostlyclean-generic:
292
 
 
293
 
clean-generic:
294
 
 
295
 
distclean-generic:
296
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
297
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
298
 
 
299
 
maintainer-clean-generic:
300
 
mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
301
 
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
302
 
                mostlyclean-generic
303
 
 
304
 
mostlyclean: mostlyclean-am
305
 
 
306
 
clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
307
 
                clean-tags clean-depend clean-generic mostlyclean-am
308
 
 
309
 
clean: clean-am
310
 
 
311
 
distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
312
 
                distclean-libtool distclean-tags distclean-depend \
313
 
                distclean-generic clean-am
314
 
        -rm -f libtool
315
 
 
316
 
distclean: distclean-am
317
 
 
318
 
maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
319
 
                maintainer-clean-compile maintainer-clean-libtool \
320
 
                maintainer-clean-tags maintainer-clean-depend \
321
 
                maintainer-clean-generic distclean-am
322
 
        @echo "This command is intended for maintainers to use;"
323
 
        @echo "it deletes files that may require special tools to rebuild."
324
 
 
325
 
maintainer-clean: maintainer-clean-am
326
 
 
327
 
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
328
 
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
329
 
mostlyclean-compile distclean-compile clean-compile \
330
 
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
331
 
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
332
 
distclean-tags clean-tags maintainer-clean-tags distdir \
333
 
mostlyclean-depend distclean-depend clean-depend \
334
 
maintainer-clean-depend info-am info dvi-am dvi check check-am \
335
 
installcheck-am installcheck install-exec-am install-exec \
336
 
install-data-am install-data install-am install uninstall-am uninstall \
337
 
all-redirect all-am all installdirs mostlyclean-generic \
338
 
distclean-generic clean-generic maintainer-clean-generic clean \
339
 
mostlyclean distclean maintainer-clean
340
 
 
341
 
 
342
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
343
 
# Otherwise a system limit (for SysV at least) may be exceeded.
344
 
.NOEXPORT: