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