~ubuntu-branches/ubuntu/hoary/flac/hoary

« back to all changes in this revision

Viewing changes to src/plugin_common/include/private/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2004-04-16 15:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040416151431-eyloggqxpwbwpogz
Tags: 1.1.0-11
Ensure that libFLAC is linked with -lm on all architectures, and
regardless of whether nasm is present

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
#  plugin_common - Routines common to several plugins
 
18
#  Copyright (C) 2002,2003  Josh Coalson
 
19
 
20
#  This program is free software; you can redistribute it and/or
 
21
#  modify it under the terms of the GNU General Public License
 
22
#  as published by the Free Software Foundation; either version 2
 
23
#  of the License, or (at your option) any later version.
 
24
 
25
#  This program is distributed in the hope that it will be useful,
 
26
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
27
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
28
#  GNU General Public License for more details.
 
29
 
30
#  You should have received a copy of the GNU General Public License
 
31
#  along with this program; if not, write to the Free Software
 
32
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
33
SHELL = @SHELL@
 
34
 
 
35
srcdir = @srcdir@
 
36
top_srcdir = @top_srcdir@
 
37
VPATH = @srcdir@
 
38
prefix = @prefix@
 
39
exec_prefix = @exec_prefix@
 
40
 
 
41
bindir = @bindir@
 
42
sbindir = @sbindir@
 
43
libexecdir = @libexecdir@
 
44
datadir = @datadir@
 
45
sysconfdir = @sysconfdir@
 
46
sharedstatedir = @sharedstatedir@
 
47
localstatedir = @localstatedir@
 
48
libdir = @libdir@
 
49
infodir = @infodir@
 
50
mandir = @mandir@
 
51
includedir = @includedir@
 
52
oldincludedir = /usr/include
 
53
pkgdatadir = $(datadir)/@PACKAGE@
 
54
pkglibdir = $(libdir)/@PACKAGE@
 
55
pkgincludedir = $(includedir)/@PACKAGE@
 
56
top_builddir = ../../../..
 
57
 
 
58
ACLOCAL = @ACLOCAL@
 
59
AUTOCONF = @AUTOCONF@
 
60
AUTOMAKE = @AUTOMAKE@
 
61
AUTOHEADER = @AUTOHEADER@
 
62
 
 
63
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
64
INSTALL = @INSTALL@
 
65
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
66
INSTALL_DATA = @INSTALL_DATA@
 
67
install_sh_DATA = $(install_sh) -c -m 644
 
68
install_sh_PROGRAM = $(install_sh) -c
 
69
install_sh_SCRIPT = $(install_sh) -c
 
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
 
 
82
EXEEXT = @EXEEXT@
 
83
OBJEXT = @OBJEXT@
 
84
PATH_SEPARATOR = @PATH_SEPARATOR@
 
85
AMTAR = @AMTAR@
 
86
AS = @AS@
 
87
AWK = @AWK@
 
88
CC = @CC@
 
89
CXX = @CXX@
 
90
DEPDIR = @DEPDIR@
 
91
DLLTOOL = @DLLTOOL@
 
92
DOXYGEN = @DOXYGEN@
 
93
ECHO = @ECHO@
 
94
FLaC__SIZE16 = @FLaC__SIZE16@
 
95
FLaC__SIZE32 = @FLaC__SIZE32@
 
96
FLaC__SIZE64 = @FLaC__SIZE64@
 
97
FLaC__USIZE16 = @FLaC__USIZE16@
 
98
FLaC__USIZE32 = @FLaC__USIZE32@
 
99
FLaC__USIZE64 = @FLaC__USIZE64@
 
100
HAVE_LIB = @HAVE_LIB@
 
101
ID3LIB_CFLAGS = @ID3LIB_CFLAGS@
 
102
ID3LIB_LIBS = @ID3LIB_LIBS@
 
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
104
LIB = @LIB@
 
105
LIBICONV = @LIBICONV@
 
106
LIBTOOL = @LIBTOOL@
 
107
LN_S = @LN_S@
 
108
LTLIB = @LTLIB@
 
109
LTLIBICONV = @LTLIBICONV@
 
110
MAINT = @MAINT@
 
111
NASM = @NASM@
 
112
OBJDUMP = @OBJDUMP@
 
113
OBJ_FORMAT = @OBJ_FORMAT@
 
114
OGG_CFLAGS = @OGG_CFLAGS@
 
115
OGG_LIBS = @OGG_LIBS@
 
116
PACKAGE = @PACKAGE@
 
117
RANLIB = @RANLIB@
 
118
STRIP = @STRIP@
 
119
VERSION = @VERSION@
 
120
XMMS_CFLAGS = @XMMS_CFLAGS@
 
121
XMMS_CONFIG = @XMMS_CONFIG@
 
122
XMMS_DATA_DIR = @XMMS_DATA_DIR@
 
123
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
 
124
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
 
125
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
 
126
XMMS_LIBS = @XMMS_LIBS@
 
127
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
 
128
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
 
129
XMMS_VERSION = @XMMS_VERSION@
 
130
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
131
am__include = @am__include@
 
132
am__quote = @am__quote@
 
133
install_sh = @install_sh@
 
134
 
 
135
noinst_HEADERS = \
 
136
        fast_float_math_hack.h
 
137
 
 
138
subdir = src/plugin_common/include/private
 
139
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
140
CONFIG_HEADER = $(top_builddir)/config.h
 
141
CONFIG_CLEAN_FILES =
 
142
DIST_SOURCES =
 
143
HEADERS = $(noinst_HEADERS)
 
144
 
 
145
DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
146
all: all-am
 
147
 
 
148
.SUFFIXES:
 
149
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
150
        cd $(top_srcdir) && \
 
151
          $(AUTOMAKE) --gnu  src/plugin_common/include/private/Makefile
 
152
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
153
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
154
 
 
155
mostlyclean-libtool:
 
156
        -rm -f *.lo
 
157
 
 
158
clean-libtool:
 
159
        -rm -rf .libs _libs
 
160
 
 
161
distclean-libtool:
 
162
        -rm -f libtool
 
163
uninstall-info-am:
 
164
 
 
165
ETAGS = etags
 
166
ETAGSFLAGS =
 
167
 
 
168
tags: TAGS
 
169
 
 
170
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
171
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
172
        unique=`for i in $$list; do \
 
173
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
174
          done | \
 
175
          $(AWK) '    { files[$$0] = 1; } \
 
176
               END { for (i in files) print i; }'`; \
 
177
        mkid -fID $$unique
 
178
 
 
179
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
180
                $(TAGS_FILES) $(LISP)
 
181
        tags=; \
 
182
        here=`pwd`; \
 
183
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
184
        unique=`for i in $$list; do \
 
185
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
186
          done | \
 
187
          $(AWK) '    { files[$$0] = 1; } \
 
188
               END { for (i in files) print i; }'`; \
 
189
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
190
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
191
             $$tags $$unique
 
192
 
 
193
GTAGS:
 
194
        here=`$(am__cd) $(top_builddir) && pwd` \
 
195
          && cd $(top_srcdir) \
 
196
          && gtags -i $(GTAGS_ARGS) $$here
 
197
 
 
198
distclean-tags:
 
199
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
200
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
201
 
 
202
top_distdir = ../../../..
 
203
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
204
 
 
205
distdir: $(DISTFILES)
 
206
        @list='$(DISTFILES)'; for file in $$list; do \
 
207
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
208
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
209
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
210
            dir="/$$dir"; \
 
211
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
212
          else \
 
213
            dir=''; \
 
214
          fi; \
 
215
          if test -d $$d/$$file; then \
 
216
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
217
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
218
            fi; \
 
219
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
220
          else \
 
221
            test -f $(distdir)/$$file \
 
222
            || cp -p $$d/$$file $(distdir)/$$file \
 
223
            || exit 1; \
 
224
          fi; \
 
225
        done
 
226
check-am: all-am
 
227
check: check-am
 
228
all-am: Makefile $(HEADERS)
 
229
 
 
230
installdirs:
 
231
 
 
232
install: install-am
 
233
install-exec: install-exec-am
 
234
install-data: install-data-am
 
235
uninstall: uninstall-am
 
236
 
 
237
install-am: all-am
 
238
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
239
 
 
240
installcheck: installcheck-am
 
241
install-strip:
 
242
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
243
          INSTALL_STRIP_FLAG=-s \
 
244
          `test -z '$(STRIP)' || \
 
245
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
246
mostlyclean-generic:
 
247
 
 
248
clean-generic:
 
249
 
 
250
distclean-generic:
 
251
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
252
 
 
253
maintainer-clean-generic:
 
254
        @echo "This command is intended for maintainers to use"
 
255
        @echo "it deletes files that may require special tools to rebuild."
 
256
clean: clean-am
 
257
 
 
258
clean-am: clean-generic clean-libtool mostlyclean-am
 
259
 
 
260
distclean: distclean-am
 
261
 
 
262
distclean-am: clean-am distclean-generic distclean-libtool \
 
263
        distclean-tags
 
264
 
 
265
dvi: dvi-am
 
266
 
 
267
dvi-am:
 
268
 
 
269
info: info-am
 
270
 
 
271
info-am:
 
272
 
 
273
install-data-am:
 
274
 
 
275
install-exec-am:
 
276
 
 
277
install-info: install-info-am
 
278
 
 
279
install-man:
 
280
 
 
281
installcheck-am:
 
282
 
 
283
maintainer-clean: maintainer-clean-am
 
284
 
 
285
maintainer-clean-am: distclean-am maintainer-clean-generic
 
286
 
 
287
mostlyclean: mostlyclean-am
 
288
 
 
289
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
290
 
 
291
uninstall-am: uninstall-info-am
 
292
 
 
293
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
294
        clean-libtool distclean distclean-generic distclean-libtool \
 
295
        distclean-tags distdir dvi dvi-am info info-am install \
 
296
        install-am install-data install-data-am install-exec \
 
297
        install-exec-am install-info install-info-am install-man \
 
298
        install-strip installcheck installcheck-am installdirs \
 
299
        maintainer-clean maintainer-clean-generic mostlyclean \
 
300
        mostlyclean-generic mostlyclean-libtool tags uninstall \
 
301
        uninstall-am uninstall-info-am
 
302
 
 
303
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
304
# Otherwise a system limit (for SysV at least) may be exceeded.
 
305
.NOEXPORT: