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

« back to all changes in this revision

Viewing changes to include/FLAC/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 automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
13
14
 
14
15
@SET_MAKE@
15
16
 
16
 
#  flac - Command-line FLAC encoder/decoder
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,
 
17
#  libFLAC - Free Lossless Audio Codec library
 
18
#  Copyright (C) 2000,2001,2002,2003  Josh Coalson
 
19
#
 
20
#  This library is free software; you can redistribute it and/or
 
21
#  modify it under the terms of the GNU Library General Public
 
22
#  License as published by the Free Software Foundation; either
 
23
#  version 2 of the License, or (at your option) any later version.
 
24
#
 
25
#  This library is distributed in the hope that it will be useful,
25
26
#  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.
 
27
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
28
#  Library General Public License for more details.
28
29
#
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
 
 
 
30
#  You should have received a copy of the GNU Library General Public
 
31
#  License along with this library; if not, write to the
 
32
#  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
33
#  Boston, MA  02111-1307, USA.
33
34
SHELL = @SHELL@
34
35
 
35
36
srcdir = @srcdir@
48
49
libdir = @libdir@
49
50
infodir = @infodir@
50
51
mandir = @mandir@
 
52
includedir = @includedir@
51
53
oldincludedir = /usr/include
52
54
pkgdatadir = $(datadir)/@PACKAGE@
53
55
pkglibdir = $(libdir)/@PACKAGE@
59
61
AUTOMAKE = @AUTOMAKE@
60
62
AUTOHEADER = @AUTOHEADER@
61
63
 
 
64
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
62
65
INSTALL = @INSTALL@
63
66
INSTALL_PROGRAM = @INSTALL_PROGRAM@
64
67
INSTALL_DATA = @INSTALL_DATA@
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
65
71
INSTALL_SCRIPT = @INSTALL_SCRIPT@
66
72
INSTALL_HEADER = $(INSTALL_DATA)
67
73
transform = @program_transform_name@
73
79
POST_UNINSTALL = :
74
80
host_alias = @host_alias@
75
81
host_triplet = @host@
 
82
 
 
83
EXEEXT = @EXEEXT@
 
84
OBJEXT = @OBJEXT@
 
85
PATH_SEPARATOR = @PATH_SEPARATOR@
76
86
AMTAR = @AMTAR@
77
87
AS = @AS@
78
88
AWK = @AWK@
79
89
CC = @CC@
 
90
CXX = @CXX@
80
91
DEPDIR = @DEPDIR@
81
92
DLLTOOL = @DLLTOOL@
 
93
DOXYGEN = @DOXYGEN@
82
94
ECHO = @ECHO@
83
 
EXEEXT = @EXEEXT@
84
95
FLaC__SIZE16 = @FLaC__SIZE16@
85
96
FLaC__SIZE32 = @FLaC__SIZE32@
86
97
FLaC__SIZE64 = @FLaC__SIZE64@
87
98
FLaC__USIZE16 = @FLaC__USIZE16@
88
99
FLaC__USIZE32 = @FLaC__USIZE32@
89
100
FLaC__USIZE64 = @FLaC__USIZE64@
 
101
HAVE_LIB = @HAVE_LIB@
 
102
ID3LIB_CFLAGS = @ID3LIB_CFLAGS@
 
103
ID3LIB_LIBS = @ID3LIB_LIBS@
90
104
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
105
LIB = @LIB@
 
106
LIBICONV = @LIBICONV@
91
107
LIBTOOL = @LIBTOOL@
92
108
LN_S = @LN_S@
 
109
LTLIB = @LTLIB@
 
110
LTLIBICONV = @LTLIBICONV@
 
111
MAINT = @MAINT@
93
112
NASM = @NASM@
94
113
OBJDUMP = @OBJDUMP@
95
 
OBJEXT = @OBJEXT@
96
114
OBJ_FORMAT = @OBJ_FORMAT@
 
115
OGG_CFLAGS = @OGG_CFLAGS@
 
116
OGG_LIBS = @OGG_LIBS@
97
117
PACKAGE = @PACKAGE@
98
118
RANLIB = @RANLIB@
99
119
STRIP = @STRIP@
113
133
am__quote = @am__quote@
114
134
install_sh = @install_sh@
115
135
 
116
 
includedir = ${prefix}/include/FLAC
 
136
flaccincludedir = $(includedir)/FLAC
117
137
 
118
 
include_HEADERS = \
 
138
flaccinclude_HEADERS = \
119
139
        all.h \
120
140
        assert.h \
 
141
        export.h \
121
142
        file_decoder.h \
 
143
        file_encoder.h \
122
144
        format.h \
 
145
        metadata.h \
123
146
        ordinals.h \
124
 
        seek_table.h \
125
147
        seekable_stream_decoder.h \
 
148
        seekable_stream_encoder.h \
126
149
        stream_decoder.h \
127
 
        stream_encoder.h \
128
 
        utility.h
 
150
        stream_encoder.h
129
151
 
130
152
subdir = include/FLAC
131
153
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
154
CONFIG_HEADER = $(top_builddir)/config.h
132
155
CONFIG_CLEAN_FILES = ordinals.h
133
156
DIST_SOURCES =
134
 
HEADERS = $(include_HEADERS)
 
157
HEADERS = $(flaccinclude_HEADERS)
135
158
 
136
 
DIST_COMMON = $(include_HEADERS) Makefile.am Makefile.in ordinals.h.in
 
159
DIST_COMMON = $(flaccinclude_HEADERS) Makefile.am Makefile.in \
 
160
        ordinals.h.in
137
161
all: all-am
138
162
 
139
163
.SUFFIXES:
 
164
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
165
        cd $(top_srcdir) && \
 
166
          $(AUTOMAKE) --gnu  include/FLAC/Makefile
 
167
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
168
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
169
ordinals.h: $(top_builddir)/config.status ordinals.h.in
 
170
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
140
171
 
141
172
mostlyclean-libtool:
142
173
        -rm -f *.lo
146
177
 
147
178
distclean-libtool:
148
179
        -rm -f libtool
149
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
150
 
        cd $(top_srcdir) && \
151
 
          $(AUTOMAKE) --foreign  include/FLAC/Makefile
152
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
153
 
        cd $(top_builddir) && \
154
 
          CONFIG_HEADERS= CONFIG_LINKS= \
155
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
156
 
ordinals.h: $(top_builddir)/config.status ordinals.h.in
157
 
        cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= CONFIG_LINKS= $(SHELL) ./config.status
158
180
uninstall-info-am:
159
 
install-includeHEADERS: $(include_HEADERS)
 
181
flaccincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
182
install-flaccincludeHEADERS: $(flaccinclude_HEADERS)
160
183
        @$(NORMAL_INSTALL)
161
 
        $(mkinstalldirs) $(DESTDIR)$(includedir)
162
 
        @list='$(include_HEADERS)'; for p in $$list; do \
 
184
        $(mkinstalldirs) $(DESTDIR)$(flaccincludedir)
 
185
        @list='$(flaccinclude_HEADERS)'; for p in $$list; do \
163
186
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
164
187
          f="`echo $$p | sed -e 's|^.*/||'`"; \
165
 
          echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
166
 
          $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(includedir)/$$f; \
 
188
          echo " $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f"; \
 
189
          $(flaccincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(flaccincludedir)/$$f; \
167
190
        done
168
191
 
169
 
uninstall-includeHEADERS:
 
192
uninstall-flaccincludeHEADERS:
170
193
        @$(NORMAL_UNINSTALL)
171
 
        @list='$(include_HEADERS)'; for p in $$list; do \
 
194
        @list='$(flaccinclude_HEADERS)'; for p in $$list; do \
172
195
          f="`echo $$p | sed -e 's|^.*/||'`"; \
173
 
          echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
174
 
          rm -f $(DESTDIR)$(includedir)/$$f; \
 
196
          echo " rm -f $(DESTDIR)$(flaccincludedir)/$$f"; \
 
197
          rm -f $(DESTDIR)$(flaccincludedir)/$$f; \
175
198
        done
176
199
 
 
200
ETAGS = etags
 
201
ETAGSFLAGS =
 
202
 
177
203
tags: TAGS
178
204
 
179
205
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
180
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
206
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
181
207
        unique=`for i in $$list; do \
182
208
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
183
209
          done | \
184
210
          $(AWK) '    { files[$$0] = 1; } \
185
211
               END { for (i in files) print i; }'`; \
186
 
        mkid -fID $$unique $(LISP)
 
212
        mkid -fID $$unique
187
213
 
188
214
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
189
215
                $(TAGS_FILES) $(LISP)
190
216
        tags=; \
191
217
        here=`pwd`; \
192
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
218
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
193
219
        unique=`for i in $$list; do \
194
220
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195
221
          done | \
196
222
          $(AWK) '    { files[$$0] = 1; } \
197
223
               END { for (i in files) print i; }'`; \
198
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
199
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
224
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
225
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
226
             $$tags $$unique
200
227
 
201
228
GTAGS:
202
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
229
        here=`$(am__cd) $(top_builddir) && pwd` \
203
230
          && cd $(top_srcdir) \
204
231
          && gtags -i $(GTAGS_ARGS) $$here
205
232
 
206
233
distclean-tags:
207
234
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
208
 
 
209
235
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
210
236
 
211
237
top_distdir = ../..
212
238
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
213
239
 
214
240
distdir: $(DISTFILES)
215
 
        @for file in $(DISTFILES); do \
216
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
241
        @list='$(DISTFILES)'; for file in $$list; do \
 
242
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
217
243
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
218
244
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
219
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
245
            dir="/$$dir"; \
 
246
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
247
          else \
 
248
            dir=''; \
220
249
          fi; \
221
250
          if test -d $$d/$$file; then \
222
 
            cp -pR $$d/$$file $(distdir) \
223
 
            || exit 1; \
 
251
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
252
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
253
            fi; \
 
254
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
224
255
          else \
225
256
            test -f $(distdir)/$$file \
226
257
            || cp -p $$d/$$file $(distdir)/$$file \
232
263
all-am: Makefile $(HEADERS)
233
264
 
234
265
installdirs:
235
 
        $(mkinstalldirs) $(DESTDIR)$(includedir)
 
266
        $(mkinstalldirs) $(DESTDIR)$(flaccincludedir)
236
267
 
237
268
install: install-am
238
269
install-exec: install-exec-am
245
276
installcheck: installcheck-am
246
277
install-strip:
247
278
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
279
          INSTALL_STRIP_FLAG=-s \
248
280
          `test -z '$(STRIP)' || \
249
281
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
250
282
mostlyclean-generic:
252
284
clean-generic:
253
285
 
254
286
distclean-generic:
255
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
287
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
256
288
 
257
289
maintainer-clean-generic:
258
290
        @echo "This command is intended for maintainers to use"
274
306
 
275
307
info-am:
276
308
 
277
 
install-data-am: install-includeHEADERS
 
309
install-data-am: install-flaccincludeHEADERS
278
310
 
279
311
install-exec-am:
280
312
 
292
324
 
293
325
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
294
326
 
295
 
uninstall-am: uninstall-includeHEADERS uninstall-info-am
 
327
uninstall-am: uninstall-flaccincludeHEADERS uninstall-info-am
296
328
 
297
329
.PHONY: GTAGS all all-am check check-am clean clean-generic \
298
330
        clean-libtool distclean distclean-generic distclean-libtool \
299
331
        distclean-tags distdir dvi dvi-am info info-am install \
300
332
        install-am install-data install-data-am install-exec \
301
 
        install-exec-am install-includeHEADERS install-info \
 
333
        install-exec-am install-flaccincludeHEADERS install-info \
302
334
        install-info-am install-man install-strip installcheck \
303
335
        installcheck-am installdirs maintainer-clean \
304
336
        maintainer-clean-generic mostlyclean mostlyclean-generic \
305
337
        mostlyclean-libtool tags uninstall uninstall-am \
306
 
        uninstall-includeHEADERS uninstall-info-am
 
338
        uninstall-flaccincludeHEADERS uninstall-info-am
307
339
 
308
340
# Tell versions [3.59,3.63) of GNU make to not export all variables.
309
341
# Otherwise a system limit (for SysV at least) may be exceeded.