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