]> git.deb.at Git - pkg/abook.git/blob - Makefile.in
- autoconf/automake support
[pkg/abook.git] / Makefile.in
1 # Makefile.in generated by automake 1.9.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 SOURCES = $(abook_SOURCES)
18
19 srcdir = @srcdir@
20 top_srcdir = @top_srcdir@
21 VPATH = @srcdir@
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 top_builddir = .
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 INSTALL = @INSTALL@
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 bin_PROGRAMS = abook$(EXEEXT)
42 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in $(srcdir)/abook.spec.in \
44         $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
45         ChangeLog INSTALL NEWS THANKS TODO config.guess config.sub \
46         depcomp install-sh missing mkinstalldirs
47 subdir = .
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50         $(top_srcdir)/configure.in
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52         $(ACLOCAL_M4)
53 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54  configure.lineno configure.status.lineno
55 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
56 CONFIG_HEADER = config.h
57 CONFIG_CLEAN_FILES = abook.spec
58 am__installdirs = "$(DESTDIR)$(bindir)"
59 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
60 PROGRAMS = $(bin_PROGRAMS)
61 am_abook_OBJECTS = abook.$(OBJEXT) database.$(OBJEXT) filter.$(OBJEXT) \
62         list.$(OBJEXT) misc.$(OBJEXT) options.$(OBJEXT) edit.$(OBJEXT) \
63         ldif.$(OBJEXT) ui.$(OBJEXT) getname.$(OBJEXT) getopt.$(OBJEXT) \
64         getopt1.$(OBJEXT) abook_rl.$(OBJEXT) mbswidth.$(OBJEXT)
65 abook_OBJECTS = $(am_abook_OBJECTS)
66 abook_LDADD = $(LDADD)
67 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
68 depcomp = $(SHELL) $(top_srcdir)/depcomp
69 am__depfiles_maybe = depfiles
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 ETAGS = etags
77 CTAGS = ctags
78 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79 distdir = $(PACKAGE)-$(VERSION)
80 top_distdir = $(distdir)
81 am__remove_distdir = \
82   { test ! -d $(distdir) \
83     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
84          && rm -fr $(distdir); }; }
85 DIST_ARCHIVES = $(distdir).tar.gz
86 GZIP_ENV = --best
87 distuninstallcheck_listfiles = find . -type f -print
88 distcleancheck_listfiles = find . -type f -print
89 ACLOCAL = @ACLOCAL@
90 AMDEP_FALSE = @AMDEP_FALSE@
91 AMDEP_TRUE = @AMDEP_TRUE@
92 AMTAR = @AMTAR@
93 AUTOCONF = @AUTOCONF@
94 AUTOHEADER = @AUTOHEADER@
95 AUTOMAKE = @AUTOMAKE@
96 AWK = @AWK@
97 CC = @CC@
98 CCDEPMODE = @CCDEPMODE@
99 CFLAGS = @CFLAGS@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DEFS = @DEFS@
104 DEPDIR = @DEPDIR@
105 ECHO_C = @ECHO_C@
106 ECHO_N = @ECHO_N@
107 ECHO_T = @ECHO_T@
108 EGREP = @EGREP@
109 EXEEXT = @EXEEXT@
110 INSTALL_DATA = @INSTALL_DATA@
111 INSTALL_PROGRAM = @INSTALL_PROGRAM@
112 INSTALL_SCRIPT = @INSTALL_SCRIPT@
113 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114 LDFLAGS = @LDFLAGS@
115 LIBOBJS = @LIBOBJS@
116 LIBS = @LIBS@
117 LTLIBOBJS = @LTLIBOBJS@
118 MAKEINFO = @MAKEINFO@
119 OBJEXT = @OBJEXT@
120 PACKAGE = @PACKAGE@
121 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122 PACKAGE_NAME = @PACKAGE_NAME@
123 PACKAGE_STRING = @PACKAGE_STRING@
124 PACKAGE_TARNAME = @PACKAGE_TARNAME@
125 PACKAGE_VERSION = @PACKAGE_VERSION@
126 PATH_SEPARATOR = @PATH_SEPARATOR@
127 SET_MAKE = @SET_MAKE@
128 SHELL = @SHELL@
129 STRIP = @STRIP@
130 U = @U@
131 VERSION = @VERSION@
132 ac_ct_CC = @ac_ct_CC@
133 ac_ct_STRIP = @ac_ct_STRIP@
134 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
135 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
136 am__include = @am__include@
137 am__leading_dot = @am__leading_dot@
138 am__quote = @am__quote@
139 am__tar = @am__tar@
140 am__untar = @am__untar@
141 bindir = @bindir@
142 build = @build@
143 build_alias = @build_alias@
144 build_cpu = @build_cpu@
145 build_os = @build_os@
146 build_vendor = @build_vendor@
147 datadir = @datadir@
148 exec_prefix = @exec_prefix@
149 host = @host@
150 host_alias = @host_alias@
151 host_cpu = @host_cpu@
152 host_os = @host_os@
153 host_vendor = @host_vendor@
154 includedir = @includedir@
155 infodir = @infodir@
156 install_sh = @install_sh@
157 libdir = @libdir@
158 libexecdir = @libexecdir@
159 localstatedir = @localstatedir@
160 mandir = @mandir@
161 mkdir_p = @mkdir_p@
162 oldincludedir = @oldincludedir@
163 prefix = @prefix@
164 program_transform_name = @program_transform_name@
165 sbindir = @sbindir@
166 sharedstatedir = @sharedstatedir@
167 sysconfdir = @sysconfdir@
168 target_alias = @target_alias@
169 abook_SOURCES = abook.c database.c filter.c list.c misc.c \
170                 options.c edit.c ldif.c ui.c getname.c \
171                 getopt.c getopt1.c abook_rl.c mbswidth.c \
172                 abook.h database.h filter.h list.h misc.h help.h \
173                 options.h edit.h ldif.h abook_curses.h ui.h getname.h \
174                 getopt.h abook_rl.h mbswidth.h
175
176 EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc abook.spec \
177         contrib
178
179 all: config.h
180         $(MAKE) $(AM_MAKEFLAGS) all-am
181
182 .SUFFIXES:
183 .SUFFIXES: .c .o .obj
184 am--refresh:
185         @:
186 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
187         @for dep in $?; do \
188           case '$(am__configure_deps)' in \
189             *$$dep*) \
190               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
191               cd $(srcdir) && $(AUTOMAKE) --gnu  \
192                 && exit 0; \
193               exit 1;; \
194           esac; \
195         done; \
196         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
197         cd $(top_srcdir) && \
198           $(AUTOMAKE) --gnu  Makefile
199 .PRECIOUS: Makefile
200 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
201         @case '$?' in \
202           *config.status*) \
203             echo ' $(SHELL) ./config.status'; \
204             $(SHELL) ./config.status;; \
205           *) \
206             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
207             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
208         esac;
209
210 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
211         $(SHELL) ./config.status --recheck
212
213 $(top_srcdir)/configure:  $(am__configure_deps)
214         cd $(srcdir) && $(AUTOCONF)
215 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
216         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
217
218 config.h: stamp-h1
219         @if test ! -f $@; then \
220           rm -f stamp-h1; \
221           $(MAKE) stamp-h1; \
222         else :; fi
223
224 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
225         @rm -f stamp-h1
226         cd $(top_builddir) && $(SHELL) ./config.status config.h
227 $(srcdir)/config.h.in:  $(am__configure_deps) 
228         cd $(top_srcdir) && $(AUTOHEADER)
229         rm -f stamp-h1
230         touch $@
231
232 distclean-hdr:
233         -rm -f config.h stamp-h1
234 abook.spec: $(top_builddir)/config.status $(srcdir)/abook.spec.in
235         cd $(top_builddir) && $(SHELL) ./config.status $@
236 install-binPROGRAMS: $(bin_PROGRAMS)
237         @$(NORMAL_INSTALL)
238         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
239         @list='$(bin_PROGRAMS)'; for p in $$list; do \
240           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
241           if test -f $$p \
242           ; then \
243             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
244            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
245            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
246           else :; fi; \
247         done
248
249 uninstall-binPROGRAMS:
250         @$(NORMAL_UNINSTALL)
251         @list='$(bin_PROGRAMS)'; for p in $$list; do \
252           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
253           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
254           rm -f "$(DESTDIR)$(bindir)/$$f"; \
255         done
256
257 clean-binPROGRAMS:
258         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
259 abook$(EXEEXT): $(abook_OBJECTS) $(abook_DEPENDENCIES) 
260         @rm -f abook$(EXEEXT)
261         $(LINK) $(abook_LDFLAGS) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
262
263 mostlyclean-compile:
264         -rm -f *.$(OBJEXT)
265
266 distclean-compile:
267         -rm -f *.tab.c
268
269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook.Po@am__quote@
270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abook_rl.Po@am__quote@
271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/database.Po@am__quote@
272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/edit.Po@am__quote@
273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filter.Po@am__quote@
274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getname.Po@am__quote@
275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@
277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldif.Po@am__quote@
278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbswidth.Po@am__quote@
280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ui.Po@am__quote@
283
284 .c.o:
285 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
286 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
290
291 .c.obj:
292 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
293 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
294 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
297 uninstall-info-am:
298
299 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
300         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
301         unique=`for i in $$list; do \
302             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
303           done | \
304           $(AWK) '    { files[$$0] = 1; } \
305                END { for (i in files) print i; }'`; \
306         mkid -fID $$unique
307 tags: TAGS
308
309 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
310                 $(TAGS_FILES) $(LISP)
311         tags=; \
312         here=`pwd`; \
313         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
314         unique=`for i in $$list; do \
315             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316           done | \
317           $(AWK) '    { files[$$0] = 1; } \
318                END { for (i in files) print i; }'`; \
319         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
320           test -n "$$unique" || unique=$$empty_fix; \
321           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322             $$tags $$unique; \
323         fi
324 ctags: CTAGS
325 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
326                 $(TAGS_FILES) $(LISP)
327         tags=; \
328         here=`pwd`; \
329         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
330         unique=`for i in $$list; do \
331             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332           done | \
333           $(AWK) '    { files[$$0] = 1; } \
334                END { for (i in files) print i; }'`; \
335         test -z "$(CTAGS_ARGS)$$tags$$unique" \
336           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
337              $$tags $$unique
338
339 GTAGS:
340         here=`$(am__cd) $(top_builddir) && pwd` \
341           && cd $(top_srcdir) \
342           && gtags -i $(GTAGS_ARGS) $$here
343
344 distclean-tags:
345         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
346
347 distdir: $(DISTFILES)
348         $(am__remove_distdir)
349         mkdir $(distdir)
350         $(mkdir_p) $(distdir)/.
351         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
352         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
353         list='$(DISTFILES)'; for file in $$list; do \
354           case $$file in \
355             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
356             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
357           esac; \
358           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
360           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
361             dir="/$$dir"; \
362             $(mkdir_p) "$(distdir)$$dir"; \
363           else \
364             dir=''; \
365           fi; \
366           if test -d $$d/$$file; then \
367             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
368               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
369             fi; \
370             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
371           else \
372             test -f $(distdir)/$$file \
373             || cp -p $$d/$$file $(distdir)/$$file \
374             || exit 1; \
375           fi; \
376         done
377         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
378           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
379           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
380           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
381         || chmod -R a+r $(distdir)
382 dist-gzip: distdir
383         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
384         $(am__remove_distdir)
385
386 dist-bzip2: distdir
387         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
388         $(am__remove_distdir)
389
390 dist-tarZ: distdir
391         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
392         $(am__remove_distdir)
393
394 dist-shar: distdir
395         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
396         $(am__remove_distdir)
397
398 dist-zip: distdir
399         -rm -f $(distdir).zip
400         zip -rq $(distdir).zip $(distdir)
401         $(am__remove_distdir)
402
403 dist dist-all: distdir
404         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
405         $(am__remove_distdir)
406
407 # This target untars the dist file and tries a VPATH configuration.  Then
408 # it guarantees that the distribution is self-contained by making another
409 # tarfile.
410 distcheck: dist
411         case '$(DIST_ARCHIVES)' in \
412         *.tar.gz*) \
413           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
414         *.tar.bz2*) \
415           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
416         *.tar.Z*) \
417           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
418         *.shar.gz*) \
419           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
420         *.zip*) \
421           unzip $(distdir).zip ;;\
422         esac
423         chmod -R a-w $(distdir); chmod a+w $(distdir)
424         mkdir $(distdir)/_build
425         mkdir $(distdir)/_inst
426         chmod a-w $(distdir)
427         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
428           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
429           && cd $(distdir)/_build \
430           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
431             $(DISTCHECK_CONFIGURE_FLAGS) \
432           && $(MAKE) $(AM_MAKEFLAGS) \
433           && $(MAKE) $(AM_MAKEFLAGS) dvi \
434           && $(MAKE) $(AM_MAKEFLAGS) check \
435           && $(MAKE) $(AM_MAKEFLAGS) install \
436           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
437           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
438           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
439                 distuninstallcheck \
440           && chmod -R a-w "$$dc_install_base" \
441           && ({ \
442                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
443                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
444                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
445                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
446                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
447               } || { rm -rf "$$dc_destdir"; exit 1; }) \
448           && rm -rf "$$dc_destdir" \
449           && $(MAKE) $(AM_MAKEFLAGS) dist \
450           && rm -rf $(DIST_ARCHIVES) \
451           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
452         $(am__remove_distdir)
453         @(echo "$(distdir) archives ready for distribution: "; \
454           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
455           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
456 distuninstallcheck:
457         @cd $(distuninstallcheck_dir) \
458         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
459            || { echo "ERROR: files left after uninstall:" ; \
460                 if test -n "$(DESTDIR)"; then \
461                   echo "  (check DESTDIR support)"; \
462                 fi ; \
463                 $(distuninstallcheck_listfiles) ; \
464                 exit 1; } >&2
465 distcleancheck: distclean
466         @if test '$(srcdir)' = . ; then \
467           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
468           exit 1 ; \
469         fi
470         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
471           || { echo "ERROR: files left in build directory after distclean:" ; \
472                $(distcleancheck_listfiles) ; \
473                exit 1; } >&2
474 check-am: all-am
475 check: check-am
476 all-am: Makefile $(PROGRAMS) config.h
477 installdirs:
478         for dir in "$(DESTDIR)$(bindir)"; do \
479           test -z "$$dir" || $(mkdir_p) "$$dir"; \
480         done
481 install: install-am
482 install-exec: install-exec-am
483 install-data: install-data-am
484 uninstall: uninstall-am
485
486 install-am: all-am
487         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
488
489 installcheck: installcheck-am
490 install-strip:
491         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493           `test -z '$(STRIP)' || \
494             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
495 mostlyclean-generic:
496
497 clean-generic:
498
499 distclean-generic:
500         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501
502 maintainer-clean-generic:
503         @echo "This command is intended for maintainers to use"
504         @echo "it deletes files that may require special tools to rebuild."
505 clean: clean-am
506
507 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
508
509 distclean: distclean-am
510         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
511         -rm -rf ./$(DEPDIR)
512         -rm -f Makefile
513 distclean-am: clean-am distclean-compile distclean-generic \
514         distclean-hdr distclean-tags
515
516 dvi: dvi-am
517
518 dvi-am:
519
520 html: html-am
521
522 info: info-am
523
524 info-am:
525
526 install-data-am: install-data-local
527
528 install-exec-am: install-binPROGRAMS
529
530 install-info: install-info-am
531
532 install-man:
533
534 installcheck-am:
535
536 maintainer-clean: maintainer-clean-am
537         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
538         -rm -rf $(top_srcdir)/autom4te.cache
539         -rm -rf ./$(DEPDIR)
540         -rm -f Makefile
541 maintainer-clean-am: distclean-am maintainer-clean-generic
542
543 mostlyclean: mostlyclean-am
544
545 mostlyclean-am: mostlyclean-compile mostlyclean-generic
546
547 pdf: pdf-am
548
549 pdf-am:
550
551 ps: ps-am
552
553 ps-am:
554
555 uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-local
556
557 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
558         clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
559         dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
560         distclean-compile distclean-generic distclean-hdr \
561         distclean-tags distcleancheck distdir distuninstallcheck dvi \
562         dvi-am html html-am info info-am install install-am \
563         install-binPROGRAMS install-data install-data-am \
564         install-data-local install-exec install-exec-am install-info \
565         install-info-am install-man install-strip installcheck \
566         installcheck-am installdirs maintainer-clean \
567         maintainer-clean-generic mostlyclean mostlyclean-compile \
568         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
569         uninstall-am uninstall-binPROGRAMS uninstall-info-am \
570         uninstall-local
571
572
573 install-data-local:
574         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
575         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
576         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
577
578 uninstall-local:
579         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
580         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
581 # Tell versions [3.59,3.63) of GNU make to not export all variables.
582 # Otherwise a system limit (for SysV at least) may be exceeded.
583 .NOEXPORT: