~ubuntu-branches/ubuntu/warty/flac/warty

« back to all changes in this revision

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