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