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

« back to all changes in this revision

Viewing changes to doc/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 automatically by automake 1.5 from Makefile.am.
2
 
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4
 
# Free Software Foundation, Inc.
5
 
# This Makefile.in is free software; the Free Software Foundation
6
 
# gives unlimited permission to copy and/or distribute it,
7
 
# with or without modifications, as long as this notice is preserved.
8
 
 
9
 
# This program is distributed in the hope that it will be useful,
10
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12
 
# PARTICULAR PURPOSE.
13
 
 
14
 
@SET_MAKE@
15
 
 
16
 
#  FLAC - Free Lossless Audio Codec
17
 
#  Copyright (C) 2001  Josh Coalson
18
 
#
19
 
#  This program is part of FLAC; 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,
25
 
#  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.
28
 
#
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
 
 
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
 
INSTALL = @INSTALL@
64
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
65
 
INSTALL_DATA = @INSTALL_DATA@
66
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
67
 
INSTALL_HEADER = $(INSTALL_DATA)
68
 
transform = @program_transform_name@
69
 
NORMAL_INSTALL = :
70
 
PRE_INSTALL = :
71
 
POST_INSTALL = :
72
 
NORMAL_UNINSTALL = :
73
 
PRE_UNINSTALL = :
74
 
POST_UNINSTALL = :
75
 
host_alias = @host_alias@
76
 
host_triplet = @host@
77
 
AMTAR = @AMTAR@
78
 
AS = @AS@
79
 
AWK = @AWK@
80
 
CC = @CC@
81
 
DEPDIR = @DEPDIR@
82
 
DLLTOOL = @DLLTOOL@
83
 
ECHO = @ECHO@
84
 
EXEEXT = @EXEEXT@
85
 
FLaC__SIZE16 = @FLaC__SIZE16@
86
 
FLaC__SIZE32 = @FLaC__SIZE32@
87
 
FLaC__SIZE64 = @FLaC__SIZE64@
88
 
FLaC__USIZE16 = @FLaC__USIZE16@
89
 
FLaC__USIZE32 = @FLaC__USIZE32@
90
 
FLaC__USIZE64 = @FLaC__USIZE64@
91
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
92
 
LIBTOOL = @LIBTOOL@
93
 
LN_S = @LN_S@
94
 
NASM = @NASM@
95
 
OBJDUMP = @OBJDUMP@
96
 
OBJEXT = @OBJEXT@
97
 
OBJ_FORMAT = @OBJ_FORMAT@
98
 
PACKAGE = @PACKAGE@
99
 
RANLIB = @RANLIB@
100
 
STRIP = @STRIP@
101
 
VERSION = @VERSION@
102
 
XMMS_CFLAGS = @XMMS_CFLAGS@
103
 
XMMS_CONFIG = @XMMS_CONFIG@
104
 
XMMS_DATA_DIR = @XMMS_DATA_DIR@
105
 
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
106
 
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
107
 
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
108
 
XMMS_LIBS = @XMMS_LIBS@
109
 
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
110
 
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
111
 
XMMS_VERSION = @XMMS_VERSION@
112
 
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
113
 
am__include = @am__include@
114
 
am__quote = @am__quote@
115
 
install_sh = @install_sh@
116
 
 
117
 
EXTRA_DIST = 1x1.gif \
118
 
        cafebug.gif \
119
 
        logo.jpg
120
 
 
121
 
subdir = doc/images
122
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123
 
CONFIG_CLEAN_FILES =
124
 
DIST_SOURCES =
125
 
DIST_COMMON = Makefile.am Makefile.in
126
 
all: all-am
127
 
 
128
 
.SUFFIXES:
129
 
 
130
 
mostlyclean-libtool:
131
 
        -rm -f *.lo
132
 
 
133
 
clean-libtool:
134
 
        -rm -rf .libs _libs
135
 
 
136
 
distclean-libtool:
137
 
        -rm -f libtool
138
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
139
 
        cd $(top_srcdir) && \
140
 
          $(AUTOMAKE) --foreign  doc/images/Makefile
141
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
142
 
        cd $(top_builddir) && \
143
 
          CONFIG_HEADERS= CONFIG_LINKS= \
144
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
145
 
uninstall-info-am:
146
 
tags: TAGS
147
 
TAGS:
148
 
 
149
 
 
150
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151
 
 
152
 
top_distdir = ../..
153
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
154
 
 
155
 
distdir: $(DISTFILES)
156
 
        @for file in $(DISTFILES); do \
157
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
158
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
159
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
160
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
161
 
          fi; \
162
 
          if test -d $$d/$$file; then \
163
 
            cp -pR $$d/$$file $(distdir) \
164
 
            || exit 1; \
165
 
          else \
166
 
            test -f $(distdir)/$$file \
167
 
            || cp -p $$d/$$file $(distdir)/$$file \
168
 
            || exit 1; \
169
 
          fi; \
170
 
        done
171
 
check-am: all-am
172
 
check: check-am
173
 
all-am: Makefile
174
 
 
175
 
installdirs:
176
 
 
177
 
install: install-am
178
 
install-exec: install-exec-am
179
 
install-data: install-data-am
180
 
uninstall: uninstall-am
181
 
 
182
 
install-am: all-am
183
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
184
 
 
185
 
installcheck: installcheck-am
186
 
install-strip:
187
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
188
 
          `test -z '$(STRIP)' || \
189
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
190
 
mostlyclean-generic:
191
 
 
192
 
clean-generic:
193
 
 
194
 
distclean-generic:
195
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
196
 
 
197
 
maintainer-clean-generic:
198
 
        @echo "This command is intended for maintainers to use"
199
 
        @echo "it deletes files that may require special tools to rebuild."
200
 
clean: clean-am
201
 
 
202
 
clean-am: clean-generic clean-libtool mostlyclean-am
203
 
 
204
 
distclean: distclean-am
205
 
 
206
 
distclean-am: clean-am distclean-generic distclean-libtool
207
 
 
208
 
dvi: dvi-am
209
 
 
210
 
dvi-am:
211
 
 
212
 
info: info-am
213
 
 
214
 
info-am:
215
 
 
216
 
install-data-am:
217
 
 
218
 
install-exec-am:
219
 
 
220
 
install-info: install-info-am
221
 
 
222
 
install-man:
223
 
 
224
 
installcheck-am:
225
 
 
226
 
maintainer-clean: maintainer-clean-am
227
 
 
228
 
maintainer-clean-am: distclean-am maintainer-clean-generic
229
 
 
230
 
mostlyclean: mostlyclean-am
231
 
 
232
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
233
 
 
234
 
uninstall-am: uninstall-info-am
235
 
 
236
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
237
 
        distclean distclean-generic distclean-libtool distdir dvi \
238
 
        dvi-am info info-am install install-am install-data \
239
 
        install-data-am install-exec install-exec-am install-info \
240
 
        install-info-am install-man install-strip installcheck \
241
 
        installcheck-am installdirs maintainer-clean \
242
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
243
 
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
244
 
 
245
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
246
 
# Otherwise a system limit (for SysV at least) may be exceeded.
247
 
.NOEXPORT: