]> git.deb.at Git - pkg/abook.git/blob - Makefile.in
add-email: fixed a spurious "Valid sender address not found" in interactive-mode
[pkg/abook.git] / Makefile.in
1 # Makefile.in generated by automake 1.13.4 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 bin_PROGRAMS = abook$(EXEEXT)
82 subdir = .
83 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
84         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85         $(top_srcdir)/configure $(am__configure_deps) \
86         $(srcdir)/config.h.in mkinstalldirs $(srcdir)/abook.spec.in \
87         ABOUT-NLS depcomp COPYING THANKS TODO config.guess \
88         config.rpath config.sub install-sh missing
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
91         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
92         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
93         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
94         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
95         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99  configure.lineno config.status.lineno
100 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 CONFIG_HEADER = config.h
102 CONFIG_CLEAN_FILES = abook.spec
103 CONFIG_CLEAN_VPATH_FILES =
104 am__installdirs = "$(DESTDIR)$(bindir)"
105 PROGRAMS = $(bin_PROGRAMS)
106 am__abook_SOURCES_DIST = abook.c abook_rl.c database.c edit.c filter.c \
107         getname.c getopt.c getopt1.c gettext.c ldif.c list.c \
108         mbswidth.c misc.c options.c ui.c views.c xmalloc.c abook.h \
109         abook_curses.h abook_rl.h database.h edit.h filter.h getname.h \
110         getopt.h gettext.h help.h list.h ldif.h mbswidth.h misc.h \
111         options.h ui.h views.h xmalloc.h vcard.c vcard.h
112 @ENABLE_VFORMAT_SUPPORT_TRUE@am__objects_1 = vcard.$(OBJEXT)
113 am_abook_OBJECTS = abook.$(OBJEXT) abook_rl.$(OBJEXT) \
114         database.$(OBJEXT) edit.$(OBJEXT) filter.$(OBJEXT) \
115         getname.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \
116         gettext.$(OBJEXT) ldif.$(OBJEXT) list.$(OBJEXT) \
117         mbswidth.$(OBJEXT) misc.$(OBJEXT) options.$(OBJEXT) \
118         ui.$(OBJEXT) views.$(OBJEXT) xmalloc.$(OBJEXT) \
119         $(am__objects_1)
120 abook_OBJECTS = $(am_abook_OBJECTS)
121 abook_DEPENDENCIES =
122 AM_V_P = $(am__v_P_@AM_V@)
123 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124 am__v_P_0 = false
125 am__v_P_1 = :
126 AM_V_GEN = $(am__v_GEN_@AM_V@)
127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128 am__v_GEN_0 = @echo "  GEN     " $@;
129 am__v_GEN_1 = 
130 AM_V_at = $(am__v_at_@AM_V@)
131 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132 am__v_at_0 = @
133 am__v_at_1 = 
134 DEFAULT_INCLUDES = -I.@am__isrc@
135 depcomp = $(SHELL) $(top_srcdir)/depcomp
136 am__depfiles_maybe = depfiles
137 am__mv = mv -f
138 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140 AM_V_CC = $(am__v_CC_@AM_V@)
141 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142 am__v_CC_0 = @echo "  CC      " $@;
143 am__v_CC_1 = 
144 CCLD = $(CC)
145 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148 am__v_CCLD_0 = @echo "  CCLD    " $@;
149 am__v_CCLD_1 = 
150 SOURCES = $(abook_SOURCES)
151 DIST_SOURCES = $(am__abook_SOURCES_DIST)
152 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
153         ctags-recursive dvi-recursive html-recursive info-recursive \
154         install-data-recursive install-dvi-recursive \
155         install-exec-recursive install-html-recursive \
156         install-info-recursive install-pdf-recursive \
157         install-ps-recursive install-recursive installcheck-recursive \
158         installdirs-recursive pdf-recursive ps-recursive \
159         tags-recursive uninstall-recursive
160 am__can_run_installinfo = \
161   case $$AM_UPDATE_INFO_DIR in \
162     n|no|NO) false;; \
163     *) (install-info --version) >/dev/null 2>&1;; \
164   esac
165 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
166   distclean-recursive maintainer-clean-recursive
167 am__recursive_targets = \
168   $(RECURSIVE_TARGETS) \
169   $(RECURSIVE_CLEAN_TARGETS) \
170   $(am__extra_recursive_targets)
171 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172         cscope distdir dist dist-all distcheck
173 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
174         $(LISP)config.h.in
175 # Read a list of newline-separated strings from the standard input,
176 # and print each of them once, without duplicates.  Input order is
177 # *not* preserved.
178 am__uniquify_input = $(AWK) '\
179   BEGIN { nonempty = 0; } \
180   { items[$$0] = 1; nonempty = 1; } \
181   END { if (nonempty) { for (i in items) print i; }; } \
182 '
183 # Make sure the list of sources is unique.  This is necessary because,
184 # e.g., the same source file might be shared among _SOURCES variables
185 # for different programs/libraries.
186 am__define_uniq_tagged_files = \
187   list='$(am__tagged_files)'; \
188   unique=`for i in $$list; do \
189     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190   done | $(am__uniquify_input)`
191 ETAGS = etags
192 CTAGS = ctags
193 CSCOPE = cscope
194 DIST_SUBDIRS = $(SUBDIRS)
195 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196 distdir = $(PACKAGE)-$(VERSION)
197 top_distdir = $(distdir)
198 am__remove_distdir = \
199   if test -d "$(distdir)"; then \
200     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
201       && rm -rf "$(distdir)" \
202       || { sleep 5 && rm -rf "$(distdir)"; }; \
203   else :; fi
204 am__post_remove_distdir = $(am__remove_distdir)
205 am__relativize = \
206   dir0=`pwd`; \
207   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
208   sed_rest='s,^[^/]*/*,,'; \
209   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
210   sed_butlast='s,/*[^/]*$$,,'; \
211   while test -n "$$dir1"; do \
212     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
213     if test "$$first" != "."; then \
214       if test "$$first" = ".."; then \
215         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
216         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
217       else \
218         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
219         if test "$$first2" = "$$first"; then \
220           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
221         else \
222           dir2="../$$dir2"; \
223         fi; \
224         dir0="$$dir0"/"$$first"; \
225       fi; \
226     fi; \
227     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
228   done; \
229   reldir="$$dir2"
230 DIST_ARCHIVES = $(distdir).tar.gz
231 GZIP_ENV = --best
232 DIST_TARGETS = dist-gzip
233 distuninstallcheck_listfiles = find . -type f -print
234 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
235   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
236 distcleancheck_listfiles = find . -type f -print
237 ACLOCAL = @ACLOCAL@
238 AMTAR = @AMTAR@
239 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
240 AUTOCONF = @AUTOCONF@
241 AUTOHEADER = @AUTOHEADER@
242 AUTOMAKE = @AUTOMAKE@
243 AWK = @AWK@
244 CC = @CC@
245 CCDEPMODE = @CCDEPMODE@
246 CFLAGS = @CFLAGS@
247 CPP = @CPP@
248 CPPFLAGS = @CPPFLAGS@
249 CYGPATH_W = @CYGPATH_W@
250 DEFS = @DEFS@
251 DEPDIR = @DEPDIR@
252 ECHO_C = @ECHO_C@
253 ECHO_N = @ECHO_N@
254 ECHO_T = @ECHO_T@
255 EGREP = @EGREP@
256 EXEEXT = @EXEEXT@
257 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
258 GMSGFMT = @GMSGFMT@
259 GMSGFMT_015 = @GMSGFMT_015@
260 GREP = @GREP@
261 INSTALL = @INSTALL@
262 INSTALL_DATA = @INSTALL_DATA@
263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266 INTLLIBS = @INTLLIBS@
267 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
268 LDFLAGS = @LDFLAGS@
269 LIBICONV = @LIBICONV@
270 LIBINTL = @LIBINTL@
271 LIBOBJS = @LIBOBJS@
272 LIBS = @LIBS@
273 LTLIBICONV = @LTLIBICONV@
274 LTLIBINTL = @LTLIBINTL@
275 LTLIBOBJS = @LTLIBOBJS@
276 MAKEINFO = @MAKEINFO@
277 MKDIR_P = @MKDIR_P@
278 MSGFMT = @MSGFMT@
279 MSGFMT_015 = @MSGFMT_015@
280 MSGMERGE = @MSGMERGE@
281 OBJEXT = @OBJEXT@
282 PACKAGE = @PACKAGE@
283 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284 PACKAGE_NAME = @PACKAGE_NAME@
285 PACKAGE_STRING = @PACKAGE_STRING@
286 PACKAGE_TARNAME = @PACKAGE_TARNAME@
287 PACKAGE_URL = @PACKAGE_URL@
288 PACKAGE_VERSION = @PACKAGE_VERSION@
289 PATH_SEPARATOR = @PATH_SEPARATOR@
290 POSUB = @POSUB@
291 SET_MAKE = @SET_MAKE@
292 SHELL = @SHELL@
293 STRIP = @STRIP@
294 USE_NLS = @USE_NLS@
295 VERSION = @VERSION@
296 XGETTEXT = @XGETTEXT@
297 XGETTEXT_015 = @XGETTEXT_015@
298 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
299 abs_builddir = @abs_builddir@
300 abs_srcdir = @abs_srcdir@
301 abs_top_builddir = @abs_top_builddir@
302 abs_top_srcdir = @abs_top_srcdir@
303 ac_ct_CC = @ac_ct_CC@
304 am__include = @am__include@
305 am__leading_dot = @am__leading_dot@
306 am__quote = @am__quote@
307 am__tar = @am__tar@
308 am__untar = @am__untar@
309 bindir = @bindir@
310 build = @build@
311 build_alias = @build_alias@
312 build_cpu = @build_cpu@
313 build_os = @build_os@
314 build_vendor = @build_vendor@
315 builddir = @builddir@
316 datadir = @datadir@
317 datarootdir = @datarootdir@
318 docdir = @docdir@
319 dvidir = @dvidir@
320 exec_prefix = @exec_prefix@
321 host = @host@
322 host_alias = @host_alias@
323 host_cpu = @host_cpu@
324 host_os = @host_os@
325 host_vendor = @host_vendor@
326 htmldir = @htmldir@
327 includedir = @includedir@
328 infodir = @infodir@
329 install_sh = @install_sh@
330 libdir = @libdir@
331 libexecdir = @libexecdir@
332 localedir = @localedir@
333 localstatedir = @localstatedir@
334 mandir = @mandir@
335 mkdir_p = @mkdir_p@
336 oldincludedir = @oldincludedir@
337 pdfdir = @pdfdir@
338 prefix = @prefix@
339 program_transform_name = @program_transform_name@
340 psdir = @psdir@
341 sbindir = @sbindir@
342 sharedstatedir = @sharedstatedir@
343 srcdir = @srcdir@
344 sysconfdir = @sysconfdir@
345 target_alias = @target_alias@
346 top_build_prefix = @top_build_prefix@
347 top_builddir = @top_builddir@
348 top_srcdir = @top_srcdir@
349 @ENABLE_VFORMAT_SUPPORT_FALSE@vformat_SOURCE = 
350 @ENABLE_VFORMAT_SUPPORT_TRUE@vformat_SOURCE = vcard.c vcard.h
351 @ENABLE_VFORMAT_SUPPORT_TRUE@AM_LDFLAGS = -lvformat
352 abook_SOURCES = abook.c abook_rl.c database.c edit.c \
353                 filter.c getname.c getopt.c getopt1.c gettext.c \
354                 ldif.c list.c mbswidth.c misc.c options.c \
355                 ui.c views.c xmalloc.c \
356                 \
357                 abook.h abook_curses.h abook_rl.h database.h edit.h \
358                 filter.h getname.h getopt.h gettext.h \
359                 help.h list.h ldif.h mbswidth.h misc.h options.h \
360                 ui.h views.h xmalloc.h \
361                 $(vformat_SOURCE)
362
363 EXTRA_DIST = config.rpath  ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \
364                 abook.spec contrib doc/HOWTO.translating_abook RELEASE_NOTES
365
366 abook_LDADD = @LIBINTL@
367 SUBDIRS = po
368 ACLOCAL_AMFLAGS = -I m4
369 @USE_INCLUDED_INTL_H_TRUE@AM_CPPFLAGS = -Iintl
370 all: config.h
371         $(MAKE) $(AM_MAKEFLAGS) all-recursive
372
373 .SUFFIXES:
374 .SUFFIXES: .c .o .obj
375 am--refresh: Makefile
376         @:
377 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
378         @for dep in $?; do \
379           case '$(am__configure_deps)' in \
380             *$$dep*) \
381               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
382               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
383                 && exit 0; \
384               exit 1;; \
385           esac; \
386         done; \
387         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
388         $(am__cd) $(top_srcdir) && \
389           $(AUTOMAKE) --gnu Makefile
390 .PRECIOUS: Makefile
391 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392         @case '$?' in \
393           *config.status*) \
394             echo ' $(SHELL) ./config.status'; \
395             $(SHELL) ./config.status;; \
396           *) \
397             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
398             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
399         esac;
400
401 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402         $(SHELL) ./config.status --recheck
403
404 $(top_srcdir)/configure:  $(am__configure_deps)
405         $(am__cd) $(srcdir) && $(AUTOCONF)
406 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
408 $(am__aclocal_m4_deps):
409
410 config.h: stamp-h1
411         @if test ! -f $@; then rm -f stamp-h1; else :; fi
412         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
413
414 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
415         @rm -f stamp-h1
416         cd $(top_builddir) && $(SHELL) ./config.status config.h
417 $(srcdir)/config.h.in:  $(am__configure_deps) 
418         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
419         rm -f stamp-h1
420         touch $@
421
422 distclean-hdr:
423         -rm -f config.h stamp-h1
424 abook.spec: $(top_builddir)/config.status $(srcdir)/abook.spec.in
425         cd $(top_builddir) && $(SHELL) ./config.status $@
426 install-binPROGRAMS: $(bin_PROGRAMS)
427         @$(NORMAL_INSTALL)
428         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
429         if test -n "$$list"; then \
430           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
431           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
432         fi; \
433         for p in $$list; do echo "$$p $$p"; done | \
434         sed 's/$(EXEEXT)$$//' | \
435         while read p p1; do if test -f $$p \
436           ; then echo "$$p"; echo "$$p"; else :; fi; \
437         done | \
438         sed -e 'p;s,.*/,,;n;h' \
439             -e 's|.*|.|' \
440             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
441         sed 'N;N;N;s,\n, ,g' | \
442         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
443           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
444             if ($$2 == $$4) files[d] = files[d] " " $$1; \
445             else { print "f", $$3 "/" $$4, $$1; } } \
446           END { for (d in files) print "f", d, files[d] }' | \
447         while read type dir files; do \
448             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
449             test -z "$$files" || { \
450               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
451               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
452             } \
453         ; done
454
455 uninstall-binPROGRAMS:
456         @$(NORMAL_UNINSTALL)
457         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
458         files=`for p in $$list; do echo "$$p"; done | \
459           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
460               -e 's/$$/$(EXEEXT)/' \
461         `; \
462         test -n "$$list" || exit 0; \
463         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
464         cd "$(DESTDIR)$(bindir)" && rm -f $$files
465
466 clean-binPROGRAMS:
467         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
468
469 abook$(EXEEXT): $(abook_OBJECTS) $(abook_DEPENDENCIES) $(EXTRA_abook_DEPENDENCIES) 
470         @rm -f abook$(EXEEXT)
471         $(AM_V_CCLD)$(LINK) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
472
473 mostlyclean-compile:
474         -rm -f *.$(OBJEXT)
475
476 distclean-compile:
477         -rm -f *.tab.c
478
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook_rl.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getname.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettext.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcard.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/views.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
497
498 .c.o:
499 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
500 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
503 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
504
505 .c.obj:
506 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
507 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
510 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
511
512 # This directory's subdirectories are mostly independent; you can cd
513 # into them and run 'make' without going through this Makefile.
514 # To change the values of 'make' variables: instead of editing Makefiles,
515 # (1) if the variable is set in 'config.status', edit 'config.status'
516 #     (which will cause the Makefiles to be regenerated when you run 'make');
517 # (2) otherwise, pass the desired values on the 'make' command line.
518 $(am__recursive_targets):
519         @fail=; \
520         if $(am__make_keepgoing); then \
521           failcom='fail=yes'; \
522         else \
523           failcom='exit 1'; \
524         fi; \
525         dot_seen=no; \
526         target=`echo $@ | sed s/-recursive//`; \
527         case "$@" in \
528           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
529           *) list='$(SUBDIRS)' ;; \
530         esac; \
531         for subdir in $$list; do \
532           echo "Making $$target in $$subdir"; \
533           if test "$$subdir" = "."; then \
534             dot_seen=yes; \
535             local_target="$$target-am"; \
536           else \
537             local_target="$$target"; \
538           fi; \
539           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
540           || eval $$failcom; \
541         done; \
542         if test "$$dot_seen" = "no"; then \
543           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
544         fi; test -z "$$fail"
545
546 ID: $(am__tagged_files)
547         $(am__define_uniq_tagged_files); mkid -fID $$unique
548 tags: tags-recursive
549 TAGS: tags
550
551 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
552         set x; \
553         here=`pwd`; \
554         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
555           include_option=--etags-include; \
556           empty_fix=.; \
557         else \
558           include_option=--include; \
559           empty_fix=; \
560         fi; \
561         list='$(SUBDIRS)'; for subdir in $$list; do \
562           if test "$$subdir" = .; then :; else \
563             test ! -f $$subdir/TAGS || \
564               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
565           fi; \
566         done; \
567         $(am__define_uniq_tagged_files); \
568         shift; \
569         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
570           test -n "$$unique" || unique=$$empty_fix; \
571           if test $$# -gt 0; then \
572             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573               "$$@" $$unique; \
574           else \
575             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576               $$unique; \
577           fi; \
578         fi
579 ctags: ctags-recursive
580
581 CTAGS: ctags
582 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
583         $(am__define_uniq_tagged_files); \
584         test -z "$(CTAGS_ARGS)$$unique" \
585           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586              $$unique
587
588 GTAGS:
589         here=`$(am__cd) $(top_builddir) && pwd` \
590           && $(am__cd) $(top_srcdir) \
591           && gtags -i $(GTAGS_ARGS) "$$here"
592 cscope: cscope.files
593         test ! -s cscope.files \
594           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
595 clean-cscope:
596         -rm -f cscope.files
597 cscope.files: clean-cscope cscopelist
598 cscopelist: cscopelist-recursive
599
600 cscopelist-am: $(am__tagged_files)
601         list='$(am__tagged_files)'; \
602         case "$(srcdir)" in \
603           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
604           *) sdir=$(subdir)/$(srcdir) ;; \
605         esac; \
606         for i in $$list; do \
607           if test -f "$$i"; then \
608             echo "$(subdir)/$$i"; \
609           else \
610             echo "$$sdir/$$i"; \
611           fi; \
612         done >> $(top_builddir)/cscope.files
613
614 distclean-tags:
615         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
616         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
617
618 distdir: $(DISTFILES)
619         $(am__remove_distdir)
620         test -d "$(distdir)" || mkdir "$(distdir)"
621         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
622         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623         list='$(DISTFILES)'; \
624           dist_files=`for file in $$list; do echo $$file; done | \
625           sed -e "s|^$$srcdirstrip/||;t" \
626               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
627         case $$dist_files in \
628           */*) $(MKDIR_P) `echo "$$dist_files" | \
629                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
630                            sort -u` ;; \
631         esac; \
632         for file in $$dist_files; do \
633           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
634           if test -d $$d/$$file; then \
635             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
636             if test -d "$(distdir)/$$file"; then \
637               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
638             fi; \
639             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
640               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
641               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
642             fi; \
643             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
644           else \
645             test -f "$(distdir)/$$file" \
646             || cp -p $$d/$$file "$(distdir)/$$file" \
647             || exit 1; \
648           fi; \
649         done
650         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
651           if test "$$subdir" = .; then :; else \
652             $(am__make_dryrun) \
653               || test -d "$(distdir)/$$subdir" \
654               || $(MKDIR_P) "$(distdir)/$$subdir" \
655               || exit 1; \
656             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
657             $(am__relativize); \
658             new_distdir=$$reldir; \
659             dir1=$$subdir; dir2="$(top_distdir)"; \
660             $(am__relativize); \
661             new_top_distdir=$$reldir; \
662             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
663             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
664             ($(am__cd) $$subdir && \
665               $(MAKE) $(AM_MAKEFLAGS) \
666                 top_distdir="$$new_top_distdir" \
667                 distdir="$$new_distdir" \
668                 am__remove_distdir=: \
669                 am__skip_length_check=: \
670                 am__skip_mode_fix=: \
671                 distdir) \
672               || exit 1; \
673           fi; \
674         done
675         -test -n "$(am__skip_mode_fix)" \
676         || find "$(distdir)" -type d ! -perm -755 \
677                 -exec chmod u+rwx,go+rx {} \; -o \
678           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
679           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
680           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
681         || chmod -R a+r "$(distdir)"
682 dist-gzip: distdir
683         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684         $(am__post_remove_distdir)
685
686 dist-bzip2: distdir
687         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
688         $(am__post_remove_distdir)
689
690 dist-lzip: distdir
691         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
692         $(am__post_remove_distdir)
693
694 dist-xz: distdir
695         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
696         $(am__post_remove_distdir)
697
698 dist-tarZ: distdir
699         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
700         $(am__post_remove_distdir)
701
702 dist-shar: distdir
703         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
704         $(am__post_remove_distdir)
705
706 dist-zip: distdir
707         -rm -f $(distdir).zip
708         zip -rq $(distdir).zip $(distdir)
709         $(am__post_remove_distdir)
710
711 dist dist-all:
712         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
713         $(am__post_remove_distdir)
714
715 # This target untars the dist file and tries a VPATH configuration.  Then
716 # it guarantees that the distribution is self-contained by making another
717 # tarfile.
718 distcheck: dist
719         case '$(DIST_ARCHIVES)' in \
720         *.tar.gz*) \
721           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
722         *.tar.bz2*) \
723           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
724         *.tar.lz*) \
725           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
726         *.tar.xz*) \
727           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
728         *.tar.Z*) \
729           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
730         *.shar.gz*) \
731           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
732         *.zip*) \
733           unzip $(distdir).zip ;;\
734         esac
735         chmod -R a-w $(distdir)
736         chmod u+w $(distdir)
737         mkdir $(distdir)/_build $(distdir)/_inst
738         chmod a-w $(distdir)
739         test -d $(distdir)/_build || exit 0; \
740         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
741           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
742           && am__cwd=`pwd` \
743           && $(am__cd) $(distdir)/_build \
744           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
745             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
746             $(DISTCHECK_CONFIGURE_FLAGS) \
747           && $(MAKE) $(AM_MAKEFLAGS) \
748           && $(MAKE) $(AM_MAKEFLAGS) dvi \
749           && $(MAKE) $(AM_MAKEFLAGS) check \
750           && $(MAKE) $(AM_MAKEFLAGS) install \
751           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
752           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
753           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
754                 distuninstallcheck \
755           && chmod -R a-w "$$dc_install_base" \
756           && ({ \
757                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
758                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
759                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
760                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
761                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
762               } || { rm -rf "$$dc_destdir"; exit 1; }) \
763           && rm -rf "$$dc_destdir" \
764           && $(MAKE) $(AM_MAKEFLAGS) dist \
765           && rm -rf $(DIST_ARCHIVES) \
766           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
767           && cd "$$am__cwd" \
768           || exit 1
769         $(am__post_remove_distdir)
770         @(echo "$(distdir) archives ready for distribution: "; \
771           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
772           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
773 distuninstallcheck:
774         @test -n '$(distuninstallcheck_dir)' || { \
775           echo 'ERROR: trying to run $@ with an empty' \
776                '$$(distuninstallcheck_dir)' >&2; \
777           exit 1; \
778         }; \
779         $(am__cd) '$(distuninstallcheck_dir)' || { \
780           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
781           exit 1; \
782         }; \
783         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
784            || { echo "ERROR: files left after uninstall:" ; \
785                 if test -n "$(DESTDIR)"; then \
786                   echo "  (check DESTDIR support)"; \
787                 fi ; \
788                 $(distuninstallcheck_listfiles) ; \
789                 exit 1; } >&2
790 distcleancheck: distclean
791         @if test '$(srcdir)' = . ; then \
792           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
793           exit 1 ; \
794         fi
795         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
796           || { echo "ERROR: files left in build directory after distclean:" ; \
797                $(distcleancheck_listfiles) ; \
798                exit 1; } >&2
799 check-am: all-am
800 check: check-recursive
801 all-am: Makefile $(PROGRAMS) config.h
802 installdirs: installdirs-recursive
803 installdirs-am:
804         for dir in "$(DESTDIR)$(bindir)"; do \
805           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
806         done
807 install: install-recursive
808 install-exec: install-exec-recursive
809 install-data: install-data-recursive
810 uninstall: uninstall-recursive
811
812 install-am: all-am
813         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
814
815 installcheck: installcheck-recursive
816 install-strip:
817         if test -z '$(STRIP)'; then \
818           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
819             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
820               install; \
821         else \
822           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
823             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
824             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
825         fi
826 mostlyclean-generic:
827
828 clean-generic:
829
830 distclean-generic:
831         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
832         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
833
834 maintainer-clean-generic:
835         @echo "This command is intended for maintainers to use"
836         @echo "it deletes files that may require special tools to rebuild."
837 clean: clean-recursive
838
839 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
840
841 distclean: distclean-recursive
842         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
843         -rm -rf ./$(DEPDIR)
844         -rm -f Makefile
845 distclean-am: clean-am distclean-compile distclean-generic \
846         distclean-hdr distclean-tags
847
848 dvi: dvi-recursive
849
850 dvi-am:
851
852 html: html-recursive
853
854 html-am:
855
856 info: info-recursive
857
858 info-am:
859
860 install-data-am: install-data-local
861
862 install-dvi: install-dvi-recursive
863
864 install-dvi-am:
865
866 install-exec-am: install-binPROGRAMS
867
868 install-html: install-html-recursive
869
870 install-html-am:
871
872 install-info: install-info-recursive
873
874 install-info-am:
875
876 install-man:
877
878 install-pdf: install-pdf-recursive
879
880 install-pdf-am:
881
882 install-ps: install-ps-recursive
883
884 install-ps-am:
885
886 installcheck-am:
887
888 maintainer-clean: maintainer-clean-recursive
889         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
890         -rm -rf $(top_srcdir)/autom4te.cache
891         -rm -rf ./$(DEPDIR)
892         -rm -f Makefile
893 maintainer-clean-am: distclean-am maintainer-clean-generic
894
895 mostlyclean: mostlyclean-recursive
896
897 mostlyclean-am: mostlyclean-compile mostlyclean-generic
898
899 pdf: pdf-recursive
900
901 pdf-am:
902
903 ps: ps-recursive
904
905 ps-am:
906
907 uninstall-am: uninstall-binPROGRAMS uninstall-local
908
909 .MAKE: $(am__recursive_targets) all install-am install-strip
910
911 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
912         am--refresh check check-am clean clean-binPROGRAMS \
913         clean-cscope clean-generic cscope cscopelist-am ctags ctags-am \
914         dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
915         dist-tarZ dist-xz dist-zip distcheck distclean \
916         distclean-compile distclean-generic distclean-hdr \
917         distclean-tags distcleancheck distdir distuninstallcheck dvi \
918         dvi-am html html-am info info-am install install-am \
919         install-binPROGRAMS install-data install-data-am \
920         install-data-local install-dvi install-dvi-am install-exec \
921         install-exec-am install-html install-html-am install-info \
922         install-info-am install-man install-pdf install-pdf-am \
923         install-ps install-ps-am install-strip installcheck \
924         installcheck-am installdirs installdirs-am maintainer-clean \
925         maintainer-clean-generic mostlyclean mostlyclean-compile \
926         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
927         uninstall-am uninstall-binPROGRAMS uninstall-local
928
929
930 install-data-local:
931         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
932         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
933         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
934
935 uninstall-local:
936         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
937         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
938
939 # Tell versions [3.59,3.63) of GNU make to not export all variables.
940 # Otherwise a system limit (for SysV at least) may be exceeded.
941 .NOEXPORT: