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