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

« back to all changes in this revision

Viewing changes to src/share/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
SUBDIRS = gain_analysis getopt grabbag utf8
 
136
 
 
137
EXTRA_DIST = \
 
138
        Makefile.lite \
 
139
        README
 
140
 
 
141
subdir = src/share
 
142
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
143
CONFIG_HEADER = $(top_builddir)/config.h
 
144
CONFIG_CLEAN_FILES =
 
145
DIST_SOURCES =
 
146
 
 
147
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
148
        uninstall-info-recursive all-recursive install-data-recursive \
 
149
        install-exec-recursive installdirs-recursive install-recursive \
 
150
        uninstall-recursive check-recursive installcheck-recursive
 
151
DIST_COMMON = README Makefile.am Makefile.in
 
152
DIST_SUBDIRS = $(SUBDIRS)
 
153
all: all-recursive
 
154
 
 
155
.SUFFIXES:
 
156
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
157
        cd $(top_srcdir) && \
 
158
          $(AUTOMAKE) --gnu  src/share/Makefile
 
159
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
160
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
161
 
 
162
mostlyclean-libtool:
 
163
        -rm -f *.lo
 
164
 
 
165
clean-libtool:
 
166
        -rm -rf .libs _libs
 
167
 
 
168
distclean-libtool:
 
169
        -rm -f libtool
 
170
uninstall-info-am:
 
171
 
 
172
# This directory's subdirectories are mostly independent; you can cd
 
173
# into them and run `make' without going through this Makefile.
 
174
# To change the values of `make' variables: instead of editing Makefiles,
 
175
# (1) if the variable is set in `config.status', edit `config.status'
 
176
#     (which will cause the Makefiles to be regenerated when you run `make');
 
177
# (2) otherwise, pass the desired values on the `make' command line.
 
178
$(RECURSIVE_TARGETS):
 
179
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
180
        dot_seen=no; \
 
181
        target=`echo $@ | sed s/-recursive//`; \
 
182
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
183
          echo "Making $$target in $$subdir"; \
 
184
          if test "$$subdir" = "."; then \
 
185
            dot_seen=yes; \
 
186
            local_target="$$target-am"; \
 
187
          else \
 
188
            local_target="$$target"; \
 
189
          fi; \
 
190
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
191
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
192
        done; \
 
193
        if test "$$dot_seen" = "no"; then \
 
194
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
195
        fi; test -z "$$fail"
 
196
 
 
197
mostlyclean-recursive clean-recursive distclean-recursive \
 
198
maintainer-clean-recursive:
 
199
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
200
        dot_seen=no; \
 
201
        case "$@" in \
 
202
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
203
          *) list='$(SUBDIRS)' ;; \
 
204
        esac; \
 
205
        rev=''; for subdir in $$list; do \
 
206
          if test "$$subdir" = "."; then :; else \
 
207
            rev="$$subdir $$rev"; \
 
208
          fi; \
 
209
        done; \
 
210
        rev="$$rev ."; \
 
211
        target=`echo $@ | sed s/-recursive//`; \
 
212
        for subdir in $$rev; do \
 
213
          echo "Making $$target in $$subdir"; \
 
214
          if test "$$subdir" = "."; then \
 
215
            local_target="$$target-am"; \
 
216
          else \
 
217
            local_target="$$target"; \
 
218
          fi; \
 
219
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
220
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
221
        done && test -z "$$fail"
 
222
tags-recursive:
 
223
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
224
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
225
        done
 
226
 
 
227
ETAGS = etags
 
228
ETAGSFLAGS =
 
229
 
 
230
tags: TAGS
 
231
 
 
232
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
233
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
234
        unique=`for i in $$list; do \
 
235
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
236
          done | \
 
237
          $(AWK) '    { files[$$0] = 1; } \
 
238
               END { for (i in files) print i; }'`; \
 
239
        mkid -fID $$unique
 
240
 
 
241
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
242
                $(TAGS_FILES) $(LISP)
 
243
        tags=; \
 
244
        here=`pwd`; \
 
245
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
246
          if test "$$subdir" = .; then :; else \
 
247
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
248
          fi; \
 
249
        done; \
 
250
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
251
        unique=`for i in $$list; do \
 
252
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
253
          done | \
 
254
          $(AWK) '    { files[$$0] = 1; } \
 
255
               END { for (i in files) print i; }'`; \
 
256
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
257
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
258
             $$tags $$unique
 
259
 
 
260
GTAGS:
 
261
        here=`$(am__cd) $(top_builddir) && pwd` \
 
262
          && cd $(top_srcdir) \
 
263
          && gtags -i $(GTAGS_ARGS) $$here
 
264
 
 
265
distclean-tags:
 
266
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
267
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
268
 
 
269
top_distdir = ../..
 
270
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
271
 
 
272
distdir: $(DISTFILES)
 
273
        @list='$(DISTFILES)'; for file in $$list; do \
 
274
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
275
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
276
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
277
            dir="/$$dir"; \
 
278
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
279
          else \
 
280
            dir=''; \
 
281
          fi; \
 
282
          if test -d $$d/$$file; then \
 
283
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
284
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
285
            fi; \
 
286
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
287
          else \
 
288
            test -f $(distdir)/$$file \
 
289
            || cp -p $$d/$$file $(distdir)/$$file \
 
290
            || exit 1; \
 
291
          fi; \
 
292
        done
 
293
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
294
          if test "$$subdir" = .; then :; else \
 
295
            test -d $(distdir)/$$subdir \
 
296
            || mkdir $(distdir)/$$subdir \
 
297
            || exit 1; \
 
298
            (cd $$subdir && \
 
299
              $(MAKE) $(AM_MAKEFLAGS) \
 
300
                top_distdir="$(top_distdir)" \
 
301
                distdir=../$(distdir)/$$subdir \
 
302
                distdir) \
 
303
              || exit 1; \
 
304
          fi; \
 
305
        done
 
306
check-am: all-am
 
307
check: check-recursive
 
308
all-am: Makefile
 
309
installdirs: installdirs-recursive
 
310
installdirs-am:
 
311
 
 
312
install: install-recursive
 
313
install-exec: install-exec-recursive
 
314
install-data: install-data-recursive
 
315
uninstall: uninstall-recursive
 
316
 
 
317
install-am: all-am
 
318
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
319
 
 
320
installcheck: installcheck-recursive
 
321
install-strip:
 
322
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
323
          INSTALL_STRIP_FLAG=-s \
 
324
          `test -z '$(STRIP)' || \
 
325
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
326
mostlyclean-generic:
 
327
 
 
328
clean-generic:
 
329
 
 
330
distclean-generic:
 
331
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
332
 
 
333
maintainer-clean-generic:
 
334
        @echo "This command is intended for maintainers to use"
 
335
        @echo "it deletes files that may require special tools to rebuild."
 
336
clean: clean-recursive
 
337
 
 
338
clean-am: clean-generic clean-libtool mostlyclean-am
 
339
 
 
340
distclean: distclean-recursive
 
341
 
 
342
distclean-am: clean-am distclean-generic distclean-libtool \
 
343
        distclean-tags
 
344
 
 
345
dvi: dvi-recursive
 
346
 
 
347
dvi-am:
 
348
 
 
349
info: info-recursive
 
350
 
 
351
info-am:
 
352
 
 
353
install-data-am:
 
354
 
 
355
install-exec-am:
 
356
 
 
357
install-info: install-info-recursive
 
358
 
 
359
install-man:
 
360
 
 
361
installcheck-am:
 
362
 
 
363
maintainer-clean: maintainer-clean-recursive
 
364
 
 
365
maintainer-clean-am: distclean-am maintainer-clean-generic
 
366
 
 
367
mostlyclean: mostlyclean-recursive
 
368
 
 
369
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
370
 
 
371
uninstall-am: uninstall-info-am
 
372
 
 
373
uninstall-info: uninstall-info-recursive
 
374
 
 
375
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
376
        clean-generic clean-libtool clean-recursive distclean \
 
377
        distclean-generic distclean-libtool distclean-recursive \
 
378
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
 
379
        info-recursive install install-am install-data install-data-am \
 
380
        install-data-recursive install-exec install-exec-am \
 
381
        install-exec-recursive install-info install-info-am \
 
382
        install-info-recursive install-man install-recursive \
 
383
        install-strip installcheck installcheck-am installdirs \
 
384
        installdirs-am installdirs-recursive maintainer-clean \
 
385
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
386
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
387
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
388
        uninstall-info-recursive uninstall-recursive
 
389
 
 
390
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
391
# Otherwise a system limit (for SysV at least) may be exceeded.
 
392
.NOEXPORT: