~ubuntu-branches/ubuntu/karmic/flac/karmic

« back to all changes in this revision

Viewing changes to doc/html/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matt Zimmerman
  • Date: 2005-01-08 15:08:22 UTC
  • mto: (8.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050108150822-yvinilrafylazcyv
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
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@
 
18
#  Copyright (C) 2001,2002,2003,2004  Josh Coalson
 
19
#
 
20
#  This file is part the FLAC project.  FLAC is comprised of several
 
21
#  components distributed under difference licenses.  The codec libraries
 
22
#  are distributed under Xiph.Org's BSD-like license (see the file
 
23
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
 
24
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
 
25
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
 
26
#  FLAC distribution contains at the top the terms under which it may be
 
27
#  distributed.
 
28
#
 
29
#  Since this particular file is relevant to all components of FLAC,
 
30
#  it may be distributed under the Xiph.Org license, which is the least
 
31
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
 
32
#  distribution.
34
33
 
35
34
srcdir = @srcdir@
36
35
top_srcdir = @top_srcdir@
37
36
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
37
pkgdatadir = $(datadir)/@PACKAGE@
54
38
pkglibdir = $(libdir)/@PACKAGE@
55
39
pkgincludedir = $(includedir)/@PACKAGE@
56
40
top_builddir = ../..
57
 
 
58
 
ACLOCAL = @ACLOCAL@
59
 
AUTOCONF = @AUTOCONF@
60
 
AUTOMAKE = @AUTOMAKE@
61
 
AUTOHEADER = @AUTOHEADER@
62
 
 
63
41
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64
42
INSTALL = @INSTALL@
65
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
66
 
INSTALL_DATA = @INSTALL_DATA@
67
43
install_sh_DATA = $(install_sh) -c -m 644
68
44
install_sh_PROGRAM = $(install_sh) -c
69
45
install_sh_SCRIPT = $(install_sh) -c
70
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
71
46
INSTALL_HEADER = $(INSTALL_DATA)
72
 
transform = @program_transform_name@
 
47
transform = $(program_transform_name)
73
48
NORMAL_INSTALL = :
74
49
PRE_INSTALL = :
75
50
POST_INSTALL = :
76
51
NORMAL_UNINSTALL = :
77
52
PRE_UNINSTALL = :
78
53
POST_UNINSTALL = :
79
 
host_alias = @host_alias@
80
54
host_triplet = @host@
81
 
 
82
 
EXEEXT = @EXEEXT@
83
 
OBJEXT = @OBJEXT@
84
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
55
subdir = doc/html
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
57
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
58
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
60
        $(ACLOCAL_M4)
 
61
mkinstalldirs = $(mkdir_p)
 
62
CONFIG_HEADER = $(top_builddir)/config.h
 
63
CONFIG_CLEAN_FILES =
 
64
SOURCES =
 
65
DIST_SOURCES =
 
66
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
67
        html-recursive info-recursive install-data-recursive \
 
68
        install-exec-recursive install-info-recursive \
 
69
        install-recursive installcheck-recursive installdirs-recursive \
 
70
        pdf-recursive ps-recursive uninstall-info-recursive \
 
71
        uninstall-recursive
 
72
am__installdirs = "$(DESTDIR)$(docdir)"
 
73
docDATA_INSTALL = $(INSTALL_DATA)
 
74
DATA = $(doc_DATA)
 
75
ETAGS = etags
 
76
CTAGS = ctags
 
77
DIST_SUBDIRS = $(SUBDIRS)
 
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
79
ACLOCAL = @ACLOCAL@
 
80
AMDEP_FALSE = @AMDEP_FALSE@
 
81
AMDEP_TRUE = @AMDEP_TRUE@
85
82
AMTAR = @AMTAR@
86
 
AS = @AS@
 
83
AUTOCONF = @AUTOCONF@
 
84
AUTOHEADER = @AUTOHEADER@
 
85
AUTOMAKE = @AUTOMAKE@
87
86
AWK = @AWK@
88
87
CC = @CC@
 
88
CCAS = @CCAS@
 
89
CCASFLAGS = @CCASFLAGS@
 
90
CCDEPMODE = @CCDEPMODE@
 
91
CFLAGS = @CFLAGS@
 
92
CPP = @CPP@
 
93
CPPFLAGS = @CPPFLAGS@
89
94
CXX = @CXX@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DEBUG_FALSE = @DEBUG_FALSE@
 
99
DEBUG_TRUE = @DEBUG_TRUE@
 
100
DEFS = @DEFS@
90
101
DEPDIR = @DEPDIR@
91
 
DLLTOOL = @DLLTOOL@
 
102
DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
92
103
DOXYGEN = @DOXYGEN@
93
104
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@
 
105
ECHO_C = @ECHO_C@
 
106
ECHO_N = @ECHO_N@
 
107
ECHO_T = @ECHO_T@
 
108
EGREP = @EGREP@
 
109
EXEEXT = @EXEEXT@
 
110
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
 
111
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
 
112
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
 
113
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
 
114
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
 
115
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
 
116
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
 
117
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
 
118
FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@
 
119
FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@
 
120
FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@
 
121
FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@
 
122
FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@
 
123
FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@
 
124
FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@
 
125
FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@
 
126
FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@
 
127
FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@
 
128
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@
 
129
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@
 
130
FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@
 
131
FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@
 
132
FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@
 
133
FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@
 
134
FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@
 
135
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
 
136
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
 
137
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
 
138
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
 
139
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
 
140
INSTALL_DATA = @INSTALL_DATA@
 
141
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
142
INSTALL_SCRIPT = @INSTALL_SCRIPT@
103
143
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
104
 
LIB = @LIB@
 
144
LDFLAGS = @LDFLAGS@
105
145
LIBICONV = @LIBICONV@
 
146
LIBOBJS = @LIBOBJS@
 
147
LIBS = @LIBS@
106
148
LIBTOOL = @LIBTOOL@
107
149
LN_S = @LN_S@
108
 
LTLIB = @LTLIB@
109
150
LTLIBICONV = @LTLIBICONV@
 
151
LTLIBOBJS = @LTLIBOBJS@
110
152
MAINT = @MAINT@
 
153
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
154
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
155
MAKEINFO = @MAKEINFO@
111
156
NASM = @NASM@
112
 
OBJDUMP = @OBJDUMP@
 
157
OBJEXT = @OBJEXT@
113
158
OBJ_FORMAT = @OBJ_FORMAT@
114
159
OGG_CFLAGS = @OGG_CFLAGS@
115
160
OGG_LIBS = @OGG_LIBS@
116
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_VERSION = @PACKAGE_VERSION@
 
167
PATH_SEPARATOR = @PATH_SEPARATOR@
117
168
RANLIB = @RANLIB@
 
169
SET_MAKE = @SET_MAKE@
 
170
SHELL = @SHELL@
118
171
STRIP = @STRIP@
119
172
VERSION = @VERSION@
120
173
XMMS_CFLAGS = @XMMS_CFLAGS@
128
181
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
129
182
XMMS_VERSION = @XMMS_VERSION@
130
183
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
184
ac_ct_CC = @ac_ct_CC@
 
185
ac_ct_CXX = @ac_ct_CXX@
 
186
ac_ct_RANLIB = @ac_ct_RANLIB@
 
187
ac_ct_STRIP = @ac_ct_STRIP@
 
188
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
189
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
190
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
191
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
131
192
am__include = @am__include@
 
193
am__leading_dot = @am__leading_dot@
132
194
am__quote = @am__quote@
 
195
bindir = @bindir@
 
196
build = @build@
 
197
build_alias = @build_alias@
 
198
build_cpu = @build_cpu@
 
199
build_os = @build_os@
 
200
build_vendor = @build_vendor@
 
201
datadir = @datadir@
 
202
exec_prefix = @exec_prefix@
 
203
host = @host@
 
204
host_alias = @host_alias@
 
205
host_cpu = @host_cpu@
 
206
host_os = @host_os@
 
207
host_vendor = @host_vendor@
 
208
includedir = @includedir@
 
209
infodir = @infodir@
133
210
install_sh = @install_sh@
134
 
 
 
211
libdir = @libdir@
 
212
libexecdir = @libexecdir@
 
213
localstatedir = @localstatedir@
 
214
mandir = @mandir@
 
215
mkdir_p = @mkdir_p@
 
216
oldincludedir = @oldincludedir@
 
217
prefix = @prefix@
 
218
program_transform_name = @program_transform_name@
 
219
sbindir = @sbindir@
 
220
sharedstatedir = @sharedstatedir@
 
221
sysconfdir = @sysconfdir@
 
222
target_alias = @target_alias@
135
223
AUTOMAKE_OPTIONS = foreign
136
 
 
137
224
SUBDIRS = ru images
138
 
 
139
225
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
140
 
 
141
226
doc_DATA = \
 
227
        changelog.html \
142
228
        comparison.html \
143
229
        developers.html \
144
230
        documentation.html \
145
231
        download.html \
 
232
        faq.html \
146
233
        features.html \
147
234
        format.html \
148
235
        goals.html \
149
236
        id.html \
150
237
        index.html \
151
 
        news.html
152
 
 
153
 
 
154
 
EXTRA_DIST = $(doc_DATA) api
155
 
subdir = doc/html
156
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
157
 
CONFIG_HEADER = $(top_builddir)/config.h
158
 
CONFIG_CLEAN_FILES =
159
 
DIST_SOURCES =
160
 
DATA = $(doc_DATA)
161
 
 
162
 
 
163
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
164
 
        uninstall-info-recursive all-recursive install-data-recursive \
165
 
        install-exec-recursive installdirs-recursive install-recursive \
166
 
        uninstall-recursive check-recursive installcheck-recursive
167
 
DIST_COMMON = Makefile.am Makefile.in
168
 
DIST_SUBDIRS = $(SUBDIRS)
 
238
        license.html \
 
239
        links.html \
 
240
        news.html \
 
241
        ogg_mapping.html
 
242
 
 
243
@FLaC__HAS_DOXYGEN_FALSE@EXTRA_DIST = $(doc_DATA)
 
244
@FLaC__HAS_DOXYGEN_TRUE@EXTRA_DIST = $(doc_DATA) api
169
245
all: all-recursive
170
246
 
171
247
.SUFFIXES:
172
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
248
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
249
        @for dep in $?; do \
 
250
          case '$(am__configure_deps)' in \
 
251
            *$$dep*) \
 
252
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
253
                && exit 0; \
 
254
              exit 1;; \
 
255
          esac; \
 
256
        done; \
 
257
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/html/Makefile'; \
173
258
        cd $(top_srcdir) && \
174
259
          $(AUTOMAKE) --foreign  doc/html/Makefile
175
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
176
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
260
.PRECIOUS: Makefile
 
261
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
262
        @case '$?' in \
 
263
          *config.status*) \
 
264
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
265
          *) \
 
266
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
267
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
268
        esac;
 
269
 
 
270
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
 
 
273
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
274
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
275
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
177
277
 
178
278
mostlyclean-libtool:
179
279
        -rm -f *.lo
184
284
distclean-libtool:
185
285
        -rm -f libtool
186
286
uninstall-info-am:
187
 
docDATA_INSTALL = $(INSTALL_DATA)
188
287
install-docDATA: $(doc_DATA)
189
288
        @$(NORMAL_INSTALL)
190
 
        $(mkinstalldirs) $(DESTDIR)$(docdir)
 
289
        test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
191
290
        @list='$(doc_DATA)'; for p in $$list; do \
192
291
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
193
292
          f="`echo $$p | sed -e 's|^.*/||'`"; \
194
 
          echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
195
 
          $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \
 
293
          echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
 
294
          $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
196
295
        done
197
296
 
198
297
uninstall-docDATA:
199
298
        @$(NORMAL_UNINSTALL)
200
299
        @list='$(doc_DATA)'; for p in $$list; do \
201
300
          f="`echo $$p | sed -e 's|^.*/||'`"; \
202
 
          echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
203
 
          rm -f $(DESTDIR)$(docdir)/$$f; \
 
301
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
 
302
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
204
303
        done
205
304
 
206
305
# This directory's subdirectories are mostly independent; you can cd
257
356
        list='$(SUBDIRS)'; for subdir in $$list; do \
258
357
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
259
358
        done
260
 
 
261
 
ETAGS = etags
262
 
ETAGSFLAGS =
263
 
 
264
 
tags: TAGS
 
359
ctags-recursive:
 
360
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
361
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
362
        done
265
363
 
266
364
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
267
365
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
271
369
          $(AWK) '    { files[$$0] = 1; } \
272
370
               END { for (i in files) print i; }'`; \
273
371
        mkid -fID $$unique
 
372
tags: TAGS
274
373
 
275
374
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
276
375
                $(TAGS_FILES) $(LISP)
277
376
        tags=; \
278
377
        here=`pwd`; \
 
378
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
379
          include_option=--etags-include; \
 
380
          empty_fix=.; \
 
381
        else \
 
382
          include_option=--include; \
 
383
          empty_fix=; \
 
384
        fi; \
279
385
        list='$(SUBDIRS)'; for subdir in $$list; do \
280
386
          if test "$$subdir" = .; then :; else \
281
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
387
            test ! -f $$subdir/TAGS || \
 
388
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
282
389
          fi; \
283
390
        done; \
284
391
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
287
394
          done | \
288
395
          $(AWK) '    { files[$$0] = 1; } \
289
396
               END { for (i in files) print i; }'`; \
290
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
291
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
397
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
398
          test -n "$$unique" || unique=$$empty_fix; \
 
399
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
400
            $$tags $$unique; \
 
401
        fi
 
402
ctags: CTAGS
 
403
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
404
                $(TAGS_FILES) $(LISP)
 
405
        tags=; \
 
406
        here=`pwd`; \
 
407
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
408
        unique=`for i in $$list; do \
 
409
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
410
          done | \
 
411
          $(AWK) '    { files[$$0] = 1; } \
 
412
               END { for (i in files) print i; }'`; \
 
413
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
414
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
292
415
             $$tags $$unique
293
416
 
294
417
GTAGS:
297
420
          && gtags -i $(GTAGS_ARGS) $$here
298
421
 
299
422
distclean-tags:
300
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
301
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302
 
 
303
 
top_distdir = ../..
304
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
423
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
305
424
 
306
425
distdir: $(DISTFILES)
307
 
        @list='$(DISTFILES)'; for file in $$list; do \
 
426
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
427
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
428
        list='$(DISTFILES)'; for file in $$list; do \
 
429
          case $$file in \
 
430
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
431
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
432
          esac; \
308
433
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
309
434
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
310
435
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
311
436
            dir="/$$dir"; \
312
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
437
            $(mkdir_p) "$(distdir)$$dir"; \
313
438
          else \
314
439
            dir=''; \
315
440
          fi; \
326
451
        done
327
452
        list='$(SUBDIRS)'; for subdir in $$list; do \
328
453
          if test "$$subdir" = .; then :; else \
329
 
            test -d $(distdir)/$$subdir \
330
 
            || mkdir $(distdir)/$$subdir \
 
454
            test -d "$(distdir)/$$subdir" \
 
455
            || mkdir "$(distdir)/$$subdir" \
331
456
            || exit 1; \
332
457
            (cd $$subdir && \
333
458
              $(MAKE) $(AM_MAKEFLAGS) \
334
 
                top_distdir="$(top_distdir)" \
335
 
                distdir=../$(distdir)/$$subdir \
 
459
                top_distdir="../$(top_distdir)" \
 
460
                distdir="../$(distdir)/$$subdir" \
336
461
                distdir) \
337
462
              || exit 1; \
338
463
          fi; \
342
467
all-am: Makefile $(DATA)
343
468
installdirs: installdirs-recursive
344
469
installdirs-am:
345
 
        $(mkinstalldirs) $(DESTDIR)$(docdir)
346
 
 
 
470
        for dir in "$(DESTDIR)$(docdir)"; do \
 
471
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
472
        done
347
473
install: install-recursive
348
474
install-exec: install-exec-recursive
349
475
install-data: install-data-recursive
355
481
installcheck: installcheck-recursive
356
482
install-strip:
357
483
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
358
 
          INSTALL_STRIP_FLAG=-s \
 
484
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
359
485
          `test -z '$(STRIP)' || \
360
486
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
361
487
mostlyclean-generic:
363
489
clean-generic:
364
490
 
365
491
distclean-generic:
366
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
492
        -rm -f $(CONFIG_CLEAN_FILES)
367
493
 
368
494
maintainer-clean-generic:
369
495
        @echo "This command is intended for maintainers to use"
373
499
clean-am: clean-generic clean-libtool mostlyclean-am
374
500
 
375
501
distclean: distclean-recursive
376
 
 
 
502
        -rm -f Makefile
377
503
distclean-am: clean-am distclean-generic distclean-libtool \
378
504
        distclean-tags
379
505
 
381
507
 
382
508
dvi-am:
383
509
 
 
510
html: html-recursive
 
511
 
384
512
info: info-recursive
385
513
 
386
514
info-am:
396
524
installcheck-am:
397
525
 
398
526
maintainer-clean: maintainer-clean-recursive
399
 
 
 
527
        -rm -f Makefile
400
528
maintainer-clean-am: distclean-am maintainer-clean-generic \
401
529
        maintainer-clean-local
402
530
 
404
532
 
405
533
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
406
534
 
 
535
pdf: pdf-recursive
 
536
 
 
537
pdf-am:
 
538
 
 
539
ps: ps-recursive
 
540
 
 
541
ps-am:
 
542
 
407
543
uninstall-am: uninstall-docDATA uninstall-info-am uninstall-local
408
544
 
409
545
uninstall-info: uninstall-info-recursive
410
546
 
411
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
412
 
        clean-generic clean-libtool clean-recursive distclean \
413
 
        distclean-generic distclean-libtool distclean-recursive \
414
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
415
 
        info-recursive install install-am install-data install-data-am \
416
 
        install-data-local install-data-recursive install-docDATA \
417
 
        install-exec install-exec-am install-exec-recursive \
418
 
        install-info install-info-am install-info-recursive install-man \
419
 
        install-recursive install-strip installcheck installcheck-am \
420
 
        installdirs installdirs-am installdirs-recursive \
421
 
        maintainer-clean maintainer-clean-generic \
422
 
        maintainer-clean-local maintainer-clean-recursive mostlyclean \
423
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
547
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
548
        clean clean-generic clean-libtool clean-recursive ctags \
 
549
        ctags-recursive distclean distclean-generic distclean-libtool \
 
550
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
551
        html-am info info-am install install-am install-data \
 
552
        install-data-am install-data-local install-docDATA \
 
553
        install-exec install-exec-am install-info install-info-am \
 
554
        install-man install-strip installcheck installcheck-am \
 
555
        installdirs installdirs-am maintainer-clean \
 
556
        maintainer-clean-generic maintainer-clean-local \
 
557
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
558
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
424
559
        tags tags-recursive uninstall uninstall-am uninstall-docDATA \
425
 
        uninstall-info-am uninstall-info-recursive uninstall-local \
426
 
        uninstall-recursive
 
560
        uninstall-info-am uninstall-local
427
561
 
428
562
 
429
563
# The install targets don't copy whole directories so we have to
430
564
# handle 'api/' specially:
431
 
install-data-local:
432
 
        $(mkinstalldirs) $(DESTDIR)$(docdir)/api
433
 
        (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
434
 
uninstall-local:
435
 
        rm -rf $(DESTDIR)$(docdir)/api
436
 
maintainer-clean-local:
437
 
        rm -rf api
 
565
@FLaC__HAS_DOXYGEN_TRUE@install-data-local:
 
566
@FLaC__HAS_DOXYGEN_TRUE@        $(mkinstalldirs) $(DESTDIR)$(docdir)/api
 
567
@FLaC__HAS_DOXYGEN_TRUE@        (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
 
568
@FLaC__HAS_DOXYGEN_TRUE@uninstall-local:
 
569
@FLaC__HAS_DOXYGEN_TRUE@        rm -rf $(DESTDIR)$(docdir)/api
 
570
@FLaC__HAS_DOXYGEN_TRUE@maintainer-clean-local:
 
571
@FLaC__HAS_DOXYGEN_TRUE@        rm -rf api
438
572
# Tell versions [3.59,3.63) of GNU make to not export all variables.
439
573
# Otherwise a system limit (for SysV at least) may be exceeded.
440
574
.NOEXPORT: