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

« back to all changes in this revision

Viewing changes to SDL_mixer_patched/mikmod/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2002-04-17 09:21:51 UTC
  • Revision ID: james.westby@ubuntu.com-20020417092151-hcx70m74bzafruqp
Tags: 0.9.2-12
frozen-bubble, Makefile: added path to excutable (closes: #143222).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
2
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
3
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4
4
# This Makefile.in is free software; the Free Software Foundation
5
5
# gives unlimited permission to copy and/or distribute it,
6
6
# with or without modifications, as long as this notice is preserved.
84
84
SMPEG_CFLAGS = @SMPEG_CFLAGS@
85
85
SMPEG_CONFIG = @SMPEG_CONFIG@
86
86
SMPEG_LIBS = @SMPEG_LIBS@
 
87
SMPEG_LIBS_FOR_LIBS = @SMPEG_LIBS_FOR_LIBS@
 
88
SMPEG_LIBS_FOR_PLUGINS = @SMPEG_LIBS_FOR_PLUGINS@
87
89
VERSION = @VERSION@
88
90
 
89
91
noinst_LTLIBRARIES = libmikmod.la
91
93
libmikmod_la_SOURCES =          drv_nos.c                       drv_sdl.c                       load_it.c                       load_mod.c                      load_s3m.c                      load_xm.c                       mdreg.c                         mdriver.c                       mikmod.h                        mikmod_build.h                  mikmod_internals.h              mloader.c                       mlreg.c                         mlutil.c                        mmalloc.c                       mmerror.c                       mmio.c                          mplayer.c                       munitrk.c                       mwav.c                          npertab.c                       sloader.c                       virtch.c                        virtch2.c                       virtch_common.c
92
94
 
93
95
 
 
96
libmikmod_la_LIBADD = @SMPEG_LIBS_FOR_LIBS@ @SDL_LIBS_FOR_LIBS@
 
97
 
94
98
EXTRA_DIST = AUTHORS COPYING.LESSER README
95
99
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96
100
CONFIG_CLEAN_FILES = 
102
106
LDFLAGS = @LDFLAGS@
103
107
LIBS = @LIBS@
104
108
libmikmod_la_LDFLAGS = 
105
 
libmikmod_la_LIBADD = 
 
109
libmikmod_la_DEPENDENCIES = 
106
110
libmikmod_la_OBJECTS =  drv_nos.lo drv_sdl.lo load_it.lo load_mod.lo \
107
111
load_s3m.lo load_xm.lo mdreg.lo mdriver.lo mloader.lo mlreg.lo \
108
112
mlutil.lo mmalloc.lo mmerror.lo mmio.lo mplayer.lo munitrk.lo mwav.lo \
117
121
 
118
122
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
119
123
 
120
 
TAR = gtar
 
124
TAR = tar
121
125
GZIP_ENV = --best
 
126
DEP_FILES =  .deps/drv_nos.P .deps/drv_sdl.P .deps/load_it.P \
 
127
.deps/load_mod.P .deps/load_s3m.P .deps/load_xm.P .deps/mdreg.P \
 
128
.deps/mdriver.P .deps/mloader.P .deps/mlreg.P .deps/mlutil.P \
 
129
.deps/mmalloc.P .deps/mmerror.P .deps/mmio.P .deps/mplayer.P \
 
130
.deps/munitrk.P .deps/mwav.P .deps/npertab.P .deps/sloader.P \
 
131
.deps/virtch.P .deps/virtch2.P .deps/virtch_common.P
122
132
SOURCES = $(libmikmod_la_SOURCES)
123
133
OBJECTS = $(libmikmod_la_OBJECTS)
124
134
 
126
136
.SUFFIXES:
127
137
.SUFFIXES: .S .c .lo .o .s
128
138
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
129
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps mikmod/Makefile
 
139
        cd $(top_srcdir) && $(AUTOMAKE) --foreign mikmod/Makefile
130
140
 
131
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
141
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
132
142
        cd $(top_builddir) \
133
143
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
144
 
142
152
 
143
153
maintainer-clean-noinstLTLIBRARIES:
144
154
 
145
 
.c.o:
146
 
        $(COMPILE) -c $<
147
 
 
148
155
.s.o:
149
156
        $(COMPILE) -c $<
150
157
 
161
168
 
162
169
maintainer-clean-compile:
163
170
 
164
 
.c.lo:
165
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
166
 
 
167
171
.s.lo:
168
172
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
169
173
 
217
221
subdir = mikmod
218
222
 
219
223
distdir: $(DISTFILES)
 
224
        here=`cd $(top_builddir) && pwd`; \
 
225
        top_distdir=`cd $(top_distdir) && pwd`; \
 
226
        distdir=`cd $(distdir) && pwd`; \
 
227
        cd $(top_srcdir) \
 
228
          && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign mikmod/Makefile
220
229
        @for file in $(DISTFILES); do \
221
230
          d=$(srcdir); \
222
231
          if test -d $$d/$$file; then \
227
236
            || cp -p $$d/$$file $(distdir)/$$file || :; \
228
237
          fi; \
229
238
        done
 
239
 
 
240
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
 
241
 
 
242
-include $(DEP_FILES)
 
243
 
 
244
mostlyclean-depend:
 
245
 
 
246
clean-depend:
 
247
 
 
248
distclean-depend:
 
249
        -rm -rf .deps
 
250
 
 
251
maintainer-clean-depend:
 
252
 
 
253
%.o: %.c
 
254
        @echo '$(COMPILE) -c $<'; \
 
255
        $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
256
        @-cp .deps/$(*F).pp .deps/$(*F).P; \
 
257
        tr ' ' '\012' < .deps/$(*F).pp \
 
258
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
259
            >> .deps/$(*F).P; \
 
260
        rm .deps/$(*F).pp
 
261
 
 
262
%.lo: %.c
 
263
        @echo '$(LTCOMPILE) -c $<'; \
 
264
        $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
 
265
        @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
 
266
          < .deps/$(*F).pp > .deps/$(*F).P; \
 
267
        tr ' ' '\012' < .deps/$(*F).pp \
 
268
          | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
 
269
            >> .deps/$(*F).P; \
 
270
        rm -f .deps/$(*F).pp
230
271
info-am:
231
272
info: info-am
232
273
dvi-am:
263
304
 
264
305
maintainer-clean-generic:
265
306
mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
266
 
                mostlyclean-libtool mostlyclean-tags \
 
307
                mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
267
308
                mostlyclean-generic
268
309
 
269
310
mostlyclean: mostlyclean-am
270
311
 
271
312
clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
272
 
                clean-tags clean-generic mostlyclean-am
 
313
                clean-tags clean-depend clean-generic mostlyclean-am
273
314
 
274
315
clean: clean-am
275
316
 
276
317
distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
277
 
                distclean-libtool distclean-tags distclean-generic \
278
 
                clean-am
 
318
                distclean-libtool distclean-tags distclean-depend \
 
319
                distclean-generic clean-am
279
320
        -rm -f libtool
280
321
 
281
322
distclean: distclean-am
282
323
 
283
324
maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
284
325
                maintainer-clean-compile maintainer-clean-libtool \
285
 
                maintainer-clean-tags maintainer-clean-generic \
286
 
                distclean-am
 
326
                maintainer-clean-tags maintainer-clean-depend \
 
327
                maintainer-clean-generic distclean-am
287
328
        @echo "This command is intended for maintainers to use;"
288
329
        @echo "it deletes files that may require special tools to rebuild."
289
330
 
294
335
mostlyclean-compile distclean-compile clean-compile \
295
336
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
296
337
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
297
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
298
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
299
 
install-exec install-data-am install-data install-am install \
300
 
uninstall-am uninstall all-redirect all-am all installdirs \
301
 
mostlyclean-generic distclean-generic clean-generic \
302
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
338
distclean-tags clean-tags maintainer-clean-tags distdir \
 
339
mostlyclean-depend distclean-depend clean-depend \
 
340
maintainer-clean-depend info-am info dvi-am dvi check check-am \
 
341
installcheck-am installcheck install-exec-am install-exec \
 
342
install-data-am install-data install-am install uninstall-am uninstall \
 
343
all-redirect all-am all installdirs mostlyclean-generic \
 
344
distclean-generic clean-generic maintainer-clean-generic clean \
 
345
mostlyclean distclean maintainer-clean
303
346
 
304
347
 
305
348
# Tell versions [3.59,3.63) of GNU make to not export all variables.