~ubuntu-branches/ubuntu/feisty/flac/feisty

« back to all changes in this revision

Viewing changes to build/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
#  FLAC - Free Lossless Audio Codec
 
18
#  Copyright (C) 2002,2003  Josh Coalson
 
19
#
 
20
#  This program is part of FLAC; 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
EXTRA_DIST = \
 
136
        config.mk \
 
137
        exe.mk \
 
138
        lib.mk \
 
139
        project_builder_prebuild_phase.sh
 
140
 
 
141
subdir = build
 
142
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
143
CONFIG_HEADER = $(top_builddir)/config.h
 
144
CONFIG_CLEAN_FILES =
 
145
DIST_SOURCES =
 
146
DIST_COMMON = Makefile.am Makefile.in
 
147
all: all-am
 
148
 
 
149
.SUFFIXES:
 
150
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
151
        cd $(top_srcdir) && \
 
152
          $(AUTOMAKE) --gnu  build/Makefile
 
153
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
154
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
155
 
 
156
mostlyclean-libtool:
 
157
        -rm -f *.lo
 
158
 
 
159
clean-libtool:
 
160
        -rm -rf .libs _libs
 
161
 
 
162
distclean-libtool:
 
163
        -rm -f libtool
 
164
uninstall-info-am:
 
165
tags: TAGS
 
166
TAGS:
 
167
 
 
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
169
 
 
170
top_distdir = ..
 
171
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
172
 
 
173
distdir: $(DISTFILES)
 
174
        @list='$(DISTFILES)'; for file in $$list; do \
 
175
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
176
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
177
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
178
            dir="/$$dir"; \
 
179
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
180
          else \
 
181
            dir=''; \
 
182
          fi; \
 
183
          if test -d $$d/$$file; then \
 
184
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
185
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
186
            fi; \
 
187
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
188
          else \
 
189
            test -f $(distdir)/$$file \
 
190
            || cp -p $$d/$$file $(distdir)/$$file \
 
191
            || exit 1; \
 
192
          fi; \
 
193
        done
 
194
check-am: all-am
 
195
check: check-am
 
196
all-am: Makefile
 
197
 
 
198
installdirs:
 
199
 
 
200
install: install-am
 
201
install-exec: install-exec-am
 
202
install-data: install-data-am
 
203
uninstall: uninstall-am
 
204
 
 
205
install-am: all-am
 
206
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
207
 
 
208
installcheck: installcheck-am
 
209
install-strip:
 
210
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
211
          INSTALL_STRIP_FLAG=-s \
 
212
          `test -z '$(STRIP)' || \
 
213
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
214
mostlyclean-generic:
 
215
 
 
216
clean-generic:
 
217
 
 
218
distclean-generic:
 
219
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
220
 
 
221
maintainer-clean-generic:
 
222
        @echo "This command is intended for maintainers to use"
 
223
        @echo "it deletes files that may require special tools to rebuild."
 
224
clean: clean-am
 
225
 
 
226
clean-am: clean-generic clean-libtool mostlyclean-am
 
227
 
 
228
distclean: distclean-am
 
229
 
 
230
distclean-am: clean-am distclean-generic distclean-libtool
 
231
 
 
232
dvi: dvi-am
 
233
 
 
234
dvi-am:
 
235
 
 
236
info: info-am
 
237
 
 
238
info-am:
 
239
 
 
240
install-data-am:
 
241
 
 
242
install-exec-am:
 
243
 
 
244
install-info: install-info-am
 
245
 
 
246
install-man:
 
247
 
 
248
installcheck-am:
 
249
 
 
250
maintainer-clean: maintainer-clean-am
 
251
 
 
252
maintainer-clean-am: distclean-am maintainer-clean-generic
 
253
 
 
254
mostlyclean: mostlyclean-am
 
255
 
 
256
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
257
 
 
258
uninstall-am: uninstall-info-am
 
259
 
 
260
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
261
        distclean distclean-generic distclean-libtool distdir dvi \
 
262
        dvi-am info info-am install install-am install-data \
 
263
        install-data-am install-exec install-exec-am install-info \
 
264
        install-info-am install-man install-strip installcheck \
 
265
        installcheck-am installdirs maintainer-clean \
 
266
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
267
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
 
268
 
 
269
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
270
# Otherwise a system limit (for SysV at least) may be exceeded.
 
271
.NOEXPORT: