Mercurial > hg > sv-dependency-builds
comparison src/flac-1.2.1/doc/Makefile.in @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:c7265573341e | 1:05aa0afa9217 |
---|---|
1 # Makefile.in generated by automake 1.7.9 from Makefile.am. | |
2 # @configure_input@ | |
3 | |
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | |
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 - Command-line FLAC encoder/decoder | |
18 # Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson | |
19 # | |
20 # This program is free software; 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 | |
34 srcdir = @srcdir@ | |
35 top_srcdir = @top_srcdir@ | |
36 VPATH = @srcdir@ | |
37 pkgdatadir = $(datadir)/@PACKAGE@ | |
38 pkglibdir = $(libdir)/@PACKAGE@ | |
39 pkgincludedir = $(includedir)/@PACKAGE@ | |
40 top_builddir = .. | |
41 | |
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | |
43 INSTALL = @INSTALL@ | |
44 install_sh_DATA = $(install_sh) -c -m 644 | |
45 install_sh_PROGRAM = $(install_sh) -c | |
46 install_sh_SCRIPT = $(install_sh) -c | |
47 INSTALL_HEADER = $(INSTALL_DATA) | |
48 transform = $(program_transform_name) | |
49 NORMAL_INSTALL = : | |
50 PRE_INSTALL = : | |
51 POST_INSTALL = : | |
52 NORMAL_UNINSTALL = : | |
53 PRE_UNINSTALL = : | |
54 POST_UNINSTALL = : | |
55 host_triplet = @host@ | |
56 ACLOCAL = @ACLOCAL@ | |
57 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ | |
58 AMDEP_FALSE = @AMDEP_FALSE@ | |
59 AMDEP_TRUE = @AMDEP_TRUE@ | |
60 AMTAR = @AMTAR@ | |
61 AR = @AR@ | |
62 AS = @AS@ | |
63 AUTOCONF = @AUTOCONF@ | |
64 AUTOHEADER = @AUTOHEADER@ | |
65 AUTOMAKE = @AUTOMAKE@ | |
66 AWK = @AWK@ | |
67 CC = @CC@ | |
68 CCAS = @CCAS@ | |
69 CCASFLAGS = @CCASFLAGS@ | |
70 CCDEPMODE = @CCDEPMODE@ | |
71 CFLAGS = @CFLAGS@ | |
72 CPP = @CPP@ | |
73 CPPFLAGS = @CPPFLAGS@ | |
74 CXX = @CXX@ | |
75 CXXCPP = @CXXCPP@ | |
76 CXXDEPMODE = @CXXDEPMODE@ | |
77 CXXFLAGS = @CXXFLAGS@ | |
78 CYGPATH_W = @CYGPATH_W@ | |
79 DEBUG_FALSE = @DEBUG_FALSE@ | |
80 DEBUG_TRUE = @DEBUG_TRUE@ | |
81 DEFS = @DEFS@ | |
82 DEPDIR = @DEPDIR@ | |
83 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ | |
84 DOXYGEN = @DOXYGEN@ | |
85 ECHO = @ECHO@ | |
86 ECHO_C = @ECHO_C@ | |
87 ECHO_N = @ECHO_N@ | |
88 ECHO_T = @ECHO_T@ | |
89 EGREP = @EGREP@ | |
90 EXEEXT = @EXEEXT@ | |
91 F77 = @F77@ | |
92 FFLAGS = @FFLAGS@ | |
93 FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@ | |
94 FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@ | |
95 FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@ | |
96 FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@ | |
97 FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@ | |
98 FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@ | |
99 FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@ | |
100 FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@ | |
101 FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@ | |
102 FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@ | |
103 FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@ | |
104 FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE@ | |
105 FLaC__HAS_DOCBOOK_TO_MAN_FALSE = @FLaC__HAS_DOCBOOK_TO_MAN_FALSE@ | |
106 FLaC__HAS_DOCBOOK_TO_MAN_TRUE = @FLaC__HAS_DOCBOOK_TO_MAN_TRUE@ | |
107 FLaC__HAS_DOXYGEN_FALSE = @FLaC__HAS_DOXYGEN_FALSE@ | |
108 FLaC__HAS_DOXYGEN_TRUE = @FLaC__HAS_DOXYGEN_TRUE@ | |
109 FLaC__HAS_GAS_FALSE = @FLaC__HAS_GAS_FALSE@ | |
110 FLaC__HAS_GAS_TRUE = @FLaC__HAS_GAS_TRUE@ | |
111 FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE@ | |
112 FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE = @FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE@ | |
113 FLaC__HAS_NASM_FALSE = @FLaC__HAS_NASM_FALSE@ | |
114 FLaC__HAS_NASM_TRUE = @FLaC__HAS_NASM_TRUE@ | |
115 FLaC__HAS_OGG_FALSE = @FLaC__HAS_OGG_FALSE@ | |
116 FLaC__HAS_OGG_TRUE = @FLaC__HAS_OGG_TRUE@ | |
117 FLaC__HAS_XMMS_FALSE = @FLaC__HAS_XMMS_FALSE@ | |
118 FLaC__HAS_XMMS_TRUE = @FLaC__HAS_XMMS_TRUE@ | |
119 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE@ | |
120 FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE = @FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE@ | |
121 FLaC__NO_ASM_FALSE = @FLaC__NO_ASM_FALSE@ | |
122 FLaC__NO_ASM_TRUE = @FLaC__NO_ASM_TRUE@ | |
123 FLaC__SSE_OS_FALSE = @FLaC__SSE_OS_FALSE@ | |
124 FLaC__SSE_OS_TRUE = @FLaC__SSE_OS_TRUE@ | |
125 FLaC__SYS_DARWIN_FALSE = @FLaC__SYS_DARWIN_FALSE@ | |
126 FLaC__SYS_DARWIN_TRUE = @FLaC__SYS_DARWIN_TRUE@ | |
127 FLaC__SYS_LINUX_FALSE = @FLaC__SYS_LINUX_FALSE@ | |
128 FLaC__SYS_LINUX_TRUE = @FLaC__SYS_LINUX_TRUE@ | |
129 FLaC__USE_3DNOW_FALSE = @FLaC__USE_3DNOW_FALSE@ | |
130 FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@ | |
131 FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@ | |
132 FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@ | |
133 FLaC__WITH_CPPLIBS_FALSE = @FLaC__WITH_CPPLIBS_FALSE@ | |
134 FLaC__WITH_CPPLIBS_TRUE = @FLaC__WITH_CPPLIBS_TRUE@ | |
135 GAS = @GAS@ | |
136 INSTALL_DATA = @INSTALL_DATA@ | |
137 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
138 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
139 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
140 LDFLAGS = @LDFLAGS@ | |
141 LIBICONV = @LIBICONV@ | |
142 LIBOBJS = @LIBOBJS@ | |
143 LIBS = @LIBS@ | |
144 LIBTOOL = @LIBTOOL@ | |
145 LN_S = @LN_S@ | |
146 LTLIBICONV = @LTLIBICONV@ | |
147 LTLIBOBJS = @LTLIBOBJS@ | |
148 MAINT = @MAINT@ | |
149 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ | |
150 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ | |
151 MAKEINFO = @MAKEINFO@ | |
152 MINGW_WINSOCK_LIBS = @MINGW_WINSOCK_LIBS@ | |
153 NASM = @NASM@ | |
154 OBJEXT = @OBJEXT@ | |
155 OBJ_FORMAT = @OBJ_FORMAT@ | |
156 OGG_CFLAGS = @OGG_CFLAGS@ | |
157 OGG_LIBS = @OGG_LIBS@ | |
158 PACKAGE = @PACKAGE@ | |
159 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
160 PACKAGE_NAME = @PACKAGE_NAME@ | |
161 PACKAGE_STRING = @PACKAGE_STRING@ | |
162 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
163 PACKAGE_VERSION = @PACKAGE_VERSION@ | |
164 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
165 RANLIB = @RANLIB@ | |
166 SET_MAKE = @SET_MAKE@ | |
167 SHELL = @SHELL@ | |
168 STRIP = @STRIP@ | |
169 VERSION = @VERSION@ | |
170 XMMS_CFLAGS = @XMMS_CFLAGS@ | |
171 XMMS_CONFIG = @XMMS_CONFIG@ | |
172 XMMS_DATA_DIR = @XMMS_DATA_DIR@ | |
173 XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@ | |
174 XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@ | |
175 XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@ | |
176 XMMS_LIBS = @XMMS_LIBS@ | |
177 XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@ | |
178 XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@ | |
179 XMMS_VERSION = @XMMS_VERSION@ | |
180 XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@ | |
181 ac_ct_AR = @ac_ct_AR@ | |
182 ac_ct_CC = @ac_ct_CC@ | |
183 ac_ct_CXX = @ac_ct_CXX@ | |
184 ac_ct_F77 = @ac_ct_F77@ | |
185 ac_ct_RANLIB = @ac_ct_RANLIB@ | |
186 ac_ct_STRIP = @ac_ct_STRIP@ | |
187 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
188 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
189 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ | |
190 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ | |
191 am__include = @am__include@ | |
192 am__leading_dot = @am__leading_dot@ | |
193 am__quote = @am__quote@ | |
194 bindir = @bindir@ | |
195 build = @build@ | |
196 build_alias = @build_alias@ | |
197 build_cpu = @build_cpu@ | |
198 build_os = @build_os@ | |
199 build_vendor = @build_vendor@ | |
200 datadir = @datadir@ | |
201 exec_prefix = @exec_prefix@ | |
202 host = @host@ | |
203 host_alias = @host_alias@ | |
204 host_cpu = @host_cpu@ | |
205 host_os = @host_os@ | |
206 host_vendor = @host_vendor@ | |
207 includedir = @includedir@ | |
208 infodir = @infodir@ | |
209 install_sh = @install_sh@ | |
210 libdir = @libdir@ | |
211 libexecdir = @libexecdir@ | |
212 localstatedir = @localstatedir@ | |
213 mandir = @mandir@ | |
214 oldincludedir = @oldincludedir@ | |
215 prefix = @prefix@ | |
216 program_transform_name = @program_transform_name@ | |
217 sbindir = @sbindir@ | |
218 sharedstatedir = @sharedstatedir@ | |
219 sysconfdir = @sysconfdir@ | |
220 target_alias = @target_alias@ | |
221 | |
222 AUTOMAKE_OPTIONS = foreign | |
223 | |
224 SUBDIRS = . html | |
225 | |
226 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) | |
227 | |
228 doc_DATA = \ | |
229 FLAC.tag | |
230 | |
231 | |
232 EXTRA_DIST = Doxyfile Makefile.lite doxygen.footer.html doxygen.header.html $(doc_DATA) | |
233 subdir = doc | |
234 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
235 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
236 CONFIG_HEADER = $(top_builddir)/config.h | |
237 CONFIG_CLEAN_FILES = | |
238 DIST_SOURCES = | |
239 DATA = $(doc_DATA) | |
240 | |
241 | |
242 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ | |
243 ps-recursive install-info-recursive uninstall-info-recursive \ | |
244 all-recursive install-data-recursive install-exec-recursive \ | |
245 installdirs-recursive install-recursive uninstall-recursive \ | |
246 check-recursive installcheck-recursive | |
247 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am | |
248 DIST_SUBDIRS = $(SUBDIRS) | |
249 all: all-recursive | |
250 | |
251 .SUFFIXES: | |
252 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
253 cd $(top_srcdir) && \ | |
254 $(AUTOMAKE) --foreign doc/Makefile | |
255 Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status | |
256 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) | |
257 | |
258 mostlyclean-libtool: | |
259 -rm -f *.lo | |
260 | |
261 clean-libtool: | |
262 -rm -rf .libs _libs | |
263 | |
264 distclean-libtool: | |
265 -rm -f libtool | |
266 uninstall-info-am: | |
267 docDATA_INSTALL = $(INSTALL_DATA) | |
268 install-docDATA: $(doc_DATA) | |
269 @$(NORMAL_INSTALL) | |
270 $(mkinstalldirs) $(DESTDIR)$(docdir) | |
271 @list='$(doc_DATA)'; for p in $$list; do \ | |
272 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ | |
273 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
274 echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ | |
275 $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \ | |
276 done | |
277 | |
278 uninstall-docDATA: | |
279 @$(NORMAL_UNINSTALL) | |
280 @list='$(doc_DATA)'; for p in $$list; do \ | |
281 f="`echo $$p | sed -e 's|^.*/||'`"; \ | |
282 echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ | |
283 rm -f $(DESTDIR)$(docdir)/$$f; \ | |
284 done | |
285 | |
286 # This directory's subdirectories are mostly independent; you can cd | |
287 # into them and run `make' without going through this Makefile. | |
288 # To change the values of `make' variables: instead of editing Makefiles, | |
289 # (1) if the variable is set in `config.status', edit `config.status' | |
290 # (which will cause the Makefiles to be regenerated when you run `make'); | |
291 # (2) otherwise, pass the desired values on the `make' command line. | |
292 $(RECURSIVE_TARGETS): | |
293 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
294 dot_seen=no; \ | |
295 target=`echo $@ | sed s/-recursive//`; \ | |
296 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
297 echo "Making $$target in $$subdir"; \ | |
298 if test "$$subdir" = "."; then \ | |
299 dot_seen=yes; \ | |
300 local_target="$$target-am"; \ | |
301 else \ | |
302 local_target="$$target"; \ | |
303 fi; \ | |
304 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
305 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
306 done; \ | |
307 if test "$$dot_seen" = "no"; then \ | |
308 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ | |
309 fi; test -z "$$fail" | |
310 | |
311 mostlyclean-recursive clean-recursive distclean-recursive \ | |
312 maintainer-clean-recursive: | |
313 @set fnord $$MAKEFLAGS; amf=$$2; \ | |
314 dot_seen=no; \ | |
315 case "$@" in \ | |
316 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ | |
317 *) list='$(SUBDIRS)' ;; \ | |
318 esac; \ | |
319 rev=''; for subdir in $$list; do \ | |
320 if test "$$subdir" = "."; then :; else \ | |
321 rev="$$subdir $$rev"; \ | |
322 fi; \ | |
323 done; \ | |
324 rev="$$rev ."; \ | |
325 target=`echo $@ | sed s/-recursive//`; \ | |
326 for subdir in $$rev; do \ | |
327 echo "Making $$target in $$subdir"; \ | |
328 if test "$$subdir" = "."; then \ | |
329 local_target="$$target-am"; \ | |
330 else \ | |
331 local_target="$$target"; \ | |
332 fi; \ | |
333 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ | |
334 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ | |
335 done && test -z "$$fail" | |
336 tags-recursive: | |
337 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
338 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | |
339 done | |
340 ctags-recursive: | |
341 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
342 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | |
343 done | |
344 | |
345 ETAGS = etags | |
346 ETAGSFLAGS = | |
347 | |
348 CTAGS = ctags | |
349 CTAGSFLAGS = | |
350 | |
351 tags: TAGS | |
352 | |
353 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
354 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
355 unique=`for i in $$list; do \ | |
356 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
357 done | \ | |
358 $(AWK) ' { files[$$0] = 1; } \ | |
359 END { for (i in files) print i; }'`; \ | |
360 mkid -fID $$unique | |
361 | |
362 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
363 $(TAGS_FILES) $(LISP) | |
364 tags=; \ | |
365 here=`pwd`; \ | |
366 if (etags --etags-include --version) >/dev/null 2>&1; then \ | |
367 include_option=--etags-include; \ | |
368 else \ | |
369 include_option=--include; \ | |
370 fi; \ | |
371 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
372 if test "$$subdir" = .; then :; else \ | |
373 test -f $$subdir/TAGS && \ | |
374 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ | |
375 fi; \ | |
376 done; \ | |
377 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
378 unique=`for i in $$list; do \ | |
379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
380 done | \ | |
381 $(AWK) ' { files[$$0] = 1; } \ | |
382 END { for (i in files) print i; }'`; \ | |
383 test -z "$(ETAGS_ARGS)$$tags$$unique" \ | |
384 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
385 $$tags $$unique | |
386 | |
387 ctags: CTAGS | |
388 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
389 $(TAGS_FILES) $(LISP) | |
390 tags=; \ | |
391 here=`pwd`; \ | |
392 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
393 unique=`for i in $$list; do \ | |
394 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
395 done | \ | |
396 $(AWK) ' { files[$$0] = 1; } \ | |
397 END { for (i in files) print i; }'`; \ | |
398 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | |
399 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | |
400 $$tags $$unique | |
401 | |
402 GTAGS: | |
403 here=`$(am__cd) $(top_builddir) && pwd` \ | |
404 && cd $(top_srcdir) \ | |
405 && gtags -i $(GTAGS_ARGS) $$here | |
406 | |
407 distclean-tags: | |
408 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
409 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
410 | |
411 top_distdir = .. | |
412 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) | |
413 | |
414 distdir: $(DISTFILES) | |
415 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | |
416 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | |
417 list='$(DISTFILES)'; for file in $$list; do \ | |
418 case $$file in \ | |
419 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | |
420 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | |
421 esac; \ | |
422 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | |
423 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
424 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | |
425 dir="/$$dir"; \ | |
426 $(mkinstalldirs) "$(distdir)$$dir"; \ | |
427 else \ | |
428 dir=''; \ | |
429 fi; \ | |
430 if test -d $$d/$$file; then \ | |
431 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
432 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
433 fi; \ | |
434 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
435 else \ | |
436 test -f $(distdir)/$$file \ | |
437 || cp -p $$d/$$file $(distdir)/$$file \ | |
438 || exit 1; \ | |
439 fi; \ | |
440 done | |
441 list='$(SUBDIRS)'; for subdir in $$list; do \ | |
442 if test "$$subdir" = .; then :; else \ | |
443 test -d $(distdir)/$$subdir \ | |
444 || mkdir $(distdir)/$$subdir \ | |
445 || exit 1; \ | |
446 (cd $$subdir && \ | |
447 $(MAKE) $(AM_MAKEFLAGS) \ | |
448 top_distdir="$(top_distdir)" \ | |
449 distdir=../$(distdir)/$$subdir \ | |
450 distdir) \ | |
451 || exit 1; \ | |
452 fi; \ | |
453 done | |
454 check-am: all-am | |
455 check: check-recursive | |
456 all-am: Makefile $(DATA) | |
457 installdirs: installdirs-recursive | |
458 installdirs-am: | |
459 $(mkinstalldirs) $(DESTDIR)$(docdir) | |
460 | |
461 install: install-recursive | |
462 install-exec: install-exec-recursive | |
463 install-data: install-data-recursive | |
464 uninstall: uninstall-recursive | |
465 | |
466 install-am: all-am | |
467 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
468 | |
469 installcheck: installcheck-recursive | |
470 install-strip: | |
471 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
472 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
473 `test -z '$(STRIP)' || \ | |
474 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
475 mostlyclean-generic: | |
476 | |
477 clean-generic: | |
478 | |
479 distclean-generic: | |
480 -rm -f $(CONFIG_CLEAN_FILES) | |
481 | |
482 maintainer-clean-generic: | |
483 @echo "This command is intended for maintainers to use" | |
484 @echo "it deletes files that may require special tools to rebuild." | |
485 clean: clean-recursive | |
486 | |
487 clean-am: clean-generic clean-libtool mostlyclean-am | |
488 | |
489 distclean: distclean-recursive | |
490 -rm -f Makefile | |
491 distclean-am: clean-am distclean-generic distclean-libtool \ | |
492 distclean-tags | |
493 | |
494 dvi: dvi-recursive | |
495 | |
496 dvi-am: | |
497 | |
498 info: info-recursive | |
499 | |
500 info-am: | |
501 | |
502 install-data-am: install-docDATA | |
503 | |
504 install-exec-am: | |
505 | |
506 install-info: install-info-recursive | |
507 | |
508 install-man: | |
509 | |
510 installcheck-am: | |
511 | |
512 maintainer-clean: maintainer-clean-recursive | |
513 -rm -f Makefile | |
514 maintainer-clean-am: distclean-am maintainer-clean-generic \ | |
515 maintainer-clean-local | |
516 | |
517 mostlyclean: mostlyclean-recursive | |
518 | |
519 mostlyclean-am: mostlyclean-generic mostlyclean-libtool | |
520 | |
521 pdf: pdf-recursive | |
522 | |
523 pdf-am: | |
524 | |
525 ps: ps-recursive | |
526 | |
527 ps-am: | |
528 | |
529 uninstall-am: uninstall-docDATA uninstall-info-am | |
530 | |
531 uninstall-info: uninstall-info-recursive | |
532 | |
533 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ | |
534 clean-generic clean-libtool clean-recursive ctags \ | |
535 ctags-recursive distclean distclean-generic distclean-libtool \ | |
536 distclean-recursive distclean-tags distdir dvi dvi-am \ | |
537 dvi-recursive info info-am info-recursive install install-am \ | |
538 install-data install-data-am install-data-recursive \ | |
539 install-docDATA install-exec install-exec-am \ | |
540 install-exec-recursive install-info install-info-am \ | |
541 install-info-recursive install-man install-recursive \ | |
542 install-strip installcheck installcheck-am installdirs \ | |
543 installdirs-am installdirs-recursive maintainer-clean \ | |
544 maintainer-clean-generic maintainer-clean-local \ | |
545 maintainer-clean-recursive mostlyclean mostlyclean-generic \ | |
546 mostlyclean-libtool mostlyclean-recursive pdf pdf-am \ | |
547 pdf-recursive ps ps-am ps-recursive tags tags-recursive \ | |
548 uninstall uninstall-am uninstall-docDATA uninstall-info-am \ | |
549 uninstall-info-recursive uninstall-recursive | |
550 | |
551 | |
552 @FLaC__HAS_DOXYGEN_TRUE@FLAC.tag: Doxyfile | |
553 @FLaC__HAS_DOXYGEN_TRUE@ doxygen Doxyfile | |
554 @FLaC__HAS_DOXYGEN_TRUE@ rm -rf html/api | |
555 @FLaC__HAS_DOXYGEN_TRUE@ mv doxytmp/html html/api | |
556 @FLaC__HAS_DOXYGEN_TRUE@ rm -rf doxytmp | |
557 @FLaC__HAS_DOXYGEN_FALSE@FLAC.tag: | |
558 @FLaC__HAS_DOXYGEN_FALSE@ echo "*** Warning: Doxygen not found; documentation will not be built." | |
559 @FLaC__HAS_DOXYGEN_FALSE@ touch $@ | |
560 @FLaC__HAS_DOXYGEN_FALSE@ mkdir -p html/api | |
561 | |
562 maintainer-clean-local: | |
563 rm -rf FLAC.tag html/api doxytmp | |
564 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
565 # Otherwise a system limit (for SysV at least) may be exceeded. | |
566 .NOEXPORT: |