summaryrefslogtreecommitdiff
path: root/Makefile (plain)
blob: e741d663c4c0c2bf08777c84275fb991356c11fa
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# Makefile. Generated from Makefile.in by configure.
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
16
17srcdir = .
18top_srcdir = .
19
20pkgdatadir = $(datadir)/zvbi
21pkglibdir = $(libdir)/zvbi
22pkgincludedir = $(includedir)/zvbi
23top_builddir = .
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = /usr/bin/install -c
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = x86_64-unknown-linux-gnu
38host_triplet = x86_64-unknown-linux-gnu
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(srcdir)/zvbi-0.2.pc.in $(srcdir)/zvbi.spec.in \
42 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING COPYING.LIB \
43 ChangeLog INSTALL NEWS TODO compile config.guess config.rpath \
44 config.sub depcomp install-sh ltmain.sh missing
45subdir = .
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \
48 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
49 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
50 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
51 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
52 $(top_srcdir)/configure.in
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno configure.status.lineno
57mkinstalldirs = $(install_sh) -d
58CONFIG_HEADER = config.h
59CONFIG_CLEAN_FILES = zvbi.spec zvbi-0.2.pc
60SOURCES =
61DIST_SOURCES =
62RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63 html-recursive info-recursive install-data-recursive \
64 install-exec-recursive install-info-recursive \
65 install-recursive installcheck-recursive installdirs-recursive \
66 pdf-recursive ps-recursive uninstall-info-recursive \
67 uninstall-recursive
68am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69am__vpath_adj = case $$p in \
70 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71 *) f=$$p;; \
72 esac;
73am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
75pkgconfigDATA_INSTALL = $(INSTALL_DATA)
76DATA = $(pkgconfig_DATA)
77ETAGS = etags
78CTAGS = ctags
79DIST_SUBDIRS = m4 src daemon contrib examples test po doc
80DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81distdir = $(PACKAGE)-$(VERSION)
82top_distdir = $(distdir)
83am__remove_distdir = \
84 { test ! -d $(distdir) \
85 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
86 && rm -fr $(distdir); }; }
87DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
88GZIP_ENV = --best
89distuninstallcheck_listfiles = find . -type f -print
90distcleancheck_listfiles = find . -type f -print
91ACLOCAL = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run aclocal-1.9 -I m4
92AMDEP_FALSE = #
93AMDEP_TRUE =
94AMTAR = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run tar
95AR = ar
96AUTOCONF = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run autoconf
97AUTOHEADER = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run autoheader
98AUTOMAKE = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run automake-1.9
99AWK = gawk
100BUILD_STATIC_LIB_FALSE = #
101BUILD_STATIC_LIB_TRUE =
102CC = gcc
103CCDEPMODE = depmode=gcc3
104CFLAGS = -g -O2
105CPP = gcc -E
106CPPFLAGS =
107CXX = g++
108CXXCPP = g++ -E
109CXXDEPMODE = depmode=gcc3
110CXXFLAGS = -g -O2
111CYGPATH_W = echo
112DEFS = -DHAVE_CONFIG_H
113DEPDIR = .deps
114ECHO = echo
115ECHO_C =
116ECHO_N = -n
117ECHO_T =
118EGREP = /usr/bin/grep -E
119ENABLE_DVB_FALSE = #
120ENABLE_DVB_TRUE =
121ENABLE_PROXY_FALSE = #
122ENABLE_PROXY_TRUE =
123EXEEXT =
124F77 =
125FFLAGS =
126GMSGFMT = /usr/bin/msgfmt
127GMSGFMT_015 = /usr/bin/msgfmt
128GREP = /usr/bin/grep
129HAVE_DOXYGEN = no
130HAVE_DOXYGEN_FALSE =
131HAVE_DOXYGEN_TRUE = #
132HAVE_GCC_C89_SUPPORT_FALSE = #
133HAVE_GCC_C89_SUPPORT_TRUE =
134HAVE_GCC_C94_SUPPORT_FALSE = #
135HAVE_GCC_C94_SUPPORT_TRUE =
136HAVE_GCC_C99_SUPPORT_FALSE = #
137HAVE_GCC_C99_SUPPORT_TRUE =
138HAVE_GCC_LIMITS_FALSE = #
139HAVE_GCC_LIMITS_TRUE =
140HAVE_GXX_CXX98_SUPPORT_FALSE = #
141HAVE_GXX_CXX98_SUPPORT_TRUE =
142HAVE_X_FALSE = #
143HAVE_X_TRUE =
144INSIDE_GNOME_COMMON_FALSE =
145INSIDE_GNOME_COMMON_TRUE = #
146INSTALL_DATA = ${INSTALL} -m 644
147INSTALL_PROGRAM = ${INSTALL}
148INSTALL_SCRIPT = ${INSTALL}
149INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
150INTLLIBS =
151INTL_MACOSX_LIBS =
152LDFLAGS =
153LIBICONV =
154LIBINTL =
155LIBOBJS =
156LIBS = -lpthread -lm -lpng -lz
157LIBTOOL = $(SHELL) $(top_builddir)/libtool
158LIBZVBI_SO_VERSION = 13:1:13
159LN_S = ln -s
160LTLIBICONV =
161LTLIBINTL =
162LTLIBOBJS =
163MAINT = #
164MAINTAINER_MODE_FALSE =
165MAINTAINER_MODE_TRUE = #
166MAKEINFO = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run makeinfo
167MSGFMT = /usr/bin/msgfmt
168MSGFMT_015 = /usr/bin/msgfmt
169MSGMERGE = /usr/bin/msgmerge
170OBJEXT = o
171PACKAGE = zvbi
172PACKAGE_BUGREPORT =
173PACKAGE_NAME = zvbi
174PACKAGE_STRING = zvbi 0.2.33
175PACKAGE_TARNAME = zvbi
176PACKAGE_VERSION = 0.2.33
177PATH_SEPARATOR = :
178POSUB = po
179RANLIB = ranlib
180SET_MAKE =
181SHELL = /bin/sh
182STRIP = strip
183UNICODE_CFLAGS =
184UNICODE_LIBS =
185USE_NLS = yes
186VERSION = 0.2.33
187XGETTEXT = /usr/bin/xgettext
188XGETTEXT_015 = /usr/bin/xgettext
189XMKMF =
190X_CFLAGS =
191X_EXTRA_LIBS =
192X_LIBS = -lX11
193X_PRE_LIBS = -lSM -lICE
194ac_ct_CC = gcc
195ac_ct_CXX = g++
196ac_ct_F77 =
197am__fastdepCC_FALSE = #
198am__fastdepCC_TRUE =
199am__fastdepCXX_FALSE = #
200am__fastdepCXX_TRUE =
201am__include = include
202am__leading_dot = .
203am__quote =
204am__tar = ${AMTAR} chof - "$$tardir"
205am__untar = ${AMTAR} xf -
206bindir = ${exec_prefix}/bin
207build = x86_64-unknown-linux-gnu
208build_alias =
209build_cpu = x86_64
210build_os = linux-gnu
211build_vendor = unknown
212datadir = ${datarootdir}
213datarootdir = ${prefix}/share
214docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
215dvidir = ${docdir}
216exec_prefix = ${prefix}
217host = x86_64-unknown-linux-gnu
218host_alias =
219host_cpu = x86_64
220host_os = linux-gnu
221host_vendor = unknown
222htmldir = ${docdir}
223includedir = ${prefix}/include
224infodir = ${datarootdir}/info
225install_sh = /home/gk/work/ics/external/zvbi-0.2.33/install-sh
226libdir = ${exec_prefix}/lib
227libexecdir = ${exec_prefix}/libexec
228localedir = ${datarootdir}/locale
229localstatedir = ${prefix}/var
230mandir = ${datarootdir}/man
231mkdir_p = mkdir -p --
232oldincludedir = /usr/include
233pdfdir = ${docdir}
234prefix = /usr/local
235program_transform_name = s,x,x,
236psdir = ${docdir}
237sbindir = ${exec_prefix}/sbin
238sharedstatedir = ${prefix}/com
239sysconfdir = ${prefix}/etc
240target_alias =
241#proxy_dirs =
242proxy_dirs = daemon
243EXTRA_DIST = \
244 BUGS \
245 COPYING \
246 COPYING.LIB \
247 config.rpath \
248 depcomp \
249 zvbi.spec.in
250
251DISTCLEANFILES = site_def.h
252
253# Attn order matters.
254SUBDIRS = \
255 m4 \
256 src \
257 $(proxy_dirs) \
258 contrib \
259 examples \
260 test \
261 po \
262 doc
263
264ACLOCAL_AMFLAGS = -I m4
265pkgconfigdir = $(libdir)/pkgconfig
266pkgconfig_DATA = zvbi-0.2.pc
267all: config.h
268 $(MAKE) $(AM_MAKEFLAGS) all-recursive
269
270.SUFFIXES:
271am--refresh:
272 @:
273$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
274 @for dep in $?; do \
275 case '$(am__configure_deps)' in \
276 *$$dep*) \
277 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
278 cd $(srcdir) && $(AUTOMAKE) --gnu \
279 && exit 0; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
284 cd $(top_srcdir) && \
285 $(AUTOMAKE) --gnu Makefile
286.PRECIOUS: Makefile
287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 echo ' $(SHELL) ./config.status'; \
291 $(SHELL) ./config.status;; \
292 *) \
293 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
294 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
295 esac;
296
297$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
298 $(SHELL) ./config.status --recheck
299
300$(top_srcdir)/configure: # $(am__configure_deps)
301 cd $(srcdir) && $(AUTOCONF)
302$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
303 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
304
305config.h: stamp-h1
306 @if test ! -f $@; then \
307 rm -f stamp-h1; \
308 $(MAKE) stamp-h1; \
309 else :; fi
310
311stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
312 @rm -f stamp-h1
313 cd $(top_builddir) && $(SHELL) ./config.status config.h
314$(srcdir)/config.h.in: # $(am__configure_deps)
315 cd $(top_srcdir) && $(AUTOHEADER)
316 rm -f stamp-h1
317 touch $@
318
319distclean-hdr:
320 -rm -f config.h stamp-h1
321zvbi.spec: $(top_builddir)/config.status $(srcdir)/zvbi.spec.in
322 cd $(top_builddir) && $(SHELL) ./config.status $@
323zvbi-0.2.pc: $(top_builddir)/config.status $(srcdir)/zvbi-0.2.pc.in
324 cd $(top_builddir) && $(SHELL) ./config.status $@
325
326mostlyclean-libtool:
327 -rm -f *.lo
328
329clean-libtool:
330 -rm -rf .libs _libs
331
332distclean-libtool:
333 -rm -f libtool
334uninstall-info-am:
335install-pkgconfigDATA: $(pkgconfig_DATA)
336 @$(NORMAL_INSTALL)
337 test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)"
338 @list='$(pkgconfig_DATA)'; for p in $$list; do \
339 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
340 f=$(am__strip_dir) \
341 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
342 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
343 done
344
345uninstall-pkgconfigDATA:
346 @$(NORMAL_UNINSTALL)
347 @list='$(pkgconfig_DATA)'; for p in $$list; do \
348 f=$(am__strip_dir) \
349 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
350 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
351 done
352
353# This directory's subdirectories are mostly independent; you can cd
354# into them and run `make' without going through this Makefile.
355# To change the values of `make' variables: instead of editing Makefiles,
356# (1) if the variable is set in `config.status', edit `config.status'
357# (which will cause the Makefiles to be regenerated when you run `make');
358# (2) otherwise, pass the desired values on the `make' command line.
359$(RECURSIVE_TARGETS):
360 @failcom='exit 1'; \
361 for f in x $$MAKEFLAGS; do \
362 case $$f in \
363 *=* | --[!k]*);; \
364 *k*) failcom='fail=yes';; \
365 esac; \
366 done; \
367 dot_seen=no; \
368 target=`echo $@ | sed s/-recursive//`; \
369 list='$(SUBDIRS)'; for subdir in $$list; do \
370 echo "Making $$target in $$subdir"; \
371 if test "$$subdir" = "."; then \
372 dot_seen=yes; \
373 local_target="$$target-am"; \
374 else \
375 local_target="$$target"; \
376 fi; \
377 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378 || eval $$failcom; \
379 done; \
380 if test "$$dot_seen" = "no"; then \
381 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
382 fi; test -z "$$fail"
383
384mostlyclean-recursive clean-recursive distclean-recursive \
385maintainer-clean-recursive:
386 @failcom='exit 1'; \
387 for f in x $$MAKEFLAGS; do \
388 case $$f in \
389 *=* | --[!k]*);; \
390 *k*) failcom='fail=yes';; \
391 esac; \
392 done; \
393 dot_seen=no; \
394 case "$@" in \
395 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
396 *) list='$(SUBDIRS)' ;; \
397 esac; \
398 rev=''; for subdir in $$list; do \
399 if test "$$subdir" = "."; then :; else \
400 rev="$$subdir $$rev"; \
401 fi; \
402 done; \
403 rev="$$rev ."; \
404 target=`echo $@ | sed s/-recursive//`; \
405 for subdir in $$rev; do \
406 echo "Making $$target in $$subdir"; \
407 if test "$$subdir" = "."; then \
408 local_target="$$target-am"; \
409 else \
410 local_target="$$target"; \
411 fi; \
412 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413 || eval $$failcom; \
414 done && test -z "$$fail"
415tags-recursive:
416 list='$(SUBDIRS)'; for subdir in $$list; do \
417 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
418 done
419ctags-recursive:
420 list='$(SUBDIRS)'; for subdir in $$list; do \
421 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
422 done
423
424ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
425 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
426 unique=`for i in $$list; do \
427 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
428 done | \
429 $(AWK) ' { files[$$0] = 1; } \
430 END { for (i in files) print i; }'`; \
431 mkid -fID $$unique
432tags: TAGS
433
434TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
435 $(TAGS_FILES) $(LISP)
436 tags=; \
437 here=`pwd`; \
438 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
439 include_option=--etags-include; \
440 empty_fix=.; \
441 else \
442 include_option=--include; \
443 empty_fix=; \
444 fi; \
445 list='$(SUBDIRS)'; for subdir in $$list; do \
446 if test "$$subdir" = .; then :; else \
447 test ! -f $$subdir/TAGS || \
448 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
449 fi; \
450 done; \
451 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
452 unique=`for i in $$list; do \
453 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454 done | \
455 $(AWK) ' { files[$$0] = 1; } \
456 END { for (i in files) print i; }'`; \
457 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
458 test -n "$$unique" || unique=$$empty_fix; \
459 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460 $$tags $$unique; \
461 fi
462ctags: CTAGS
463CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
464 $(TAGS_FILES) $(LISP)
465 tags=; \
466 here=`pwd`; \
467 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
468 unique=`for i in $$list; do \
469 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470 done | \
471 $(AWK) ' { files[$$0] = 1; } \
472 END { for (i in files) print i; }'`; \
473 test -z "$(CTAGS_ARGS)$$tags$$unique" \
474 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475 $$tags $$unique
476
477GTAGS:
478 here=`$(am__cd) $(top_builddir) && pwd` \
479 && cd $(top_srcdir) \
480 && gtags -i $(GTAGS_ARGS) $$here
481
482distclean-tags:
483 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486 @case `sed 15q $(srcdir)/NEWS` in \
487 *"$(VERSION)"*) : ;; \
488 *) \
489 echo "NEWS not updated; not releasing" 1>&2; \
490 exit 1;; \
491 esac
492 $(am__remove_distdir)
493 mkdir $(distdir)
494 $(mkdir_p) $(distdir)/. $(distdir)/daemon $(distdir)/doc $(distdir)/m4 $(distdir)/po
495 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
496 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
497 list='$(DISTFILES)'; for file in $$list; do \
498 case $$file in \
499 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
500 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
501 esac; \
502 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
503 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
504 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
505 dir="/$$dir"; \
506 $(mkdir_p) "$(distdir)$$dir"; \
507 else \
508 dir=''; \
509 fi; \
510 if test -d $$d/$$file; then \
511 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
512 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
513 fi; \
514 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
515 else \
516 test -f $(distdir)/$$file \
517 || cp -p $$d/$$file $(distdir)/$$file \
518 || exit 1; \
519 fi; \
520 done
521 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
522 if test "$$subdir" = .; then :; else \
523 test -d "$(distdir)/$$subdir" \
524 || $(mkdir_p) "$(distdir)/$$subdir" \
525 || exit 1; \
526 distdir=`$(am__cd) $(distdir) && pwd`; \
527 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
528 (cd $$subdir && \
529 $(MAKE) $(AM_MAKEFLAGS) \
530 top_distdir="$$top_distdir" \
531 distdir="$$distdir/$$subdir" \
532 distdir) \
533 || exit 1; \
534 fi; \
535 done
536 $(MAKE) $(AM_MAKEFLAGS) \
537 top_distdir="$(top_distdir)" distdir="$(distdir)" \
538 dist-hook
539 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
540 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
541 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
542 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
543 || chmod -R a+r $(distdir)
544dist-gzip: distdir
545 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
546 $(am__remove_distdir)
547dist-bzip2: distdir
548 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
549 $(am__remove_distdir)
550
551dist-tarZ: distdir
552 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
553 $(am__remove_distdir)
554
555dist-shar: distdir
556 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
557 $(am__remove_distdir)
558
559dist-zip: distdir
560 -rm -f $(distdir).zip
561 zip -rq $(distdir).zip $(distdir)
562 $(am__remove_distdir)
563
564dist dist-all: distdir
565 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
566 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
567 $(am__remove_distdir)
568
569# This target untars the dist file and tries a VPATH configuration. Then
570# it guarantees that the distribution is self-contained by making another
571# tarfile.
572distcheck: dist
573 case '$(DIST_ARCHIVES)' in \
574 *.tar.gz*) \
575 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
576 *.tar.bz2*) \
577 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
578 *.tar.Z*) \
579 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
580 *.shar.gz*) \
581 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
582 *.zip*) \
583 unzip $(distdir).zip ;;\
584 esac
585 chmod -R a-w $(distdir); chmod a+w $(distdir)
586 mkdir $(distdir)/_build
587 mkdir $(distdir)/_inst
588 chmod a-w $(distdir)
589 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
590 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
591 && cd $(distdir)/_build \
592 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
593 $(DISTCHECK_CONFIGURE_FLAGS) \
594 && $(MAKE) $(AM_MAKEFLAGS) \
595 && $(MAKE) $(AM_MAKEFLAGS) dvi \
596 && $(MAKE) $(AM_MAKEFLAGS) check \
597 && $(MAKE) $(AM_MAKEFLAGS) install \
598 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
599 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
600 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
601 distuninstallcheck \
602 && chmod -R a-w "$$dc_install_base" \
603 && ({ \
604 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
605 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
606 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
607 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
608 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
609 } || { rm -rf "$$dc_destdir"; exit 1; }) \
610 && rm -rf "$$dc_destdir" \
611 && $(MAKE) $(AM_MAKEFLAGS) dist \
612 && rm -rf $(DIST_ARCHIVES) \
613 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
614 $(am__remove_distdir)
615 @(echo "$(distdir) archives ready for distribution: "; \
616 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
617 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
618distuninstallcheck:
619 @cd $(distuninstallcheck_dir) \
620 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
621 || { echo "ERROR: files left after uninstall:" ; \
622 if test -n "$(DESTDIR)"; then \
623 echo " (check DESTDIR support)"; \
624 fi ; \
625 $(distuninstallcheck_listfiles) ; \
626 exit 1; } >&2
627distcleancheck: distclean
628 @if test '$(srcdir)' = . ; then \
629 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
630 exit 1 ; \
631 fi
632 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
633 || { echo "ERROR: files left in build directory after distclean:" ; \
634 $(distcleancheck_listfiles) ; \
635 exit 1; } >&2
636check-am: all-am
637check: check-recursive
638all-am: Makefile $(DATA) config.h
639installdirs: installdirs-recursive
640installdirs-am:
641 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
642 test -z "$$dir" || $(mkdir_p) "$$dir"; \
643 done
644install: install-recursive
645install-exec: install-exec-recursive
646install-data: install-data-recursive
647uninstall: uninstall-recursive
648
649install-am: all-am
650 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
651
652installcheck: installcheck-recursive
653install-strip:
654 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656 `test -z '$(STRIP)' || \
657 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
658mostlyclean-generic:
659
660clean-generic:
661
662distclean-generic:
663 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
664 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
665
666maintainer-clean-generic:
667 @echo "This command is intended for maintainers to use"
668 @echo "it deletes files that may require special tools to rebuild."
669clean: clean-recursive
670
671clean-am: clean-generic clean-libtool mostlyclean-am
672
673distclean: distclean-recursive
674 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
675 -rm -f Makefile
676distclean-am: clean-am distclean-generic distclean-hdr \
677 distclean-libtool distclean-tags
678
679dvi: dvi-recursive
680
681dvi-am:
682
683html: html-recursive
684
685info: info-recursive
686
687info-am:
688
689install-data-am: install-pkgconfigDATA
690
691install-exec-am:
692
693install-info: install-info-recursive
694
695install-man:
696
697installcheck-am:
698
699maintainer-clean: maintainer-clean-recursive
700 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
701 -rm -rf $(top_srcdir)/autom4te.cache
702 -rm -f Makefile
703maintainer-clean-am: distclean-am maintainer-clean-generic
704
705mostlyclean: mostlyclean-recursive
706
707mostlyclean-am: mostlyclean-generic mostlyclean-libtool
708
709pdf: pdf-recursive
710
711pdf-am:
712
713ps: ps-recursive
714
715ps-am:
716
717uninstall-am: uninstall-info-am uninstall-pkgconfigDATA
718
719uninstall-info: uninstall-info-recursive
720
721.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
722 check-am clean clean-generic clean-libtool clean-recursive \
723 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
724 dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
725 distclean-generic distclean-hdr distclean-libtool \
726 distclean-recursive distclean-tags distcleancheck distdir \
727 distuninstallcheck dvi dvi-am html html-am info info-am \
728 install install-am install-data install-data-am install-exec \
729 install-exec-am install-info install-info-am install-man \
730 install-pkgconfigDATA install-strip installcheck \
731 installcheck-am installdirs installdirs-am maintainer-clean \
732 maintainer-clean-generic maintainer-clean-recursive \
733 mostlyclean mostlyclean-generic mostlyclean-libtool \
734 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
735 uninstall uninstall-am uninstall-info-am \
736 uninstall-pkgconfigDATA
737
738
739dist-hook:
740 chown -R 500:100 $(distdir)
741
742fsf-addr-update:
743 for dir in $(SUBDIRS); do \
744 cd $$dir ; \
745 for file in *.c *.h *.pl *.sh README ; do \
746 old='675 Mass Ave, Cambridge, MA 02139, USA' ; \
747 new='51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA' ; \
748 if grep -e "$$old" $$file ; then \
749 sed "s/$$old/$$new/" <$$file >$$file.tmp && mv $$file.tmp $$file ; \
750 fi
751 done ; \
752 cd - ; \
753 done
754# Tell versions [3.59,3.63) of GNU make to not export all variables.
755# Otherwise a system limit (for SysV at least) may be exceeded.
756.NOEXPORT:
757