1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 pkgdatadir
= $(datadir)/@PACKAGE@
20 pkgincludedir
= $(includedir)/@PACKAGE@
21 pkglibdir
= $(libdir)/@PACKAGE@
22 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
23 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA
= $(install_sh
) -c
-m
644
25 install_sh_PROGRAM
= $(install_sh
) -c
26 install_sh_SCRIPT
= $(install_sh
) -c
27 INSTALL_HEADER
= $(INSTALL_DATA
)
28 transform
= $(program_transform_name
)
35 build_triplet
= @build@
37 bin_PROGRAMS
= abook
$(EXEEXT
)
39 DIST_COMMON
= README
$(am__configure_deps
) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in
$(srcdir)/abook.spec.in \
41 $(srcdir)/config.h.in
$(top_srcdir
)/configure \
42 $(top_srcdir
)/intl
/Makefile.in ABOUT-NLS AUTHORS COPYING \
43 ChangeLog INSTALL NEWS THANKS TODO config.guess config.rpath \
44 config.sub depcomp install-sh missing mkinstalldirs
45 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
46 am__aclocal_m4_deps
= $(top_srcdir
)/acinclude.m4 \
47 $(top_srcdir
)/configure.in
48 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
50 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
51 configure.lineno config.status.lineno
52 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
53 CONFIG_HEADER
= config.h
54 CONFIG_CLEAN_FILES
= abook.spec intl
/Makefile
55 CONFIG_CLEAN_VPATH_FILES
=
56 am__installdirs
= "$(DESTDIR)$(bindir)"
57 PROGRAMS
= $(bin_PROGRAMS
)
58 am_abook_OBJECTS
= abook.
$(OBJEXT
) abook_rl.
$(OBJEXT
) \
59 database.
$(OBJEXT
) edit.
$(OBJEXT
) filter.
$(OBJEXT
) \
60 getname.
$(OBJEXT
) getopt.
$(OBJEXT
) getopt1.
$(OBJEXT
) \
61 gettext.
$(OBJEXT
) ldif.
$(OBJEXT
) list.
$(OBJEXT
) \
62 mbswidth.
$(OBJEXT
) misc.
$(OBJEXT
) options.
$(OBJEXT
) \
63 ui.
$(OBJEXT
) views.
$(OBJEXT
) xmalloc.
$(OBJEXT
)
64 abook_OBJECTS
= $(am_abook_OBJECTS
)
66 DEFAULT_INCLUDES
= -I.@am__isrc@
67 depcomp
= $(SHELL
) $(top_srcdir
)/depcomp
68 am__depfiles_maybe
= depfiles
70 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
71 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
73 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
74 SOURCES
= $(abook_SOURCES
)
75 DIST_SOURCES
= $(abook_SOURCES
)
76 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
77 html-recursive info-recursive install-data-recursive \
78 install-dvi-recursive install-exec-recursive \
79 install-html-recursive install-info-recursive \
80 install-pdf-recursive install-ps-recursive install-recursive \
81 installcheck-recursive installdirs-recursive pdf-recursive \
82 ps-recursive uninstall-recursive
83 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
84 distclean-recursive maintainer-clean-recursive
85 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
86 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS \
87 distdir
dist dist-all distcheck
90 DIST_SUBDIRS
= $(SUBDIRS
)
91 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
92 distdir
= $(PACKAGE
)-$(VERSION
)
93 top_distdir
= $(distdir
)
94 am__remove_distdir
= \
95 { test ! -d
"$(distdir)" \
96 ||
{ find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
97 && rm -fr
"$(distdir)"; }; }
100 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
101 sed_rest
='s,^[^/]*/*,,'; \
102 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
103 sed_butlast
='s,/*[^/]*$$,,'; \
104 while
test -n
"$$dir1"; do \
105 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
106 if
test "$$first" != "."; then \
107 if
test "$$first" = ".."; then \
108 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
109 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
111 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
112 if
test "$$first2" = "$$first"; then \
113 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
117 dir0
="$$dir0"/"$$first"; \
120 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
123 DIST_ARCHIVES
= $(distdir
).
tar.gz
125 distuninstallcheck_listfiles
= find .
-type f
-print
126 distcleancheck_listfiles
= find .
-type f
-print
130 AUTOCONF
= @AUTOCONF@
131 AUTOHEADER
= @AUTOHEADER@
132 AUTOMAKE
= @AUTOMAKE@
134 BUILD_INCLUDED_LIBINTL
= @BUILD_INCLUDED_LIBINTL@
135 CATOBJEXT
= @CATOBJEXT@
137 CCDEPMODE
= @CCDEPMODE@
139 CFLAG_VISIBILITY
= @CFLAG_VISIBILITY@
141 CPPFLAGS
= @CPPFLAGS@
142 CYGPATH_W
= @CYGPATH_W@
143 DATADIRNAME
= @DATADIRNAME@
152 GETTEXT_MACRO_VERSION
= @GETTEXT_MACRO_VERSION@
156 GMSGFMT_015
= @GMSGFMT_015@
158 HAVE_ASPRINTF
= @HAVE_ASPRINTF@
159 HAVE_POSIX_PRINTF
= @HAVE_POSIX_PRINTF@
160 HAVE_SNPRINTF
= @HAVE_SNPRINTF@
161 HAVE_VISIBILITY
= @HAVE_VISIBILITY@
162 HAVE_WPRINTF
= @HAVE_WPRINTF@
164 INSTALL_DATA
= @INSTALL_DATA@
165 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
166 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
167 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
168 INSTOBJEXT
= @INSTOBJEXT@
169 INTLBISON
= @INTLBISON@
170 INTLLIBS
= @INTLLIBS@
171 INTLOBJS
= @INTLOBJS@
172 INTL_LIBTOOL_SUFFIX_PREFIX
= @INTL_LIBTOOL_SUFFIX_PREFIX@
173 INTL_MACOSX_LIBS
= @INTL_MACOSX_LIBS@
175 LIBICONV
= @LIBICONV@
177 LIBMULTITHREAD
= @LIBMULTITHREAD@
180 LIBPTH_PREFIX
= @LIBPTH_PREFIX@
182 LIBTHREAD
= @LIBTHREAD@
184 LTLIBICONV
= @LTLIBICONV@
185 LTLIBINTL
= @LTLIBINTL@
186 LTLIBMULTITHREAD
= @LTLIBMULTITHREAD@
187 LTLIBOBJS
= @LTLIBOBJS@
188 LTLIBPTH
= @LTLIBPTH@
189 LTLIBTHREAD
= @LTLIBTHREAD@
190 MAKEINFO
= @MAKEINFO@
193 MSGFMT_015
= @MSGFMT_015@
194 MSGMERGE
= @MSGMERGE@
197 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
198 PACKAGE_NAME
= @PACKAGE_NAME@
199 PACKAGE_STRING
= @PACKAGE_STRING@
200 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
201 PACKAGE_URL
= @PACKAGE_URL@
202 PACKAGE_VERSION
= @PACKAGE_VERSION@
203 PATH_SEPARATOR
= @PATH_SEPARATOR@
205 PRI_MACROS_BROKEN
= @PRI_MACROS_BROKEN@
207 SET_MAKE
= @SET_MAKE@
211 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
216 WOE32DLL
= @WOE32DLL@
217 XGETTEXT
= @XGETTEXT@
218 XGETTEXT_015
= @XGETTEXT_015@
219 XGETTEXT_EXTRA_OPTIONS
= @XGETTEXT_EXTRA_OPTIONS@
220 abs_builddir
= @abs_builddir@
221 abs_srcdir
= @abs_srcdir@
222 abs_top_builddir
= @abs_top_builddir@
223 abs_top_srcdir
= @abs_top_srcdir@
224 ac_ct_CC
= @ac_ct_CC@
225 am__include
= @am__include@
226 am__leading_dot
= @am__leading_dot@
227 am__quote
= @am__quote@
229 am__untar
= @am__untar@
232 build_alias
= @build_alias@
233 build_cpu
= @build_cpu@
234 build_os
= @build_os@
235 build_vendor
= @build_vendor@
236 builddir
= @builddir@
238 datarootdir
= @datarootdir@
241 exec_prefix = @
exec_prefix@
243 host_alias
= @host_alias@
244 host_cpu
= @host_cpu@
246 host_vendor
= @host_vendor@
248 includedir = @
includedir@
250 install_sh
= @install_sh@
252 libexecdir
= @libexecdir@
253 localedir
= @localedir@
254 localstatedir
= @localstatedir@
257 oldincludedir = @
oldincludedir@
260 program_transform_name
= @program_transform_name@
263 sharedstatedir
= @sharedstatedir@
265 sysconfdir
= @sysconfdir@
266 target_alias
= @target_alias@
267 top_build_prefix
= @top_build_prefix@
268 top_builddir
= @top_builddir@
269 top_srcdir
= @top_srcdir@
270 abook_SOURCES
= abook.c abook_rl.c database.c edit.c \
271 filter.c getname.c getopt.c getopt1.c gettext.c \
272 ldif.c list.c mbswidth.c misc.c options.c \
273 ui.c views.c xmalloc.c \
275 abook.h abook_curses.h abook_rl.h database.h edit.h \
276 filter.h getname.h getopt.h gettext.h \
277 help.h list.h ldif.h mbswidth.h misc.h options.h \
278 ui.h views.h xmalloc.h
280 EXTRA_DIST
= config.rpath ANNOUNCE BUGS FAQ abook
.1 abookrc
.5 sample.abookrc \
281 abook.spec contrib doc
/HOWTO.translating_abook RELEASE_NOTES
283 abook_LDADD
= @LIBINTL@
285 ACLOCAL_AMFLAGS
= -I m4
286 @USE_INCLUDED_INTL_H_TRUE@AM_CPPFLAGS
= -Iintl
288 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
291 .SUFFIXES
: .c .o .obj
294 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
296 case
'$(am__configure_deps)' in \
298 echo
' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
299 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --gnu \
304 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
305 $(am__cd
) $(top_srcdir
) && \
306 $(AUTOMAKE
) --gnu Makefile
308 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
311 echo
' $(SHELL) ./config.status'; \
312 $(SHELL
) .
/config.status
;; \
314 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
315 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
318 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
319 $(SHELL
) .
/config.status
--recheck
321 $(top_srcdir
)/configure
: $(am__configure_deps
)
322 $(am__cd
) $(srcdir) && $(AUTOCONF
)
323 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
324 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
325 $(am__aclocal_m4_deps
):
328 @if
test ! -f
$@
; then \
330 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
333 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
335 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
336 $(srcdir)/config.h.in
: $(am__configure_deps
)
337 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
342 -rm -f config.h stamp-h1
343 abook.spec
: $(top_builddir
)/config.status
$(srcdir)/abook.spec.in
344 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
345 intl
/Makefile
: $(top_builddir
)/config.status
$(top_srcdir
)/intl
/Makefile.in
346 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
347 install-binPROGRAMS
: $(bin_PROGRAMS
)
349 test -z
"$(bindir)" ||
$(MKDIR_P
) "$(DESTDIR)$(bindir)"
350 @list
='$(bin_PROGRAMS)'; test -n
"$(bindir)" || list
=; \
351 for p in
$$list; do echo
"$$p $$p"; done | \
352 sed
's/$(EXEEXT)$$//' | \
353 while read p p1
; do if
test -f
$$p; \
354 then echo
"$$p"; echo
"$$p"; else :; fi
; \
356 sed
-e
'p;s,.*/,,;n;h' -e
's|.*|.|' \
357 -e
'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
358 sed
'N;N;N;s,\n, ,g' | \
359 $(AWK
) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
360 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
361 if ($$2 == $$4) files[d] = files[d] " " $$1; \
362 else { print "f", $$3 "/" $$4, $$1; } } \
363 END { for (d in files) print "f", d, files[d] }' | \
364 while read type
dir files
; do \
365 if
test "$$dir" = .
; then
dir=; else dir=/$$dir; fi
; \
366 test -z
"$$files" ||
{ \
367 echo
" $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
368 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) $$files "$(DESTDIR)$(bindir)$$dir" || exit
$$?
; \
372 uninstall-binPROGRAMS
:
374 @list
='$(bin_PROGRAMS)'; test -n
"$(bindir)" || list
=; \
375 files
=`for p in $$list; do echo "$$p"; done | \
376 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
377 -e 's/$$/$(EXEEXT)/' `; \
378 test -n
"$$list" || exit
0; \
379 echo
" ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
380 cd
"$(DESTDIR)$(bindir)" && rm -f
$$files
383 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
384 abook
$(EXEEXT
): $(abook_OBJECTS
) $(abook_DEPENDENCIES
)
385 @
rm -f abook
$(EXEEXT
)
386 $(LINK
) $(abook_OBJECTS
) $(abook_LDADD
) $(LIBS
)
394 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/abook.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/abook_rl.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/database.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/edit.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/filter.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/getname.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/getopt.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/getopt1.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/gettext.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ldif.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/list.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/mbswidth.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/misc.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/options.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/ui.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/views.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@.
/$(DEPDIR
)/xmalloc.Po@am__quote@
413 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
$<
414 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@
$(COMPILE
) -c
$<
420 @am__fastdepCC_TRUE@
$(COMPILE
) -MT
$@
-MD
-MP
-MF
$(DEPDIR
)/$*.Tpo
-c
-o
$@
`$(CYGPATH_W) '$<'`
421 @am__fastdepCC_TRUE@
$(am__mv
) $(DEPDIR
)/$*.Tpo
$(DEPDIR
)/$*.Po
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source
='$<' object
='$@' libtool
=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR
=$(DEPDIR
) $(CCDEPMODE
) $(depcomp
) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@
$(COMPILE
) -c
`$(CYGPATH_W) '$<'`
426 # This directory's subdirectories are mostly independent; you can cd
427 # into them and run `make' without going through this Makefile.
428 # To change the values of `make' variables: instead of editing Makefiles,
429 # (1) if the variable is set in `config.status', edit `config.status'
430 # (which will cause the Makefiles to be regenerated when you run `make');
431 # (2) otherwise, pass the desired values on the `make' command line.
432 $(RECURSIVE_TARGETS
):
433 @fail
= failcom
='exit 1'; \
434 for f in x
$$MAKEFLAGS; do \
437 *k
*) failcom
='fail=yes';; \
441 target
=`echo $@ | sed s/-recursive//`; \
442 list
='$(SUBDIRS)'; for subdir in
$$list; do \
443 echo
"Making $$target in $$subdir"; \
444 if
test "$$subdir" = "."; then \
446 local_target
="$$target-am"; \
448 local_target
="$$target"; \
450 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
453 if
test "$$dot_seen" = "no"; then \
454 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
457 $(RECURSIVE_CLEAN_TARGETS
):
458 @fail
= failcom
='exit 1'; \
459 for f in x
$$MAKEFLAGS; do \
462 *k
*) failcom
='fail=yes';; \
467 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
468 *) list
='$(SUBDIRS)' ;; \
470 rev
=''; for subdir in
$$list; do \
471 if
test "$$subdir" = "."; then
:; else \
472 rev
="$$subdir $$rev"; \
476 target
=`echo $@ | sed s/-recursive//`; \
477 for subdir in
$$rev; do \
478 echo
"Making $$target in $$subdir"; \
479 if
test "$$subdir" = "."; then \
480 local_target
="$$target-am"; \
482 local_target
="$$target"; \
484 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
486 done
&& test -z
"$$fail"
488 list
='$(SUBDIRS)'; for subdir in
$$list; do \
489 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
492 list
='$(SUBDIRS)'; for subdir in
$$list; do \
493 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
496 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
497 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498 unique
=`for i in $$list; do \
499 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
501 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502 END { if (nonempty) { for (i in files) print i; }; }'`; \
506 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
507 $(TAGS_FILES
) $(LISP
)
510 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
511 include_option
=--etags-include
; \
514 include_option
=--include; \
517 list
='$(SUBDIRS)'; for subdir in
$$list; do \
518 if
test "$$subdir" = .
; then
:; else \
519 test ! -f
$$subdir/TAGS || \
520 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
523 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
524 unique
=`for i in $$list; do \
525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
527 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528 END { if (nonempty) { for (i in files) print i; }; }'`; \
530 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
531 test -n
"$$unique" || unique
=$$empty_fix; \
532 if
test $$# -gt 0; then \
533 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
536 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
541 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
542 $(TAGS_FILES
) $(LISP
)
543 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
544 unique
=`for i in $$list; do \
545 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
547 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548 END { if (nonempty) { for (i in files) print i; }; }'`; \
549 test -z
"$(CTAGS_ARGS)$$unique" \
550 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
554 here
=`$(am__cd) $(top_builddir) && pwd` \
555 && $(am__cd
) $(top_srcdir
) \
556 && gtags
-i
$(GTAGS_ARGS
) "$$here"
559 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
561 distdir
: $(DISTFILES
)
562 $(am__remove_distdir
)
563 test -d
"$(distdir)" || mkdir
"$(distdir)"
564 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566 list
='$(DISTFILES)'; \
567 dist_files
=`for file in $$list; do echo $$file; done | \
568 sed -e "s|^$$srcdirstrip/||;t" \
569 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
570 case
$$dist_files in \
571 */*) $(MKDIR_P
) `echo "$$dist_files" | \
572 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
575 for file in
$$dist_files; do \
576 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
577 if
test -d
$$d/$$file; then \
578 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
579 if
test -d
"$(distdir)/$$file"; then \
580 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
582 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
583 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
584 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
586 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
588 test -f
"$(distdir)/$$file" \
589 || cp
-p
$$d/$$file "$(distdir)/$$file" \
593 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
594 if
test "$$subdir" = .
; then
:; else \
595 test -d
"$(distdir)/$$subdir" \
596 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
600 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
601 if
test "$$subdir" = .
; then
:; else \
602 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
604 new_distdir
=$$reldir; \
605 dir1
=$$subdir; dir2
="$(top_distdir)"; \
607 new_top_distdir
=$$reldir; \
608 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
609 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
610 ($(am__cd
) $$subdir && \
611 $(MAKE
) $(AM_MAKEFLAGS
) \
612 top_distdir
="$$new_top_distdir" \
613 distdir
="$$new_distdir" \
614 am__remove_distdir
=: \
615 am__skip_length_check
=: \
616 am__skip_mode_fix
=: \
621 -test -n
"$(am__skip_mode_fix)" \
622 || find
"$(distdir)" -type d
! -perm
-755 \
623 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
624 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
625 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
626 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
627 || chmod
-R a
+r
"$(distdir)"
629 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
630 $(am__remove_distdir
)
633 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
634 $(am__remove_distdir
)
637 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
638 $(am__remove_distdir
)
641 tardir
=$(distdir
) && $(am__tar
) | xz
-c
>$(distdir
).
tar.xz
642 $(am__remove_distdir
)
645 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
646 $(am__remove_distdir
)
649 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
650 $(am__remove_distdir
)
653 -rm -f
$(distdir
).zip
654 zip
-rq
$(distdir
).zip
$(distdir
)
655 $(am__remove_distdir
)
657 dist dist-all
: distdir
658 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
659 $(am__remove_distdir
)
661 # This target untars the dist file and tries a VPATH configuration. Then
662 # it guarantees that the distribution is self-contained by making another
665 case
'$(DIST_ARCHIVES)' in \
667 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
669 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
671 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
673 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
675 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
677 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
679 unzip
$(distdir
).zip
;;\
681 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
682 mkdir
$(distdir
)/_build
683 mkdir
$(distdir
)/_inst
685 test -d
$(distdir
)/_build || exit
0; \
686 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
687 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
689 && $(am__cd
) $(distdir
)/_build \
690 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
691 --with-included-gettext \
692 $(DISTCHECK_CONFIGURE_FLAGS
) \
693 && $(MAKE
) $(AM_MAKEFLAGS
) \
694 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
695 && $(MAKE
) $(AM_MAKEFLAGS
) check \
696 && $(MAKE
) $(AM_MAKEFLAGS
) install \
697 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
698 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
699 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
701 && chmod
-R a-w
"$$dc_install_base" \
703 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
704 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
705 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
706 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
707 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
708 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
709 && rm -rf
"$$dc_destdir" \
710 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
711 && rm -rf
$(DIST_ARCHIVES
) \
712 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
715 $(am__remove_distdir
)
716 @
(echo
"$(distdir) archives ready for distribution: "; \
717 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
718 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
720 @
$(am__cd
) '$(distuninstallcheck_dir)' \
721 && test `$(distuninstallcheck_listfiles) | wc -l` -le
1 \
722 ||
{ echo
"ERROR: files left after uninstall:" ; \
723 if
test -n
"$(DESTDIR)"; then \
724 echo
" (check DESTDIR support)"; \
726 $(distuninstallcheck_listfiles
) ; \
728 distcleancheck
: distclean
729 @if
test '$(srcdir)' = .
; then \
730 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
733 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
734 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
735 $(distcleancheck_listfiles
) ; \
738 check: check-recursive
739 all-am
: Makefile
$(PROGRAMS
) config.h
740 installdirs: installdirs-recursive
742 for
dir in
"$(DESTDIR)$(bindir)"; do \
743 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
745 install: install-recursive
746 install-exec
: install-exec-recursive
747 install-data
: install-data-recursive
748 uninstall: uninstall-recursive
751 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
753 installcheck: installcheck-recursive
755 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
757 `test -z '$(STRIP)' || \
758 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
764 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
765 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
767 maintainer-clean-generic
:
768 @echo
"This command is intended for maintainers to use"
769 @echo
"it deletes files that may require special tools to rebuild."
770 clean: clean-recursive
772 clean-am
: clean-binPROGRAMS clean-generic mostlyclean-am
774 distclean: distclean-recursive
775 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
778 distclean-am
: clean-am distclean-compile distclean-generic \
779 distclean-hdr distclean-tags
793 install-data-am
: install-data-local
795 install-dvi
: install-dvi-recursive
799 install-exec-am
: install-binPROGRAMS
801 install-html
: install-html-recursive
805 install-info
: install-info-recursive
811 install-pdf
: install-pdf-recursive
815 install-ps
: install-ps-recursive
821 maintainer-clean
: maintainer-clean-recursive
822 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
823 -rm -rf
$(top_srcdir
)/autom4te.cache
826 maintainer-clean-am
: distclean-am maintainer-clean-generic
828 mostlyclean: mostlyclean-recursive
830 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
840 uninstall-am
: uninstall-binPROGRAMS uninstall-local
842 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all \
843 ctags-recursive install-am install-strip tags-recursive
845 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
846 all all-am am--refresh
check check-am
clean clean-binPROGRAMS \
847 clean-generic ctags ctags-recursive
dist dist-all dist-bzip2 \
848 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
849 distcheck
distclean distclean-compile distclean-generic \
850 distclean-hdr distclean-tags distcleancheck distdir \
851 distuninstallcheck
dvi dvi-am html html-am
info info-am \
852 install install-am install-binPROGRAMS install-data \
853 install-data-am install-data-local install-dvi install-dvi-am \
854 install-exec install-exec-am install-html install-html-am \
855 install-info install-info-am install-man install-pdf \
856 install-pdf-am install-ps install-ps-am install-strip \
857 installcheck installcheck-am
installdirs installdirs-am \
858 maintainer-clean maintainer-clean-generic
mostlyclean \
859 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
860 tags tags-recursive
uninstall uninstall-am \
861 uninstall-binPROGRAMS uninstall-local
865 $(mkinstalldirs
) $(DESTDIR
)$(mandir)/man1
$(DESTDIR
)$(mandir)/man5
866 $(INSTALL_DATA
) $(srcdir)/abook
.1 $(DESTDIR
)$(mandir)/man1
/
867 $(INSTALL_DATA
) $(srcdir)/abookrc
.5 $(DESTDIR
)$(mandir)/man5
/
870 -rm -f
$(DESTDIR
)$(mandir)/man1
/abook
.1
871 -rm -f
$(DESTDIR
)$(mandir)/man5
/abookrc
.5
873 # Tell versions [3.59,3.63) of GNU make to not export all variables.
874 # Otherwise a system limit (for SysV at least) may be exceeded.