use automake 1.11, autoconf 2.65
[abook.git] / Makefile.in
blob5b8ff7f27a8e20f92f05b10765f753544a47e18d
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
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_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
160 HAVE_SNPRINTF = @HAVE_SNPRINTF@
161 HAVE_VISIBILITY = @HAVE_VISIBILITY@
162 HAVE_WPRINTF = @HAVE_WPRINTF@
163 INSTALL = @INSTALL@
164 INSTALL_DATA = @INSTALL_DATA@
165 INSTALL_PROGRAM = @INSTALL_PROGRAM@
166 INSTALL_SCRIPT = @INSTALL_SCRIPT@
167 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
168 INSTOBJEXT = @INSTOBJEXT@
169 INTLBISON = @INTLBISON@
170 INTLLIBS = @INTLLIBS@
171 INTLOBJS = @INTLOBJS@
172 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
173 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
174 LDFLAGS = @LDFLAGS@
175 LIBICONV = @LIBICONV@
176 LIBINTL = @LIBINTL@
177 LIBMULTITHREAD = @LIBMULTITHREAD@
178 LIBOBJS = @LIBOBJS@
179 LIBPTH = @LIBPTH@
180 LIBPTH_PREFIX = @LIBPTH_PREFIX@
181 LIBS = @LIBS@
182 LIBTHREAD = @LIBTHREAD@
183 LTLIBC = @LTLIBC@
184 LTLIBICONV = @LTLIBICONV@
185 LTLIBINTL = @LTLIBINTL@
186 LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
187 LTLIBOBJS = @LTLIBOBJS@
188 LTLIBPTH = @LTLIBPTH@
189 LTLIBTHREAD = @LTLIBTHREAD@
190 MAKEINFO = @MAKEINFO@
191 MKDIR_P = @MKDIR_P@
192 MSGFMT = @MSGFMT@
193 MSGFMT_015 = @MSGFMT_015@
194 MSGMERGE = @MSGMERGE@
195 OBJEXT = @OBJEXT@
196 PACKAGE = @PACKAGE@
197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198 PACKAGE_NAME = @PACKAGE_NAME@
199 PACKAGE_STRING = @PACKAGE_STRING@
200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
201 PACKAGE_URL = @PACKAGE_URL@
202 PACKAGE_VERSION = @PACKAGE_VERSION@
203 PATH_SEPARATOR = @PATH_SEPARATOR@
204 POSUB = @POSUB@
205 PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@
206 RANLIB = @RANLIB@
207 SET_MAKE = @SET_MAKE@
208 SHELL = @SHELL@
209 STRIP = @STRIP@
210 U = @U@
211 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
212 USE_NLS = @USE_NLS@
213 VERSION = @VERSION@
214 WINDRES = @WINDRES@
215 WOE32 = @WOE32@
216 WOE32DLL = @WOE32DLL@
217 XGETTEXT = @XGETTEXT@
218 XGETTEXT_015 = @XGETTEXT_015@
219 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 am__include = @am__include@
226 am__leading_dot = @am__leading_dot@
227 am__quote = @am__quote@
228 am__tar = @am__tar@
229 am__untar = @am__untar@
230 bindir = @bindir@
231 build = @build@
232 build_alias = @build_alias@
233 build_cpu = @build_cpu@
234 build_os = @build_os@
235 build_vendor = @build_vendor@
236 builddir = @builddir@
237 datadir = @datadir@
238 datarootdir = @datarootdir@
239 docdir = @docdir@
240 dvidir = @dvidir@
241 exec_prefix = @exec_prefix@
242 host = @host@
243 host_alias = @host_alias@
244 host_cpu = @host_cpu@
245 host_os = @host_os@
246 host_vendor = @host_vendor@
247 htmldir = @htmldir@
248 includedir = @includedir@
249 infodir = @infodir@
250 install_sh = @install_sh@
251 libdir = @libdir@
252 libexecdir = @libexecdir@
253 localedir = @localedir@
254 localstatedir = @localstatedir@
255 mandir = @mandir@
256 mkdir_p = @mkdir_p@
257 oldincludedir = @oldincludedir@
258 pdfdir = @pdfdir@
259 prefix = @prefix@
260 program_transform_name = @program_transform_name@
261 psdir = @psdir@
262 sbindir = @sbindir@
263 sharedstatedir = @sharedstatedir@
264 srcdir = @srcdir@
265 sysconfdir = @sysconfdir@
266 target_alias = @target_alias@
267 top_build_prefix = @top_build_prefix@
268 top_builddir = @top_builddir@
269 top_srcdir = @top_srcdir@
270 abook_SOURCES = abook.c abook_rl.c database.c edit.c \
271 filter.c getname.c getopt.c getopt1.c gettext.c \
272 ldif.c list.c mbswidth.c misc.c options.c \
273 ui.c views.c xmalloc.c \
275 abook.h abook_curses.h abook_rl.h database.h edit.h \
276 filter.h getname.h getopt.h gettext.h \
277 help.h list.h ldif.h mbswidth.h misc.h options.h \
278 ui.h views.h xmalloc.h
280 EXTRA_DIST = config.rpath ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \
281 abook.spec contrib doc/HOWTO.translating_abook RELEASE_NOTES
283 abook_LDADD = @LIBINTL@
284 SUBDIRS = intl po
285 ACLOCAL_AMFLAGS = -I m4
286 @USE_INCLUDED_INTL_H_TRUE@AM_CPPFLAGS = -Iintl
287 all: config.h
288 $(MAKE) $(AM_MAKEFLAGS) all-recursive
290 .SUFFIXES:
291 .SUFFIXES: .c .o .obj
292 am--refresh:
294 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
295 @for dep in $?; do \
296 case '$(am__configure_deps)' in \
297 *$$dep*) \
298 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
299 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
300 && exit 0; \
301 exit 1;; \
302 esac; \
303 done; \
304 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
305 $(am__cd) $(top_srcdir) && \
306 $(AUTOMAKE) --gnu Makefile
307 .PRECIOUS: Makefile
308 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309 @case '$?' in \
310 *config.status*) \
311 echo ' $(SHELL) ./config.status'; \
312 $(SHELL) ./config.status;; \
313 *) \
314 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
315 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
316 esac;
318 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
319 $(SHELL) ./config.status --recheck
321 $(top_srcdir)/configure: $(am__configure_deps)
322 $(am__cd) $(srcdir) && $(AUTOCONF)
323 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
324 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
325 $(am__aclocal_m4_deps):
327 config.h: stamp-h1
328 @if test ! -f $@; then \
329 rm -f stamp-h1; \
330 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
331 else :; fi
333 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
334 @rm -f stamp-h1
335 cd $(top_builddir) && $(SHELL) ./config.status config.h
336 $(srcdir)/config.h.in: $(am__configure_deps)
337 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
338 rm -f stamp-h1
339 touch $@
341 distclean-hdr:
342 -rm -f config.h stamp-h1
343 abook.spec: $(top_builddir)/config.status $(srcdir)/abook.spec.in
344 cd $(top_builddir) && $(SHELL) ./config.status $@
345 intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
346 cd $(top_builddir) && $(SHELL) ./config.status $@
347 install-binPROGRAMS: $(bin_PROGRAMS)
348 @$(NORMAL_INSTALL)
349 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
350 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
351 for p in $$list; do echo "$$p $$p"; done | \
352 sed 's/$(EXEEXT)$$//' | \
353 while read p p1; do if test -f $$p; \
354 then echo "$$p"; echo "$$p"; else :; fi; \
355 done | \
356 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
357 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
358 sed 'N;N;N;s,\n, ,g' | \
359 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
360 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
361 if ($$2 == $$4) files[d] = files[d] " " $$1; \
362 else { print "f", $$3 "/" $$4, $$1; } } \
363 END { for (d in files) print "f", d, files[d] }' | \
364 while read type dir files; do \
365 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
366 test -z "$$files" || { \
367 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
368 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
370 ; done
372 uninstall-binPROGRAMS:
373 @$(NORMAL_UNINSTALL)
374 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
375 files=`for p in $$list; do echo "$$p"; done | \
376 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
377 -e 's/$$/$(EXEEXT)/' `; \
378 test -n "$$list" || exit 0; \
379 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
380 cd "$(DESTDIR)$(bindir)" && rm -f $$files
382 clean-binPROGRAMS:
383 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
384 abook$(EXEEXT): $(abook_OBJECTS) $(abook_DEPENDENCIES)
385 @rm -f abook$(EXEEXT)
386 $(LINK) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
388 mostlyclean-compile:
389 -rm -f *.$(OBJEXT)
391 distclean-compile:
392 -rm -f *.tab.c
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook_rl.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getname.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettext.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/views.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@
412 .c.o:
413 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
419 .c.obj:
420 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
421 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
426 # This directory's subdirectories are mostly independent; you can cd
427 # into them and run `make' without going through this Makefile.
428 # To change the values of `make' variables: instead of editing Makefiles,
429 # (1) if the variable is set in `config.status', edit `config.status'
430 # (which will cause the Makefiles to be regenerated when you run `make');
431 # (2) otherwise, pass the desired values on the `make' command line.
432 $(RECURSIVE_TARGETS):
433 @fail= failcom='exit 1'; \
434 for f in x $$MAKEFLAGS; do \
435 case $$f in \
436 *=* | --[!k]*);; \
437 *k*) failcom='fail=yes';; \
438 esac; \
439 done; \
440 dot_seen=no; \
441 target=`echo $@ | sed s/-recursive//`; \
442 list='$(SUBDIRS)'; for subdir in $$list; do \
443 echo "Making $$target in $$subdir"; \
444 if test "$$subdir" = "."; then \
445 dot_seen=yes; \
446 local_target="$$target-am"; \
447 else \
448 local_target="$$target"; \
449 fi; \
450 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
451 || eval $$failcom; \
452 done; \
453 if test "$$dot_seen" = "no"; then \
454 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
455 fi; test -z "$$fail"
457 $(RECURSIVE_CLEAN_TARGETS):
458 @fail= failcom='exit 1'; \
459 for f in x $$MAKEFLAGS; do \
460 case $$f in \
461 *=* | --[!k]*);; \
462 *k*) failcom='fail=yes';; \
463 esac; \
464 done; \
465 dot_seen=no; \
466 case "$@" in \
467 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
468 *) list='$(SUBDIRS)' ;; \
469 esac; \
470 rev=''; for subdir in $$list; do \
471 if test "$$subdir" = "."; then :; else \
472 rev="$$subdir $$rev"; \
473 fi; \
474 done; \
475 rev="$$rev ."; \
476 target=`echo $@ | sed s/-recursive//`; \
477 for subdir in $$rev; do \
478 echo "Making $$target in $$subdir"; \
479 if test "$$subdir" = "."; then \
480 local_target="$$target-am"; \
481 else \
482 local_target="$$target"; \
483 fi; \
484 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
485 || eval $$failcom; \
486 done && test -z "$$fail"
487 tags-recursive:
488 list='$(SUBDIRS)'; for subdir in $$list; do \
489 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
490 done
491 ctags-recursive:
492 list='$(SUBDIRS)'; for subdir in $$list; do \
493 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
494 done
496 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
497 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498 unique=`for i in $$list; do \
499 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500 done | \
501 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502 END { if (nonempty) { for (i in files) print i; }; }'`; \
503 mkid -fID $$unique
504 tags: TAGS
506 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
507 $(TAGS_FILES) $(LISP)
508 set x; \
509 here=`pwd`; \
510 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
511 include_option=--etags-include; \
512 empty_fix=.; \
513 else \
514 include_option=--include; \
515 empty_fix=; \
516 fi; \
517 list='$(SUBDIRS)'; for subdir in $$list; do \
518 if test "$$subdir" = .; then :; else \
519 test ! -f $$subdir/TAGS || \
520 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
521 fi; \
522 done; \
523 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
524 unique=`for i in $$list; do \
525 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526 done | \
527 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528 END { if (nonempty) { for (i in files) print i; }; }'`; \
529 shift; \
530 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531 test -n "$$unique" || unique=$$empty_fix; \
532 if test $$# -gt 0; then \
533 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534 "$$@" $$unique; \
535 else \
536 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537 $$unique; \
538 fi; \
540 ctags: CTAGS
541 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
542 $(TAGS_FILES) $(LISP)
543 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
544 unique=`for i in $$list; do \
545 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546 done | \
547 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548 END { if (nonempty) { for (i in files) print i; }; }'`; \
549 test -z "$(CTAGS_ARGS)$$unique" \
550 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
551 $$unique
553 GTAGS:
554 here=`$(am__cd) $(top_builddir) && pwd` \
555 && $(am__cd) $(top_srcdir) \
556 && gtags -i $(GTAGS_ARGS) "$$here"
558 distclean-tags:
559 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561 distdir: $(DISTFILES)
562 $(am__remove_distdir)
563 test -d "$(distdir)" || mkdir "$(distdir)"
564 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
565 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
566 list='$(DISTFILES)'; \
567 dist_files=`for file in $$list; do echo $$file; done | \
568 sed -e "s|^$$srcdirstrip/||;t" \
569 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
570 case $$dist_files in \
571 */*) $(MKDIR_P) `echo "$$dist_files" | \
572 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
573 sort -u` ;; \
574 esac; \
575 for file in $$dist_files; do \
576 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
577 if test -d $$d/$$file; then \
578 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
579 if test -d "$(distdir)/$$file"; then \
580 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
581 fi; \
582 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
583 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
584 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
585 fi; \
586 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
587 else \
588 test -f "$(distdir)/$$file" \
589 || cp -p $$d/$$file "$(distdir)/$$file" \
590 || exit 1; \
591 fi; \
592 done
593 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
594 if test "$$subdir" = .; then :; else \
595 test -d "$(distdir)/$$subdir" \
596 || $(MKDIR_P) "$(distdir)/$$subdir" \
597 || exit 1; \
598 fi; \
599 done
600 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
601 if test "$$subdir" = .; then :; else \
602 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
603 $(am__relativize); \
604 new_distdir=$$reldir; \
605 dir1=$$subdir; dir2="$(top_distdir)"; \
606 $(am__relativize); \
607 new_top_distdir=$$reldir; \
608 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
609 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
610 ($(am__cd) $$subdir && \
611 $(MAKE) $(AM_MAKEFLAGS) \
612 top_distdir="$$new_top_distdir" \
613 distdir="$$new_distdir" \
614 am__remove_distdir=: \
615 am__skip_length_check=: \
616 am__skip_mode_fix=: \
617 distdir) \
618 || exit 1; \
619 fi; \
620 done
621 -test -n "$(am__skip_mode_fix)" \
622 || find "$(distdir)" -type d ! -perm -755 \
623 -exec chmod u+rwx,go+rx {} \; -o \
624 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
625 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
626 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
627 || chmod -R a+r "$(distdir)"
628 dist-gzip: distdir
629 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
630 $(am__remove_distdir)
632 dist-bzip2: distdir
633 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
634 $(am__remove_distdir)
636 dist-lzma: distdir
637 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
638 $(am__remove_distdir)
640 dist-xz: distdir
641 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
642 $(am__remove_distdir)
644 dist-tarZ: distdir
645 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
646 $(am__remove_distdir)
648 dist-shar: distdir
649 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
650 $(am__remove_distdir)
652 dist-zip: distdir
653 -rm -f $(distdir).zip
654 zip -rq $(distdir).zip $(distdir)
655 $(am__remove_distdir)
657 dist dist-all: distdir
658 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
659 $(am__remove_distdir)
661 # This target untars the dist file and tries a VPATH configuration. Then
662 # it guarantees that the distribution is self-contained by making another
663 # tarfile.
664 distcheck: dist
665 case '$(DIST_ARCHIVES)' in \
666 *.tar.gz*) \
667 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
668 *.tar.bz2*) \
669 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
670 *.tar.lzma*) \
671 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
672 *.tar.xz*) \
673 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
674 *.tar.Z*) \
675 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
676 *.shar.gz*) \
677 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
678 *.zip*) \
679 unzip $(distdir).zip ;;\
680 esac
681 chmod -R a-w $(distdir); chmod a+w $(distdir)
682 mkdir $(distdir)/_build
683 mkdir $(distdir)/_inst
684 chmod a-w $(distdir)
685 test -d $(distdir)/_build || exit 0; \
686 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
687 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
688 && am__cwd=`pwd` \
689 && $(am__cd) $(distdir)/_build \
690 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
691 --with-included-gettext \
692 $(DISTCHECK_CONFIGURE_FLAGS) \
693 && $(MAKE) $(AM_MAKEFLAGS) \
694 && $(MAKE) $(AM_MAKEFLAGS) dvi \
695 && $(MAKE) $(AM_MAKEFLAGS) check \
696 && $(MAKE) $(AM_MAKEFLAGS) install \
697 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
698 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
699 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
700 distuninstallcheck \
701 && chmod -R a-w "$$dc_install_base" \
702 && ({ \
703 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
704 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
705 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
706 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
707 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
708 } || { rm -rf "$$dc_destdir"; exit 1; }) \
709 && rm -rf "$$dc_destdir" \
710 && $(MAKE) $(AM_MAKEFLAGS) dist \
711 && rm -rf $(DIST_ARCHIVES) \
712 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
713 && cd "$$am__cwd" \
714 || exit 1
715 $(am__remove_distdir)
716 @(echo "$(distdir) archives ready for distribution: "; \
717 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
718 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
719 distuninstallcheck:
720 @$(am__cd) '$(distuninstallcheck_dir)' \
721 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
722 || { echo "ERROR: files left after uninstall:" ; \
723 if test -n "$(DESTDIR)"; then \
724 echo " (check DESTDIR support)"; \
725 fi ; \
726 $(distuninstallcheck_listfiles) ; \
727 exit 1; } >&2
728 distcleancheck: distclean
729 @if test '$(srcdir)' = . ; then \
730 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
731 exit 1 ; \
733 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
734 || { echo "ERROR: files left in build directory after distclean:" ; \
735 $(distcleancheck_listfiles) ; \
736 exit 1; } >&2
737 check-am: all-am
738 check: check-recursive
739 all-am: Makefile $(PROGRAMS) config.h
740 installdirs: installdirs-recursive
741 installdirs-am:
742 for dir in "$(DESTDIR)$(bindir)"; do \
743 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
744 done
745 install: install-recursive
746 install-exec: install-exec-recursive
747 install-data: install-data-recursive
748 uninstall: uninstall-recursive
750 install-am: all-am
751 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
753 installcheck: installcheck-recursive
754 install-strip:
755 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
756 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
757 `test -z '$(STRIP)' || \
758 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
759 mostlyclean-generic:
761 clean-generic:
763 distclean-generic:
764 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
765 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
767 maintainer-clean-generic:
768 @echo "This command is intended for maintainers to use"
769 @echo "it deletes files that may require special tools to rebuild."
770 clean: clean-recursive
772 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
774 distclean: distclean-recursive
775 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
776 -rm -rf ./$(DEPDIR)
777 -rm -f Makefile
778 distclean-am: clean-am distclean-compile distclean-generic \
779 distclean-hdr distclean-tags
781 dvi: dvi-recursive
783 dvi-am:
785 html: html-recursive
787 html-am:
789 info: info-recursive
791 info-am:
793 install-data-am: install-data-local
795 install-dvi: install-dvi-recursive
797 install-dvi-am:
799 install-exec-am: install-binPROGRAMS
801 install-html: install-html-recursive
803 install-html-am:
805 install-info: install-info-recursive
807 install-info-am:
809 install-man:
811 install-pdf: install-pdf-recursive
813 install-pdf-am:
815 install-ps: install-ps-recursive
817 install-ps-am:
819 installcheck-am:
821 maintainer-clean: maintainer-clean-recursive
822 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
823 -rm -rf $(top_srcdir)/autom4te.cache
824 -rm -rf ./$(DEPDIR)
825 -rm -f Makefile
826 maintainer-clean-am: distclean-am maintainer-clean-generic
828 mostlyclean: mostlyclean-recursive
830 mostlyclean-am: mostlyclean-compile mostlyclean-generic
832 pdf: pdf-recursive
834 pdf-am:
836 ps: ps-recursive
838 ps-am:
840 uninstall-am: uninstall-binPROGRAMS uninstall-local
842 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
843 ctags-recursive install-am install-strip tags-recursive
845 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
846 all all-am am--refresh check check-am clean clean-binPROGRAMS \
847 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \
848 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
849 distcheck distclean distclean-compile distclean-generic \
850 distclean-hdr distclean-tags distcleancheck distdir \
851 distuninstallcheck dvi dvi-am html html-am info info-am \
852 install install-am install-binPROGRAMS install-data \
853 install-data-am install-data-local install-dvi install-dvi-am \
854 install-exec install-exec-am install-html install-html-am \
855 install-info install-info-am install-man install-pdf \
856 install-pdf-am install-ps install-ps-am install-strip \
857 installcheck installcheck-am installdirs installdirs-am \
858 maintainer-clean maintainer-clean-generic mostlyclean \
859 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
860 tags tags-recursive uninstall uninstall-am \
861 uninstall-binPROGRAMS uninstall-local
864 install-data-local:
865 $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
866 $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
867 $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
869 uninstall-local:
870 -rm -f $(DESTDIR)$(mandir)/man1/abook.1
871 -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
873 # Tell versions [3.59,3.63) of GNU make to not export all variables.
874 # Otherwise a system limit (for SysV at least) may be exceeded.
875 .NOEXPORT: