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