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