~ubuntu-branches/ubuntu/saucy/flac/saucy

« back to all changes in this revision

Viewing changes to src/libFLAC/include/private/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2001-12-10 03:09:22 UTC
  • Revision ID: james.westby@ubuntu.com-20011210030922-0vdtpz6a7mfwefo5
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

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
#  libFLAC - Free Lossless Audio Codec library
 
17
#  Copyright (C) 2001  Josh Coalson
 
18
#
 
19
#  This library is free software; you can redistribute it and/or
 
20
#  modify it under the terms of the GNU Library General Public
 
21
#  License as published by the Free Software Foundation; either
 
22
#  version 2 of the License, or (at your option) any later version.
 
23
#
 
24
#  This library 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 GNU
 
27
#  Library General Public License for more details.
 
28
#
 
29
#  You should have received a copy of the GNU Library General Public
 
30
#  License along with this library; if not, write to the
 
31
#  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
32
#  Boston, MA  02111-1307, USA.
 
33
 
 
34
SHELL = @SHELL@
 
35
 
 
36
srcdir = @srcdir@
 
37
top_srcdir = @top_srcdir@
 
38
VPATH = @srcdir@
 
39
prefix = @prefix@
 
40
exec_prefix = @exec_prefix@
 
41
 
 
42
bindir = @bindir@
 
43
sbindir = @sbindir@
 
44
libexecdir = @libexecdir@
 
45
datadir = @datadir@
 
46
sysconfdir = @sysconfdir@
 
47
sharedstatedir = @sharedstatedir@
 
48
localstatedir = @localstatedir@
 
49
libdir = @libdir@
 
50
infodir = @infodir@
 
51
mandir = @mandir@
 
52
includedir = @includedir@
 
53
oldincludedir = /usr/include
 
54
pkgdatadir = $(datadir)/@PACKAGE@
 
55
pkglibdir = $(libdir)/@PACKAGE@
 
56
pkgincludedir = $(includedir)/@PACKAGE@
 
57
top_builddir = ../../../..
 
58
 
 
59
ACLOCAL = @ACLOCAL@
 
60
AUTOCONF = @AUTOCONF@
 
61
AUTOMAKE = @AUTOMAKE@
 
62
AUTOHEADER = @AUTOHEADER@
 
63
 
 
64
INSTALL = @INSTALL@
 
65
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
66
INSTALL_DATA = @INSTALL_DATA@
 
67
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
68
INSTALL_HEADER = $(INSTALL_DATA)
 
69
transform = @program_transform_name@
 
70
NORMAL_INSTALL = :
 
71
PRE_INSTALL = :
 
72
POST_INSTALL = :
 
73
NORMAL_UNINSTALL = :
 
74
PRE_UNINSTALL = :
 
75
POST_UNINSTALL = :
 
76
host_alias = @host_alias@
 
77
host_triplet = @host@
 
78
AMTAR = @AMTAR@
 
79
AS = @AS@
 
80
AWK = @AWK@
 
81
CC = @CC@
 
82
DEPDIR = @DEPDIR@
 
83
DLLTOOL = @DLLTOOL@
 
84
ECHO = @ECHO@
 
85
EXEEXT = @EXEEXT@
 
86
FLaC__SIZE16 = @FLaC__SIZE16@
 
87
FLaC__SIZE32 = @FLaC__SIZE32@
 
88
FLaC__SIZE64 = @FLaC__SIZE64@
 
89
FLaC__USIZE16 = @FLaC__USIZE16@
 
90
FLaC__USIZE32 = @FLaC__USIZE32@
 
91
FLaC__USIZE64 = @FLaC__USIZE64@
 
92
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
93
LIBTOOL = @LIBTOOL@
 
94
LN_S = @LN_S@
 
95
NASM = @NASM@
 
96
OBJDUMP = @OBJDUMP@
 
97
OBJEXT = @OBJEXT@
 
98
OBJ_FORMAT = @OBJ_FORMAT@
 
99
PACKAGE = @PACKAGE@
 
100
RANLIB = @RANLIB@
 
101
STRIP = @STRIP@
 
102
VERSION = @VERSION@
 
103
XMMS_CFLAGS = @XMMS_CFLAGS@
 
104
XMMS_CONFIG = @XMMS_CONFIG@
 
105
XMMS_DATA_DIR = @XMMS_DATA_DIR@
 
106
XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
 
107
XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
 
108
XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
 
109
XMMS_LIBS = @XMMS_LIBS@
 
110
XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
 
111
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
 
112
XMMS_VERSION = @XMMS_VERSION@
 
113
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
114
am__include = @am__include@
 
115
am__quote = @am__quote@
 
116
install_sh = @install_sh@
 
117
 
 
118
noinst_HEADERS = \
 
119
        all.h \
 
120
        bitbuffer.h \
 
121
        bitmath.h \
 
122
        cpu.h \
 
123
        crc.h \
 
124
        fixed.h \
 
125
        lpc.h \
 
126
        md5.h \
 
127
        memory.h \
 
128
        stream_encoder_framing.h
 
129
 
 
130
subdir = src/libFLAC/include/private
 
131
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
132
CONFIG_CLEAN_FILES =
 
133
depcomp =
 
134
DIST_SOURCES =
 
135
HEADERS = $(noinst_HEADERS)
 
136
 
 
137
DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
138
all: all-am
 
139
 
 
140
.SUFFIXES:
 
141
 
 
142
mostlyclean-libtool:
 
143
        -rm -f *.lo
 
144
 
 
145
clean-libtool:
 
146
        -rm -rf .libs _libs
 
147
 
 
148
distclean-libtool:
 
149
        -rm -f libtool
 
150
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
151
        cd $(top_srcdir) && \
 
152
          $(AUTOMAKE) --gnu  --ignore-deps src/libFLAC/include/private/Makefile
 
153
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
154
        cd $(top_builddir) && \
 
155
          CONFIG_HEADERS= CONFIG_LINKS= \
 
156
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
157
uninstall-info-am:
 
158
 
 
159
tags: TAGS
 
160
 
 
161
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
162
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
163
        unique=`for i in $$list; do \
 
164
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
165
          done | \
 
166
          $(AWK) '    { files[$$0] = 1; } \
 
167
               END { for (i in files) print i; }'`; \
 
168
        mkid -fID $$unique $(LISP)
 
169
 
 
170
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
171
                $(TAGS_FILES) $(LISP)
 
172
        tags=; \
 
173
        here=`pwd`; \
 
174
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
175
        unique=`for i in $$list; do \
 
176
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
177
          done | \
 
178
          $(AWK) '    { files[$$0] = 1; } \
 
179
               END { for (i in files) print i; }'`; \
 
180
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
181
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
182
 
 
183
GTAGS:
 
184
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
185
          && cd $(top_srcdir) \
 
186
          && gtags -i $(GTAGS_ARGS) $$here
 
187
 
 
188
distclean-tags:
 
189
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
190
 
 
191
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
192
 
 
193
top_distdir = ../../../..
 
194
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
195
 
 
196
distdir: $(DISTFILES)
 
197
        @for file in $(DISTFILES); do \
 
198
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
199
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
200
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
201
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
202
          fi; \
 
203
          if test -d $$d/$$file; then \
 
204
            cp -pR $$d/$$file $(distdir) \
 
205
            || exit 1; \
 
206
          else \
 
207
            test -f $(distdir)/$$file \
 
208
            || cp -p $$d/$$file $(distdir)/$$file \
 
209
            || exit 1; \
 
210
          fi; \
 
211
        done
 
212
check-am: all-am
 
213
check: check-am
 
214
all-am: Makefile $(HEADERS)
 
215
 
 
216
installdirs:
 
217
 
 
218
install: install-am
 
219
install-exec: install-exec-am
 
220
install-data: install-data-am
 
221
uninstall: uninstall-am
 
222
 
 
223
install-am: all-am
 
224
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
225
 
 
226
installcheck: installcheck-am
 
227
install-strip:
 
228
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
229
          `test -z '$(STRIP)' || \
 
230
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
231
mostlyclean-generic:
 
232
 
 
233
clean-generic:
 
234
 
 
235
distclean-generic:
 
236
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
237
 
 
238
maintainer-clean-generic:
 
239
        @echo "This command is intended for maintainers to use"
 
240
        @echo "it deletes files that may require special tools to rebuild."
 
241
clean: clean-am
 
242
 
 
243
clean-am: clean-generic clean-libtool mostlyclean-am
 
244
 
 
245
distclean: distclean-am
 
246
 
 
247
distclean-am: clean-am distclean-generic distclean-libtool \
 
248
        distclean-tags
 
249
 
 
250
dvi: dvi-am
 
251
 
 
252
dvi-am:
 
253
 
 
254
info: info-am
 
255
 
 
256
info-am:
 
257
 
 
258
install-data-am:
 
259
 
 
260
install-exec-am:
 
261
 
 
262
install-info: install-info-am
 
263
 
 
264
install-man:
 
265
 
 
266
installcheck-am:
 
267
 
 
268
maintainer-clean: maintainer-clean-am
 
269
 
 
270
maintainer-clean-am: distclean-am maintainer-clean-generic
 
271
 
 
272
mostlyclean: mostlyclean-am
 
273
 
 
274
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
275
 
 
276
uninstall-am: uninstall-info-am
 
277
 
 
278
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
279
        clean-libtool distclean distclean-generic distclean-libtool \
 
280
        distclean-tags distdir dvi dvi-am info info-am install \
 
281
        install-am install-data install-data-am install-exec \
 
282
        install-exec-am install-info install-info-am install-man \
 
283
        install-strip installcheck installcheck-am installdirs \
 
284
        maintainer-clean maintainer-clean-generic mostlyclean \
 
285
        mostlyclean-generic mostlyclean-libtool tags uninstall \
 
286
        uninstall-am uninstall-info-am
 
287
 
 
288
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
289
# Otherwise a system limit (for SysV at least) may be exceeded.
 
290
.NOEXPORT: