~ubuntu-branches/ubuntu/saucy/flac/saucy

« back to all changes in this revision

Viewing changes to src/plugin_xmms/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2001-12-10 03:09:22 UTC
  • Revision ID: james.westby@ubuntu.com-20011210030922-0vdtpz6a7mfwefo5
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
#  libxmms-flac - XMMS FLAC input plugin
 
17
#  Copyright (C) 2000,2001  Josh Coalson
 
18
#
 
19
#  This program is free software; you can redistribute it and/or
 
20
#  modify it under the terms of the GNU General Public License
 
21
#  as published by the Free Software Foundation; either version 2
 
22
#  of the License, or (at your option) any later version.
 
23
#
 
24
#  This program is distributed in the hope that it will be useful,
 
25
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
#  GNU General Public License for more details.
 
28
#
 
29
#  You should have received a copy of the GNU General Public License
 
30
#  along with this program; if not, write to the Free Software
 
31
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
32
 
 
33
#
 
34
# GNU makefile
 
35
#
 
36
 
 
37
SHELL = @SHELL@
 
38
 
 
39
srcdir = @srcdir@
 
40
top_srcdir = @top_srcdir@
 
41
VPATH = @srcdir@
 
42
prefix = @prefix@
 
43
exec_prefix = @exec_prefix@
 
44
 
 
45
bindir = @bindir@
 
46
sbindir = @sbindir@
 
47
libexecdir = @libexecdir@
 
48
datadir = @datadir@
 
49
sysconfdir = @sysconfdir@
 
50
sharedstatedir = @sharedstatedir@
 
51
localstatedir = @localstatedir@
 
52
libdir = @libdir@
 
53
infodir = @infodir@
 
54
mandir = @mandir@
 
55
includedir = @includedir@
 
56
oldincludedir = /usr/include
 
57
pkgdatadir = $(datadir)/@PACKAGE@
 
58
pkglibdir = $(libdir)/@PACKAGE@
 
59
pkgincludedir = $(includedir)/@PACKAGE@
 
60
top_builddir = ../..
 
61
 
 
62
ACLOCAL = @ACLOCAL@
 
63
AUTOCONF = @AUTOCONF@
 
64
AUTOMAKE = @AUTOMAKE@
 
65
AUTOHEADER = @AUTOHEADER@
 
66
 
 
67
INSTALL = @INSTALL@
 
68
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
69
INSTALL_DATA = @INSTALL_DATA@
 
70
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = @program_transform_name@
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
host_alias = @host_alias@
 
80
host_triplet = @host@
 
81
AMTAR = @AMTAR@
 
82
AS = @AS@
 
83
AWK = @AWK@
 
84
CC = @CC@
 
85
DEPDIR = @DEPDIR@
 
86
DLLTOOL = @DLLTOOL@
 
87
ECHO = @ECHO@
 
88
EXEEXT = @EXEEXT@
 
89
FLaC__SIZE16 = @FLaC__SIZE16@
 
90
FLaC__SIZE32 = @FLaC__SIZE32@
 
91
FLaC__SIZE64 = @FLaC__SIZE64@
 
92
FLaC__USIZE16 = @FLaC__USIZE16@
 
93
FLaC__USIZE32 = @FLaC__USIZE32@
 
94
FLaC__USIZE64 = @FLaC__USIZE64@
 
95
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
96
LN_S = @LN_S@
 
97
NASM = @NASM@
 
98
OBJDUMP = @OBJDUMP@
 
99
OBJEXT = @OBJEXT@
 
100
OBJ_FORMAT = @OBJ_FORMAT@
 
101
PACKAGE = @PACKAGE@
 
102
RANLIB = @RANLIB@
 
103
STRIP = @STRIP@
 
104
VERSION = @VERSION@
 
105
XMMS_CFLAGS = @XMMS_CFLAGS@
 
106
XMMS_CONFIG = @XMMS_CONFIG@
 
107
XMMS_DATA_DIR = @XMMS_DATA_DIR@
 
108
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
 
109
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
 
110
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
 
111
XMMS_LIBS = @XMMS_LIBS@
 
112
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
 
113
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
 
114
XMMS_VERSION = @XMMS_VERSION@
 
115
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
116
am__include = @am__include@
 
117
am__quote = @am__quote@
 
118
install_sh = @install_sh@
 
119
# Don't build a static library
 
120
LIBTOOL = $(top_builddir)/libtool-disable-static
 
121
 
 
122
CFLAGS = @CFLAGS@ @XMMS_CFLAGS@
 
123
xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
 
124
 
 
125
xmmsinputplugin_LTLIBRARIES = libxmms-flac.la
 
126
libxmms_flac_la_SOURCES = plugin.c
 
127
libxmms_flac_la_LIBADD = $(top_builddir)/src/libFLAC/libFLAC.la @XMMS_LIBS@
 
128
#libxmms_flac_la_LIBADD = -L$(top_builddir)/src/libFLAC/.libs -lFLAC @XMMS_LIBS@
 
129
libxmms_flac_la_LDFLAGS = -module -avoid-version
 
130
subdir = src/plugin_xmms
 
131
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
132
CONFIG_CLEAN_FILES =
 
133
LTLIBRARIES = $(xmmsinputplugin_LTLIBRARIES)
 
134
 
 
135
libxmms_flac_la_DEPENDENCIES = $(top_builddir)/src/libFLAC/libFLAC.la
 
136
am_libxmms_flac_la_OBJECTS = plugin.lo
 
137
libxmms_flac_la_OBJECTS = $(am_libxmms_flac_la_OBJECTS)
 
138
 
 
139
DEFS = @DEFS@
 
140
DEFAULT_INCLUDES =  -I. -I$(srcdir)
 
141
CPPFLAGS = @CPPFLAGS@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBS = @LIBS@
 
144
depcomp =
 
145
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
146
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
147
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
148
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
149
CCLD = $(CC)
 
150
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
151
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
152
DIST_SOURCES = $(libxmms_flac_la_SOURCES)
 
153
DIST_COMMON = Makefile.am Makefile.in
 
154
SOURCES = $(libxmms_flac_la_SOURCES)
 
155
 
 
156
all: all-am
 
157
 
 
158
.SUFFIXES:
 
159
.SUFFIXES: .c .lo .o .obj
 
160
 
 
161
mostlyclean-libtool:
 
162
        -rm -f *.lo
 
163
 
 
164
clean-libtool:
 
165
        -rm -rf .libs _libs
 
166
 
 
167
distclean-libtool:
 
168
        -rm -f libtool
 
169
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
170
        cd $(top_srcdir) && \
 
171
          $(AUTOMAKE) --gnu  --ignore-deps src/plugin_xmms/Makefile
 
172
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
173
        cd $(top_builddir) && \
 
174
          CONFIG_HEADERS= CONFIG_LINKS= \
 
175
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
176
install-xmmsinputpluginLTLIBRARIES: $(xmmsinputplugin_LTLIBRARIES)
 
177
        @$(NORMAL_INSTALL)
 
178
        $(mkinstalldirs) $(DESTDIR)$(xmmsinputplugindir)
 
179
        @list='$(xmmsinputplugin_LTLIBRARIES)'; for p in $$list; do \
 
180
          if test -f $$p; then \
 
181
            echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(xmmsinputplugindir)/$$p"; \
 
182
            $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(xmmsinputplugindir)/$$p; \
 
183
          else :; fi; \
 
184
        done
 
185
 
 
186
uninstall-xmmsinputpluginLTLIBRARIES:
 
187
        @$(NORMAL_UNINSTALL)
 
188
        @list='$(xmmsinputplugin_LTLIBRARIES)'; for p in $$list; do \
 
189
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(xmmsinputplugindir)/$$p"; \
 
190
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(xmmsinputplugindir)/$$p; \
 
191
        done
 
192
 
 
193
clean-xmmsinputpluginLTLIBRARIES:
 
194
        -test -z "$(xmmsinputplugin_LTLIBRARIES)" || rm -f $(xmmsinputplugin_LTLIBRARIES)
 
195
libxmms-flac.la: $(libxmms_flac_la_OBJECTS) $(libxmms_flac_la_DEPENDENCIES) 
 
196
        $(LINK) -rpath $(xmmsinputplugindir) $(libxmms_flac_la_LDFLAGS) $(libxmms_flac_la_OBJECTS) $(libxmms_flac_la_LIBADD) $(LIBS)
 
197
 
 
198
mostlyclean-compile:
 
199
        -rm -f *.$(OBJEXT) core *.core
 
200
 
 
201
distclean-compile:
 
202
        -rm -f *.tab.c
 
203
 
 
204
.c.o:
 
205
        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
 
206
 
 
207
.c.obj:
 
208
        $(COMPILE) -c `cygpath -w $<`
 
209
 
 
210
.c.lo:
 
211
        $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
212
uninstall-info-am:
 
213
 
 
214
tags: TAGS
 
215
 
 
216
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
217
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
218
        unique=`for i in $$list; do \
 
219
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
220
          done | \
 
221
          $(AWK) '    { files[$$0] = 1; } \
 
222
               END { for (i in files) print i; }'`; \
 
223
        mkid -fID $$unique $(LISP)
 
224
 
 
225
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
226
                $(TAGS_FILES) $(LISP)
 
227
        tags=; \
 
228
        here=`pwd`; \
 
229
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
230
        unique=`for i in $$list; do \
 
231
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
232
          done | \
 
233
          $(AWK) '    { files[$$0] = 1; } \
 
234
               END { for (i in files) print i; }'`; \
 
235
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
236
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
237
 
 
238
GTAGS:
 
239
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
240
          && cd $(top_srcdir) \
 
241
          && gtags -i $(GTAGS_ARGS) $$here
 
242
 
 
243
distclean-tags:
 
244
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
245
 
 
246
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
247
 
 
248
top_distdir = ../..
 
249
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
250
 
 
251
distdir: $(DISTFILES)
 
252
        @for file in $(DISTFILES); do \
 
253
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
254
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
255
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
256
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
257
          fi; \
 
258
          if test -d $$d/$$file; then \
 
259
            cp -pR $$d/$$file $(distdir) \
 
260
            || exit 1; \
 
261
          else \
 
262
            test -f $(distdir)/$$file \
 
263
            || cp -p $$d/$$file $(distdir)/$$file \
 
264
            || exit 1; \
 
265
          fi; \
 
266
        done
 
267
check-am: all-am
 
268
check: check-am
 
269
all-am: Makefile $(LTLIBRARIES)
 
270
 
 
271
installdirs:
 
272
        $(mkinstalldirs) $(DESTDIR)$(xmmsinputplugindir)
 
273
 
 
274
install: install-am
 
275
install-exec: install-exec-am
 
276
install-data: install-data-am
 
277
uninstall: uninstall-am
 
278
 
 
279
install-am: all-am
 
280
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
281
 
 
282
installcheck: installcheck-am
 
283
install-strip:
 
284
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
285
          `test -z '$(STRIP)' || \
 
286
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
287
mostlyclean-generic:
 
288
 
 
289
clean-generic:
 
290
 
 
291
distclean-generic:
 
292
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
293
 
 
294
maintainer-clean-generic:
 
295
        @echo "This command is intended for maintainers to use"
 
296
        @echo "it deletes files that may require special tools to rebuild."
 
297
clean: clean-am
 
298
 
 
299
clean-am: clean-generic clean-libtool clean-xmmsinputpluginLTLIBRARIES \
 
300
        mostlyclean-am
 
301
 
 
302
distclean: distclean-am
 
303
 
 
304
distclean-am: clean-am distclean-compile distclean-generic \
 
305
        distclean-libtool distclean-tags
 
306
 
 
307
dvi: dvi-am
 
308
 
 
309
dvi-am:
 
310
 
 
311
info: info-am
 
312
 
 
313
info-am:
 
314
 
 
315
install-data-am: install-xmmsinputpluginLTLIBRARIES
 
316
 
 
317
install-exec-am:
 
318
 
 
319
install-info: install-info-am
 
320
 
 
321
install-man:
 
322
 
 
323
installcheck-am:
 
324
 
 
325
maintainer-clean: maintainer-clean-am
 
326
 
 
327
maintainer-clean-am: distclean-am maintainer-clean-generic
 
328
 
 
329
mostlyclean: mostlyclean-am
 
330
 
 
331
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
332
        mostlyclean-libtool
 
333
 
 
334
uninstall-am: uninstall-info-am uninstall-xmmsinputpluginLTLIBRARIES
 
335
 
 
336
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
337
        clean-libtool clean-xmmsinputpluginLTLIBRARIES distclean \
 
338
        distclean-compile distclean-generic distclean-libtool \
 
339
        distclean-tags distdir dvi dvi-am info info-am install \
 
340
        install-am install-data install-data-am install-exec \
 
341
        install-exec-am install-info install-info-am install-man \
 
342
        install-strip install-xmmsinputpluginLTLIBRARIES installcheck \
 
343
        installcheck-am installdirs maintainer-clean \
 
344
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
345
        mostlyclean-generic mostlyclean-libtool tags uninstall \
 
346
        uninstall-am uninstall-info-am \
 
347
        uninstall-xmmsinputpluginLTLIBRARIES
 
348
 
 
349
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
350
# Otherwise a system limit (for SysV at least) may be exceeded.
 
351
.NOEXPORT: