comparison Makefile.in @ 0:cb178e5ad177 trunk

[svn] Import audacious source.
author nenolod
date Mon, 24 Oct 2005 03:06:47 -0700
parents
children 6efb9e514224
comparison
equal deleted inserted replaced
-1:000000000000 0:cb178e5ad177
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 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 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = .
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 INSTALL = @INSTALL@
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in $(srcdir)/audacious.1.in \
42 $(srcdir)/audacious.pc.in $(srcdir)/audacious.spec.in \
43 $(srcdir)/config.h.in $(top_srcdir)/configure \
44 $(top_srcdir)/intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
45 ChangeLog INSTALL NEWS compile config.guess config.rpath \
46 config.sub depcomp install-sh ltconfig ltmain.sh missing \
47 mkinstalldirs
48 subdir = .
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
51 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
52 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
53 $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
54 $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
55 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
56 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
57 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/po.m4 \
58 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/stdint_h.m4 \
59 $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
60 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno configure.status.lineno
65 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
66 CONFIG_HEADER = config.h
67 CONFIG_CLEAN_FILES = audacious.1 audacious.spec audacious.pc \
68 intl/Makefile
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-exec-recursive install-info-recursive \
74 install-recursive installcheck-recursive installdirs-recursive \
75 pdf-recursive ps-recursive uninstall-info-recursive \
76 uninstall-recursive
77 man1dir = $(mandir)/man1
78 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)"
79 NROFF = nroff
80 MANS = $(man_MANS)
81 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82 am__vpath_adj = case $$p in \
83 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
84 *) f=$$p;; \
85 esac;
86 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
87 pkgconfigDATA_INSTALL = $(INSTALL_DATA)
88 DATA = $(pkgconfig_DATA)
89 ETAGS = etags
90 CTAGS = ctags
91 DIST_SUBDIRS = $(SUBDIRS)
92 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93 distdir = $(PACKAGE)-$(VERSION)
94 top_distdir = $(distdir)
95 am__remove_distdir = \
96 { test ! -d $(distdir) \
97 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
98 && rm -fr $(distdir); }; }
99 DIST_ARCHIVES = $(distdir).tar.gz
100 GZIP_ENV = --best
101 distuninstallcheck_listfiles = find . -type f -print
102 distcleancheck_listfiles = find . -type f -print
103 ACLOCAL = @ACLOCAL@
104 ALLOCA = @ALLOCA@
105 ALSA_CFLAGS = @ALSA_CFLAGS@
106 ALSA_LIBS = @ALSA_LIBS@
107 AMDEP_FALSE = @AMDEP_FALSE@
108 AMDEP_TRUE = @AMDEP_TRUE@
109 AMTAR = @AMTAR@
110 AR = @AR@
111 ARCH_DEFINES = @ARCH_DEFINES@
112 ARCH_X86_FALSE = @ARCH_X86_FALSE@
113 ARCH_X86_TRUE = @ARCH_X86_TRUE@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@
118 BEEP_DEFINES = @BEEP_DEFINES@
119 BEEP_PATH = @BEEP_PATH@
120 BMP_RCPATH = @BMP_RCPATH@
121 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
122 CATOBJEXT = @CATOBJEXT@
123 CC = @CC@
124 CCAS = @CCAS@
125 CCASFLAGS = @CCASFLAGS@
126 CCDEPMODE = @CCDEPMODE@
127 CFLAGS = @CFLAGS@
128 CPP = @CPP@
129 CPPFLAGS = @CPPFLAGS@
130 CXXCPP = @CXXCPP@
131 CYGPATH_W = @CYGPATH_W@
132 DATADIRNAME = @DATADIRNAME@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 ECHO = @ECHO@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 EFFECT_PLUGINS = @EFFECT_PLUGINS@
140 EFFECT_PLUGIN_DIR = @EFFECT_PLUGIN_DIR@
141 EGREP = @EGREP@
142 ENABLE_MPG123_FALSE = @ENABLE_MPG123_FALSE@
143 ENABLE_MPG123_TRUE = @ENABLE_MPG123_TRUE@
144 ESD_CFLAGS = @ESD_CFLAGS@
145 ESD_LIBS = @ESD_LIBS@
146 EXEEXT = @EXEEXT@
147 GCONF_CFLAGS = @GCONF_CFLAGS@
148 GCONF_LIBS = @GCONF_LIBS@
149 GENCAT = @GENCAT@
150 GENERAL_PLUGINS = @GENERAL_PLUGINS@
151 GENERAL_PLUGIN_DIR = @GENERAL_PLUGIN_DIR@
152 GLIBC21 = @GLIBC21@
153 GMSGFMT = @GMSGFMT@
154 GNOMEVFS_CFLAGS = @GNOMEVFS_CFLAGS@
155 GNOMEVFS_LIBS = @GNOMEVFS_LIBS@
156 GTK_CFLAGS = @GTK_CFLAGS@
157 GTK_LIBS = @GTK_LIBS@
158 HAVE_ALSA_FALSE = @HAVE_ALSA_FALSE@
159 HAVE_ALSA_TRUE = @HAVE_ALSA_TRUE@
160 HAVE_CDROM_FALSE = @HAVE_CDROM_FALSE@
161 HAVE_CDROM_TRUE = @HAVE_CDROM_TRUE@
162 HAVE_ESD_FALSE = @HAVE_ESD_FALSE@
163 HAVE_ESD_TRUE = @HAVE_ESD_TRUE@
164 HAVE_GCONF_FALSE = @HAVE_GCONF_FALSE@
165 HAVE_GCONF_TRUE = @HAVE_GCONF_TRUE@
166 HAVE_GNOME_VFS_FALSE = @HAVE_GNOME_VFS_FALSE@
167 HAVE_GNOME_VFS_TRUE = @HAVE_GNOME_VFS_TRUE@
168 HAVE_LINUX_JOYSTICK_FALSE = @HAVE_LINUX_JOYSTICK_FALSE@
169 HAVE_LINUX_JOYSTICK_TRUE = @HAVE_LINUX_JOYSTICK_TRUE@
170 HAVE_OGGVORBIS_FALSE = @HAVE_OGGVORBIS_FALSE@
171 HAVE_OGGVORBIS_TRUE = @HAVE_OGGVORBIS_TRUE@
172 HAVE_OSS_FALSE = @HAVE_OSS_FALSE@
173 HAVE_OSS_TRUE = @HAVE_OSS_TRUE@
174 HAVE_SOLARIS_FALSE = @HAVE_SOLARIS_FALSE@
175 HAVE_SOLARIS_TRUE = @HAVE_SOLARIS_TRUE@
176 HAVE_SUN_FALSE = @HAVE_SUN_FALSE@
177 HAVE_SUN_TRUE = @HAVE_SUN_TRUE@
178 ID3LIBS = @ID3LIBS@
179 INPUT_PLUGINS = @INPUT_PLUGINS@
180 INPUT_PLUGIN_DIR = @INPUT_PLUGIN_DIR@
181 INSTALL_DATA = @INSTALL_DATA@
182 INSTALL_PROGRAM = @INSTALL_PROGRAM@
183 INSTALL_SCRIPT = @INSTALL_SCRIPT@
184 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185 INSTOBJEXT = @INSTOBJEXT@
186 INTLBISON = @INTLBISON@
187 INTLLIBS = @INTLLIBS@
188 INTLOBJS = @INTLOBJS@
189 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
190 LDFLAGS = @LDFLAGS@
191 LIBBEEP_MAJOR_VERSION = @LIBBEEP_MAJOR_VERSION@
192 LIBBEEP_MICRO_VERSION = @LIBBEEP_MICRO_VERSION@
193 LIBBEEP_MINOR_VERSION = @LIBBEEP_MINOR_VERSION@
194 LIBGLADE_CFLAGS = @LIBGLADE_CFLAGS@
195 LIBGLADE_LIBS = @LIBGLADE_LIBS@
196 LIBICONV = @LIBICONV@
197 LIBINTL = @LIBINTL@
198 LIBOBJS = @LIBOBJS@
199 LIBS = @LIBS@
200 LIBTOOL = @LIBTOOL@
201 LN_S = @LN_S@
202 LTLIBICONV = @LTLIBICONV@
203 LTLIBINTL = @LTLIBINTL@
204 LTLIBOBJS = @LTLIBOBJS@
205 MAKEINFO = @MAKEINFO@
206 MKINSTALLDIRS = @MKINSTALLDIRS@
207 MSGFMT = @MSGFMT@
208 MSGMERGE = @MSGMERGE@
209 OBJEXT = @OBJEXT@
210 OGG_VORBIS_CFLAGS = @OGG_VORBIS_CFLAGS@
211 OGG_VORBIS_LIBS = @OGG_VORBIS_LIBS@
212 OUTPUT_PLUGINS = @OUTPUT_PLUGINS@
213 OUTPUT_PLUGIN_DIR = @OUTPUT_PLUGIN_DIR@
214 PACKAGE = @PACKAGE@
215 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216 PACKAGE_NAME = @PACKAGE_NAME@
217 PACKAGE_STRING = @PACKAGE_STRING@
218 PACKAGE_TARNAME = @PACKAGE_TARNAME@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PC_REQUIRES = @PC_REQUIRES@
222 PKG_CONFIG = @PKG_CONFIG@
223 PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
224 POSUB = @POSUB@
225 RANLIB = @RANLIB@
226 SET_MAKE = @SET_MAKE@
227 SHELL = @SHELL@
228 STRIP = @STRIP@
229 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
230 USE_NLS = @USE_NLS@
231 USE_SIMD_FALSE = @USE_SIMD_FALSE@
232 USE_SIMD_TRUE = @USE_SIMD_TRUE@
233 USE_X86ASM_FALSE = @USE_X86ASM_FALSE@
234 USE_X86ASM_TRUE = @USE_X86ASM_TRUE@
235 VERSION = @VERSION@
236 VISUALIZATION_PLUGINS = @VISUALIZATION_PLUGINS@
237 VISUALIZATION_PLUGIN_DIR = @VISUALIZATION_PLUGIN_DIR@
238 XGETTEXT = @XGETTEXT@
239 X_CFLAGS = @X_CFLAGS@
240 X_EXTRA_LIBS = @X_EXTRA_LIBS@
241 X_LIBS = @X_LIBS@
242 X_PRE_LIBS = @X_PRE_LIBS@
243 ac_ct_AR = @ac_ct_AR@
244 ac_ct_CC = @ac_ct_CC@
245 ac_ct_RANLIB = @ac_ct_RANLIB@
246 ac_ct_STRIP = @ac_ct_STRIP@
247 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
248 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 beepdir = @beepdir@
255 bindir = @bindir@
256 build = @build@
257 build_alias = @build_alias@
258 build_cpu = @build_cpu@
259 build_os = @build_os@
260 build_vendor = @build_vendor@
261 datadir = @datadir@
262 exec_prefix = @exec_prefix@
263 host = @host@
264 host_alias = @host_alias@
265 host_cpu = @host_cpu@
266 host_os = @host_os@
267 host_vendor = @host_vendor@
268 includedir = @includedir@
269 infodir = @infodir@
270 install_sh = @install_sh@
271 libdir = @libdir@
272 libexecdir = @libexecdir@
273 localedir = @localedir@
274 localstatedir = @localstatedir@
275 mandir = @mandir@
276 mkdir_p = @mkdir_p@
277 oldincludedir = @oldincludedir@
278 plugindir = @plugindir@
279 pluginsubs = @pluginsubs@
280 prefix = @prefix@
281 program_transform_name = @program_transform_name@
282 sbindir = @sbindir@
283 sharedstatedir = @sharedstatedir@
284 sysconfdir = @sysconfdir@
285 target = @target@
286 target_alias = @target_alias@
287 target_cpu = @target_cpu@
288 target_os = @target_os@
289 target_vendor = @target_vendor@
290 ACLOCAL_AMFLAGS = -I m4
291 SUBDIRS = intl libaudacious audacious Output Input Visualization po icons skin
292 man_MANS = audacious.1
293 pkgconfigdir = $(libdir)/pkgconfig
294 pkgconfig_DATA = audacious.pc
295 EXTRA_DIST = \
296 FAQ \
297 bmp.spec \
298 $(pkgconfig_DATA) \
299 $(wildcard m4/*.m4)
300
301 all: config.h
302 $(MAKE) $(AM_MAKEFLAGS) all-recursive
303
304 .SUFFIXES:
305 am--refresh:
306 @:
307 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
308 @for dep in $?; do \
309 case '$(am__configure_deps)' in \
310 *$$dep*) \
311 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
312 cd $(srcdir) && $(AUTOMAKE) --gnu \
313 && exit 0; \
314 exit 1;; \
315 esac; \
316 done; \
317 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
318 cd $(top_srcdir) && \
319 $(AUTOMAKE) --gnu Makefile
320 .PRECIOUS: Makefile
321 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322 @case '$?' in \
323 *config.status*) \
324 echo ' $(SHELL) ./config.status'; \
325 $(SHELL) ./config.status;; \
326 *) \
327 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
328 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
329 esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332 $(SHELL) ./config.status --recheck
333
334 $(top_srcdir)/configure: $(am__configure_deps)
335 cd $(srcdir) && $(AUTOCONF)
336 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
337 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
338
339 config.h: stamp-h1
340 @if test ! -f $@; then \
341 rm -f stamp-h1; \
342 $(MAKE) stamp-h1; \
343 else :; fi
344
345 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346 @rm -f stamp-h1
347 cd $(top_builddir) && $(SHELL) ./config.status config.h
348 $(srcdir)/config.h.in: $(am__configure_deps)
349 cd $(top_srcdir) && $(AUTOHEADER)
350 rm -f stamp-h1
351 touch $@
352
353 distclean-hdr:
354 -rm -f config.h stamp-h1
355 audacious.1: $(top_builddir)/config.status $(srcdir)/audacious.1.in
356 cd $(top_builddir) && $(SHELL) ./config.status $@
357 audacious.spec: $(top_builddir)/config.status $(srcdir)/audacious.spec.in
358 cd $(top_builddir) && $(SHELL) ./config.status $@
359 audacious.pc: $(top_builddir)/config.status $(srcdir)/audacious.pc.in
360 cd $(top_builddir) && $(SHELL) ./config.status $@
361 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
362 cd $(top_builddir) && $(SHELL) ./config.status $@
363
364 mostlyclean-libtool:
365 -rm -f *.lo
366
367 clean-libtool:
368 -rm -rf .libs _libs
369
370 distclean-libtool:
371 -rm -f libtool
372 uninstall-info-am:
373 install-man1: $(man1_MANS) $(man_MANS)
374 @$(NORMAL_INSTALL)
375 test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(man1dir)"
376 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
377 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
378 for i in $$l2; do \
379 case "$$i" in \
380 *.1*) list="$$list $$i" ;; \
381 esac; \
382 done; \
383 for i in $$list; do \
384 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
385 else file=$$i; fi; \
386 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
387 case "$$ext" in \
388 1*) ;; \
389 *) ext='1' ;; \
390 esac; \
391 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
392 inst=`echo $$inst | sed -e 's/^.*\///'`; \
393 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
394 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
395 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
396 done
397 uninstall-man1:
398 @$(NORMAL_UNINSTALL)
399 @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
400 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
401 for i in $$l2; do \
402 case "$$i" in \
403 *.1*) list="$$list $$i" ;; \
404 esac; \
405 done; \
406 for i in $$list; do \
407 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
408 case "$$ext" in \
409 1*) ;; \
410 *) ext='1' ;; \
411 esac; \
412 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
413 inst=`echo $$inst | sed -e 's/^.*\///'`; \
414 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
415 echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
416 rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
417 done
418 install-pkgconfigDATA: $(pkgconfig_DATA)
419 @$(NORMAL_INSTALL)
420 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
421 @list='$(pkgconfig_DATA)'; for p in $$list; do \
422 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
423 f=$(am__strip_dir) \
424 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
425 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
426 done
427
428 uninstall-pkgconfigDATA:
429 @$(NORMAL_UNINSTALL)
430 @list='$(pkgconfig_DATA)'; for p in $$list; do \
431 f=$(am__strip_dir) \
432 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
433 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
434 done
435
436 # This directory's subdirectories are mostly independent; you can cd
437 # into them and run `make' without going through this Makefile.
438 # To change the values of `make' variables: instead of editing Makefiles,
439 # (1) if the variable is set in `config.status', edit `config.status'
440 # (which will cause the Makefiles to be regenerated when you run `make');
441 # (2) otherwise, pass the desired values on the `make' command line.
442 $(RECURSIVE_TARGETS):
443 @failcom='exit 1'; \
444 for f in x $$MAKEFLAGS; do \
445 case $$f in \
446 *=* | --[!k]*);; \
447 *k*) failcom='fail=yes';; \
448 esac; \
449 done; \
450 dot_seen=no; \
451 target=`echo $@ | sed s/-recursive//`; \
452 list='$(SUBDIRS)'; for subdir in $$list; do \
453 echo "Making $$target in $$subdir"; \
454 if test "$$subdir" = "."; then \
455 dot_seen=yes; \
456 local_target="$$target-am"; \
457 else \
458 local_target="$$target"; \
459 fi; \
460 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
461 || eval $$failcom; \
462 done; \
463 if test "$$dot_seen" = "no"; then \
464 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
465 fi; test -z "$$fail"
466
467 mostlyclean-recursive clean-recursive distclean-recursive \
468 maintainer-clean-recursive:
469 @failcom='exit 1'; \
470 for f in x $$MAKEFLAGS; do \
471 case $$f in \
472 *=* | --[!k]*);; \
473 *k*) failcom='fail=yes';; \
474 esac; \
475 done; \
476 dot_seen=no; \
477 case "$@" in \
478 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
479 *) list='$(SUBDIRS)' ;; \
480 esac; \
481 rev=''; for subdir in $$list; do \
482 if test "$$subdir" = "."; then :; else \
483 rev="$$subdir $$rev"; \
484 fi; \
485 done; \
486 rev="$$rev ."; \
487 target=`echo $@ | sed s/-recursive//`; \
488 for subdir in $$rev; do \
489 echo "Making $$target in $$subdir"; \
490 if test "$$subdir" = "."; then \
491 local_target="$$target-am"; \
492 else \
493 local_target="$$target"; \
494 fi; \
495 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
496 || eval $$failcom; \
497 done && test -z "$$fail"
498 tags-recursive:
499 list='$(SUBDIRS)'; for subdir in $$list; do \
500 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
501 done
502 ctags-recursive:
503 list='$(SUBDIRS)'; for subdir in $$list; do \
504 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
505 done
506
507 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
508 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
509 unique=`for i in $$list; do \
510 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
511 done | \
512 $(AWK) ' { files[$$0] = 1; } \
513 END { for (i in files) print i; }'`; \
514 mkid -fID $$unique
515 tags: TAGS
516
517 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
518 $(TAGS_FILES) $(LISP)
519 tags=; \
520 here=`pwd`; \
521 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
522 include_option=--etags-include; \
523 empty_fix=.; \
524 else \
525 include_option=--include; \
526 empty_fix=; \
527 fi; \
528 list='$(SUBDIRS)'; for subdir in $$list; do \
529 if test "$$subdir" = .; then :; else \
530 test ! -f $$subdir/TAGS || \
531 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
532 fi; \
533 done; \
534 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
535 unique=`for i in $$list; do \
536 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537 done | \
538 $(AWK) ' { files[$$0] = 1; } \
539 END { for (i in files) print i; }'`; \
540 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
541 test -n "$$unique" || unique=$$empty_fix; \
542 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
543 $$tags $$unique; \
544 fi
545 ctags: CTAGS
546 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
547 $(TAGS_FILES) $(LISP)
548 tags=; \
549 here=`pwd`; \
550 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
551 unique=`for i in $$list; do \
552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553 done | \
554 $(AWK) ' { files[$$0] = 1; } \
555 END { for (i in files) print i; }'`; \
556 test -z "$(CTAGS_ARGS)$$tags$$unique" \
557 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
558 $$tags $$unique
559
560 GTAGS:
561 here=`$(am__cd) $(top_builddir) && pwd` \
562 && cd $(top_srcdir) \
563 && gtags -i $(GTAGS_ARGS) $$here
564
565 distclean-tags:
566 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
567
568 distdir: $(DISTFILES)
569 $(am__remove_distdir)
570 mkdir $(distdir)
571 $(mkdir_p) $(distdir)/. $(distdir)/audacious $(distdir)/intl $(distdir)/m4 $(distdir)/po
572 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
573 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
574 list='$(DISTFILES)'; for file in $$list; do \
575 case $$file in \
576 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
577 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
578 esac; \
579 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
580 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
581 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
582 dir="/$$dir"; \
583 $(mkdir_p) "$(distdir)$$dir"; \
584 else \
585 dir=''; \
586 fi; \
587 if test -d $$d/$$file; then \
588 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
590 fi; \
591 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
592 else \
593 test -f $(distdir)/$$file \
594 || cp -p $$d/$$file $(distdir)/$$file \
595 || exit 1; \
596 fi; \
597 done
598 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
599 if test "$$subdir" = .; then :; else \
600 test -d "$(distdir)/$$subdir" \
601 || $(mkdir_p) "$(distdir)/$$subdir" \
602 || exit 1; \
603 distdir=`$(am__cd) $(distdir) && pwd`; \
604 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
605 (cd $$subdir && \
606 $(MAKE) $(AM_MAKEFLAGS) \
607 top_distdir="$$top_distdir" \
608 distdir="$$distdir/$$subdir" \
609 distdir) \
610 || exit 1; \
611 fi; \
612 done
613 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
614 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
615 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
616 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
617 || chmod -R a+r $(distdir)
618 dist-gzip: distdir
619 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
620 $(am__remove_distdir)
621
622 dist-bzip2: distdir
623 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
624 $(am__remove_distdir)
625
626 dist-tarZ: distdir
627 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
628 $(am__remove_distdir)
629
630 dist-shar: distdir
631 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
632 $(am__remove_distdir)
633
634 dist-zip: distdir
635 -rm -f $(distdir).zip
636 zip -rq $(distdir).zip $(distdir)
637 $(am__remove_distdir)
638
639 dist dist-all: distdir
640 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
641 $(am__remove_distdir)
642
643 # This target untars the dist file and tries a VPATH configuration. Then
644 # it guarantees that the distribution is self-contained by making another
645 # tarfile.
646 distcheck: dist
647 case '$(DIST_ARCHIVES)' in \
648 *.tar.gz*) \
649 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
650 *.tar.bz2*) \
651 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
652 *.tar.Z*) \
653 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
654 *.shar.gz*) \
655 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
656 *.zip*) \
657 unzip $(distdir).zip ;;\
658 esac
659 chmod -R a-w $(distdir); chmod a+w $(distdir)
660 mkdir $(distdir)/_build
661 mkdir $(distdir)/_inst
662 chmod a-w $(distdir)
663 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
664 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
665 && cd $(distdir)/_build \
666 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
667 --with-included-gettext \
668 $(DISTCHECK_CONFIGURE_FLAGS) \
669 && $(MAKE) $(AM_MAKEFLAGS) \
670 && $(MAKE) $(AM_MAKEFLAGS) dvi \
671 && $(MAKE) $(AM_MAKEFLAGS) check \
672 && $(MAKE) $(AM_MAKEFLAGS) install \
673 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
674 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
675 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
676 distuninstallcheck \
677 && chmod -R a-w "$$dc_install_base" \
678 && ({ \
679 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
680 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
681 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
682 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
683 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
684 } || { rm -rf "$$dc_destdir"; exit 1; }) \
685 && rm -rf "$$dc_destdir" \
686 && $(MAKE) $(AM_MAKEFLAGS) dist \
687 && rm -rf $(DIST_ARCHIVES) \
688 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
689 $(am__remove_distdir)
690 @(echo "$(distdir) archives ready for distribution: "; \
691 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
692 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
693 distuninstallcheck:
694 @cd $(distuninstallcheck_dir) \
695 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
696 || { echo "ERROR: files left after uninstall:" ; \
697 if test -n "$(DESTDIR)"; then \
698 echo " (check DESTDIR support)"; \
699 fi ; \
700 $(distuninstallcheck_listfiles) ; \
701 exit 1; } >&2
702 distcleancheck: distclean
703 @if test '$(srcdir)' = . ; then \
704 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
705 exit 1 ; \
706 fi
707 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
708 || { echo "ERROR: files left in build directory after distclean:" ; \
709 $(distcleancheck_listfiles) ; \
710 exit 1; } >&2
711 check-am: all-am
712 check: check-recursive
713 all-am: Makefile $(MANS) $(DATA) config.h
714 installdirs: installdirs-recursive
715 installdirs-am:
716 for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(pkgconfigdir)"; do \
717 test -z "$$dir" || $(mkdir_p) "$$dir"; \
718 done
719 install: install-recursive
720 install-exec: install-exec-recursive
721 install-data: install-data-recursive
722 uninstall: uninstall-recursive
723
724 install-am: all-am
725 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
726
727 installcheck: installcheck-recursive
728 install-strip:
729 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
730 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
731 `test -z '$(STRIP)' || \
732 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
733 mostlyclean-generic:
734
735 clean-generic:
736
737 distclean-generic:
738 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
739
740 maintainer-clean-generic:
741 @echo "This command is intended for maintainers to use"
742 @echo "it deletes files that may require special tools to rebuild."
743 clean: clean-recursive
744
745 clean-am: clean-generic clean-libtool mostlyclean-am
746
747 distclean: distclean-recursive
748 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
749 -rm -f Makefile
750 distclean-am: clean-am distclean-generic distclean-hdr \
751 distclean-libtool distclean-tags
752
753 dvi: dvi-recursive
754
755 dvi-am:
756
757 html: html-recursive
758
759 info: info-recursive
760
761 info-am:
762
763 install-data-am: install-man install-pkgconfigDATA
764
765 install-exec-am:
766
767 install-info: install-info-recursive
768
769 install-man: install-man1
770
771 installcheck-am:
772
773 maintainer-clean: maintainer-clean-recursive
774 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
775 -rm -rf $(top_srcdir)/autom4te.cache
776 -rm -f Makefile
777 maintainer-clean-am: distclean-am maintainer-clean-generic
778
779 mostlyclean: mostlyclean-recursive
780
781 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
782
783 pdf: pdf-recursive
784
785 pdf-am:
786
787 ps: ps-recursive
788
789 ps-am:
790
791 uninstall-am: uninstall-info-am uninstall-man uninstall-pkgconfigDATA
792
793 uninstall-info: uninstall-info-recursive
794
795 uninstall-man: uninstall-man1
796
797 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
798 check-am clean clean-generic clean-libtool clean-recursive \
799 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
800 dist-shar dist-tarZ dist-zip distcheck distclean \
801 distclean-generic distclean-hdr distclean-libtool \
802 distclean-recursive distclean-tags distcleancheck distdir \
803 distuninstallcheck dvi dvi-am html html-am info info-am \
804 install install-am install-data install-data-am install-exec \
805 install-exec-am install-info install-info-am install-man \
806 install-man1 install-pkgconfigDATA install-strip installcheck \
807 installcheck-am installdirs installdirs-am maintainer-clean \
808 maintainer-clean-generic maintainer-clean-recursive \
809 mostlyclean mostlyclean-generic mostlyclean-libtool \
810 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
811 uninstall uninstall-am uninstall-info-am uninstall-man \
812 uninstall-man1 uninstall-pkgconfigDATA
813
814 # Tell versions [3.59,3.63) of GNU make to not export all variables.
815 # Otherwise a system limit (for SysV at least) may be exceeded.
816 .NOEXPORT: