1 # Makefile.in generated by automake 1.9.3 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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.
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
17 SOURCES = $(abook_SOURCES)
20 top_srcdir = @top_srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
39 build_triplet = @build@
41 bin_PROGRAMS = abook$(EXEEXT)
42 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
43 $(srcdir)/Makefile.in $(srcdir)/abook.spec.in \
44 $(srcdir)/config.h.in $(top_srcdir)/configure \
45 $(top_srcdir)/intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
46 ChangeLog INSTALL NEWS THANKS TODO config.guess config.rpath \
47 config.sub depcomp install-sh missing mkinstalldirs
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/glibc2.m4 \
52 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
53 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intmax.m4 \
54 $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
55 $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \
56 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
57 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \
58 $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
59 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
60 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \
61 $(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
62 $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
63 $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
64 $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
65 $(top_srcdir)/configure.in
66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 configure.lineno configure.status.lineno
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = config.h
72 CONFIG_CLEAN_FILES = abook.spec intl/Makefile
73 am__installdirs = "$(DESTDIR)$(bindir)"
74 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
75 PROGRAMS = $(bin_PROGRAMS)
76 am_abook_OBJECTS = abook.$(OBJEXT) database.$(OBJEXT) filter.$(OBJEXT) \
77 list.$(OBJEXT) misc.$(OBJEXT) options.$(OBJEXT) edit.$(OBJEXT) \
78 ldif.$(OBJEXT) ui.$(OBJEXT) getname.$(OBJEXT) getopt.$(OBJEXT) \
79 getopt1.$(OBJEXT) abook_rl.$(OBJEXT) mbswidth.$(OBJEXT) \
81 abook_OBJECTS = $(am_abook_OBJECTS)
82 abook_LDADD = $(LDADD)
83 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
84 depcomp = $(SHELL) $(top_srcdir)/depcomp
85 am__depfiles_maybe = depfiles
86 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
87 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
90 SOURCES = $(abook_SOURCES)
91 DIST_SOURCES = $(abook_SOURCES)
92 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93 html-recursive info-recursive install-data-recursive \
94 install-exec-recursive install-info-recursive \
95 install-recursive installcheck-recursive installdirs-recursive \
96 pdf-recursive ps-recursive uninstall-info-recursive \
100 DIST_SUBDIRS = $(SUBDIRS)
101 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102 distdir = $(PACKAGE)-$(VERSION)
103 top_distdir = $(distdir)
104 am__remove_distdir = \
105 { test ! -d $(distdir) \
106 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
107 && rm -fr $(distdir); }; }
108 DIST_ARCHIVES = $(distdir).tar.gz
110 distuninstallcheck_listfiles = find . -type f -print
111 distcleancheck_listfiles = find . -type f -print
114 AMDEP_FALSE = @AMDEP_FALSE@
115 AMDEP_TRUE = @AMDEP_TRUE@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
121 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
122 CATOBJEXT = @CATOBJEXT@
124 CCDEPMODE = @CCDEPMODE@
127 CPPFLAGS = @CPPFLAGS@
128 CYGPATH_W = @CYGPATH_W@
129 DATADIRNAME = @DATADIRNAME@
141 HAVE_ASPRINTF = @HAVE_ASPRINTF@
142 HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
143 HAVE_SNPRINTF = @HAVE_SNPRINTF@
144 HAVE_WPRINTF = @HAVE_WPRINTF@
145 INSTALL_DATA = @INSTALL_DATA@
146 INSTALL_PROGRAM = @INSTALL_PROGRAM@
147 INSTALL_SCRIPT = @INSTALL_SCRIPT@
148 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149 INSTOBJEXT = @INSTOBJEXT@
150 INTLBISON = @INTLBISON@
151 INTLLIBS = @INTLLIBS@
152 INTLOBJS = @INTLOBJS@
153 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
154 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
156 LIBICONV = @LIBICONV@
160 LTLIBICONV = @LTLIBICONV@
161 LTLIBINTL = @LTLIBINTL@
162 LTLIBOBJS = @LTLIBOBJS@
163 MAKEINFO = @MAKEINFO@
164 MKINSTALLDIRS = @MKINSTALLDIRS@
166 MSGMERGE = @MSGMERGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
177 SET_MAKE = @SET_MAKE@
181 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
184 XGETTEXT = @XGETTEXT@
185 ac_ct_CC = @ac_ct_CC@
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__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
194 am__untar = @am__untar@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
202 exec_prefix = @exec_prefix@
204 host_alias = @host_alias@
205 host_cpu = @host_cpu@
207 host_vendor = @host_vendor@
208 includedir = @includedir@
210 install_sh = @install_sh@
212 libexecdir = @libexecdir@
213 localedir = @localedir@
214 localstatedir = @localstatedir@
217 oldincludedir = @oldincludedir@
219 program_transform_name = @program_transform_name@
221 sharedstatedir = @sharedstatedir@
222 sysconfdir = @sysconfdir@
223 target_alias = @target_alias@
224 abook_SOURCES = abook.c database.c filter.c list.c misc.c \
225 options.c edit.c ldif.c ui.c getname.c \
226 getopt.c getopt1.c abook_rl.c mbswidth.c \
228 abook.h database.h filter.h list.h misc.h help.h \
229 options.h edit.h ldif.h abook_curses.h ui.h getname.h \
230 getopt.h gettext.h abook_rl.h mbswidth.h \
233 EXTRA_DIST = config.rpath ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \
237 ACLOCAL_AMFLAGS = -I m4
239 $(MAKE) $(AM_MAKEFLAGS) all-recursive
242 .SUFFIXES: .c .o .obj
245 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
247 case '$(am__configure_deps)' in \
249 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
250 cd $(srcdir) && $(AUTOMAKE) --gnu \
255 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
256 cd $(top_srcdir) && \
257 $(AUTOMAKE) --gnu Makefile
259 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262 echo ' $(SHELL) ./config.status'; \
263 $(SHELL) ./config.status;; \
265 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
266 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
269 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
270 $(SHELL) ./config.status --recheck
272 $(top_srcdir)/configure: $(am__configure_deps)
273 cd $(srcdir) && $(AUTOCONF)
274 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
275 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
278 @if test ! -f $@; then \
283 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
285 cd $(top_builddir) && $(SHELL) ./config.status config.h
286 $(srcdir)/config.h.in: $(am__configure_deps)
287 cd $(top_srcdir) && $(AUTOHEADER)
292 -rm -f config.h stamp-h1
293 abook.spec: $(top_builddir)/config.status $(srcdir)/abook.spec.in
294 cd $(top_builddir) && $(SHELL) ./config.status $@
295 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
296 cd $(top_builddir) && $(SHELL) ./config.status $@
297 install-binPROGRAMS: $(bin_PROGRAMS)
299 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
300 @list='$(bin_PROGRAMS)'; for p in $$list; do \
301 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
304 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
305 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
306 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
310 uninstall-binPROGRAMS:
312 @list='$(bin_PROGRAMS)'; for p in $$list; do \
313 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
314 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
315 rm -f "$(DESTDIR)$(bindir)/$$f"; \
319 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
320 abook$(EXEEXT): $(abook_OBJECTS) $(abook_DEPENDENCIES)
321 @rm -f abook$(EXEEXT)
322 $(LINK) $(abook_LDFLAGS) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook_rl.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getname.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
347 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
348 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
350 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
354 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
355 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
361 # This directory's subdirectories are mostly independent; you can cd
362 # into them and run `make' without going through this Makefile.
363 # To change the values of `make' variables: instead of editing Makefiles,
364 # (1) if the variable is set in `config.status', edit `config.status'
365 # (which will cause the Makefiles to be regenerated when you run `make');
366 # (2) otherwise, pass the desired values on the `make' command line.
367 $(RECURSIVE_TARGETS):
368 @set fnord $$MAKEFLAGS; amf=$$2; \
370 target=`echo $@ | sed s/-recursive//`; \
371 list='$(SUBDIRS)'; for subdir in $$list; do \
372 echo "Making $$target in $$subdir"; \
373 if test "$$subdir" = "."; then \
375 local_target="$$target-am"; \
377 local_target="$$target"; \
379 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
380 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
382 if test "$$dot_seen" = "no"; then \
383 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
386 mostlyclean-recursive clean-recursive distclean-recursive \
387 maintainer-clean-recursive:
388 @set fnord $$MAKEFLAGS; amf=$$2; \
391 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
392 *) list='$(SUBDIRS)' ;; \
394 rev=''; for subdir in $$list; do \
395 if test "$$subdir" = "."; then :; else \
396 rev="$$subdir $$rev"; \
400 target=`echo $@ | sed s/-recursive//`; \
401 for subdir in $$rev; do \
402 echo "Making $$target in $$subdir"; \
403 if test "$$subdir" = "."; then \
404 local_target="$$target-am"; \
406 local_target="$$target"; \
408 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
409 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
410 done && test -z "$$fail"
412 list='$(SUBDIRS)'; for subdir in $$list; do \
413 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
416 list='$(SUBDIRS)'; for subdir in $$list; do \
417 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
420 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
422 unique=`for i in $$list; do \
423 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425 $(AWK) ' { files[$$0] = 1; } \
426 END { for (i in files) print i; }'`; \
430 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
431 $(TAGS_FILES) $(LISP)
434 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
435 include_option=--etags-include; \
438 include_option=--include; \
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 if test "$$subdir" = .; then :; else \
443 test ! -f $$subdir/TAGS || \
444 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
447 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451 $(AWK) ' { files[$$0] = 1; } \
452 END { for (i in files) print i; }'`; \
453 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
454 test -n "$$unique" || unique=$$empty_fix; \
455 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
463 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
464 unique=`for i in $$list; do \
465 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467 $(AWK) ' { files[$$0] = 1; } \
468 END { for (i in files) print i; }'`; \
469 test -z "$(CTAGS_ARGS)$$tags$$unique" \
470 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
474 here=`$(am__cd) $(top_builddir) && pwd` \
475 && cd $(top_srcdir) \
476 && gtags -i $(GTAGS_ARGS) $$here
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
481 distdir: $(DISTFILES)
482 $(am__remove_distdir)
484 $(mkdir_p) $(distdir)/. $(distdir)/intl $(distdir)/m4 $(distdir)/po
485 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
486 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
487 list='$(DISTFILES)'; for file in $$list; do \
489 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
490 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
494 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
496 $(mkdir_p) "$(distdir)$$dir"; \
500 if test -d $$d/$$file; then \
501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
504 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
506 test -f $(distdir)/$$file \
507 || cp -p $$d/$$file $(distdir)/$$file \
511 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
512 if test "$$subdir" = .; then :; else \
513 test -d "$(distdir)/$$subdir" \
514 || $(mkdir_p) "$(distdir)/$$subdir" \
516 distdir=`$(am__cd) $(distdir) && pwd`; \
517 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
519 $(MAKE) $(AM_MAKEFLAGS) \
520 top_distdir="$$top_distdir" \
521 distdir="$$distdir/$$subdir" \
526 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
527 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
528 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
529 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
530 || chmod -R a+r $(distdir)
532 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
533 $(am__remove_distdir)
536 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
537 $(am__remove_distdir)
540 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
541 $(am__remove_distdir)
544 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
545 $(am__remove_distdir)
548 -rm -f $(distdir).zip
549 zip -rq $(distdir).zip $(distdir)
550 $(am__remove_distdir)
552 dist dist-all: distdir
553 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
554 $(am__remove_distdir)
556 # This target untars the dist file and tries a VPATH configuration. Then
557 # it guarantees that the distribution is self-contained by making another
560 case '$(DIST_ARCHIVES)' in \
562 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
564 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
566 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
568 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
570 unzip $(distdir).zip ;;\
572 chmod -R a-w $(distdir); chmod a+w $(distdir)
573 mkdir $(distdir)/_build
574 mkdir $(distdir)/_inst
576 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
577 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
578 && cd $(distdir)/_build \
579 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
580 --with-included-gettext \
581 $(DISTCHECK_CONFIGURE_FLAGS) \
582 && $(MAKE) $(AM_MAKEFLAGS) \
583 && $(MAKE) $(AM_MAKEFLAGS) dvi \
584 && $(MAKE) $(AM_MAKEFLAGS) check \
585 && $(MAKE) $(AM_MAKEFLAGS) install \
586 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
587 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
588 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
590 && chmod -R a-w "$$dc_install_base" \
592 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
593 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
594 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
595 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
596 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
597 } || { rm -rf "$$dc_destdir"; exit 1; }) \
598 && rm -rf "$$dc_destdir" \
599 && $(MAKE) $(AM_MAKEFLAGS) dist \
600 && rm -rf $(DIST_ARCHIVES) \
601 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
602 $(am__remove_distdir)
603 @(echo "$(distdir) archives ready for distribution: "; \
604 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
605 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
607 @cd $(distuninstallcheck_dir) \
608 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
609 || { echo "ERROR: files left after uninstall:" ; \
610 if test -n "$(DESTDIR)"; then \
611 echo " (check DESTDIR support)"; \
613 $(distuninstallcheck_listfiles) ; \
615 distcleancheck: distclean
616 @if test '$(srcdir)' = . ; then \
617 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
620 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
621 || { echo "ERROR: files left in build directory after distclean:" ; \
622 $(distcleancheck_listfiles) ; \
625 check: check-recursive
626 all-am: Makefile $(PROGRAMS) config.h
627 installdirs: installdirs-recursive
629 for dir in "$(DESTDIR)$(bindir)"; do \
630 test -z "$$dir" || $(mkdir_p) "$$dir"; \
632 install: install-recursive
633 install-exec: install-exec-recursive
634 install-data: install-data-recursive
635 uninstall: uninstall-recursive
638 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
640 installcheck: installcheck-recursive
642 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
643 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
644 `test -z '$(STRIP)' || \
645 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
651 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
653 maintainer-clean-generic:
654 @echo "This command is intended for maintainers to use"
655 @echo "it deletes files that may require special tools to rebuild."
656 clean: clean-recursive
658 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
660 distclean: distclean-recursive
661 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
664 distclean-am: clean-am distclean-compile distclean-generic \
665 distclean-hdr distclean-tags
677 install-data-am: install-data-local
679 install-exec-am: install-binPROGRAMS
681 install-info: install-info-recursive
687 maintainer-clean: maintainer-clean-recursive
688 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
689 -rm -rf $(top_srcdir)/autom4te.cache
692 maintainer-clean-am: distclean-am maintainer-clean-generic
694 mostlyclean: mostlyclean-recursive
696 mostlyclean-am: mostlyclean-compile mostlyclean-generic
706 uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-local
708 uninstall-info: uninstall-info-recursive
710 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
711 check-am clean clean-binPROGRAMS clean-generic clean-recursive \
712 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
713 dist-shar dist-tarZ dist-zip distcheck distclean \
714 distclean-compile distclean-generic distclean-hdr \
715 distclean-recursive distclean-tags distcleancheck distdir \
716 distuninstallcheck dvi dvi-am html html-am info info-am \
717 install install-am install-binPROGRAMS install-data \
718 install-data-am install-data-local install-exec \
719 install-exec-am install-info install-info-am install-man \
720 install-strip installcheck installcheck-am installdirs \
721 installdirs-am maintainer-clean maintainer-clean-generic \
722 maintainer-clean-recursive mostlyclean mostlyclean-compile \
723 mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
724 tags tags-recursive uninstall uninstall-am \
725 uninstall-binPROGRAMS uninstall-info-am uninstall-local
729 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
730 $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
731 $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
734 -rm -f $(DESTDIR)$(mandir)/man1/abook.1
735 -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
736 # Tell versions [3.59,3.63) of GNU make to not export all variables.
737 # Otherwise a system limit (for SysV at least) may be exceeded.