]> git.deb.at Git - pkg/abook.git/blob - Makefile.in
Man page update.
[pkg/abook.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 CC = @CC@
63 CPP = @CPP@
64 MAKEINFO = @MAKEINFO@
65 PACKAGE = @PACKAGE@
66 U = @U@
67 VERSION = @VERSION@
68
69 bin_PROGRAMS = abook
70
71 abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c               options.c edit.c ldif.c estr.c ui.c getname.c           abook.h database.h filter.h list.h misc.h help.h conff.h                options.h edit.h ldif.h estr.h abook_curses.h ui.h getname.h
72
73
74 EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc
75 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77 CONFIG_HEADER = config.h
78 CONFIG_CLEAN_FILES = 
79 PROGRAMS =  $(bin_PROGRAMS)
80
81
82 DEFS = @DEFS@ -I. -I$(srcdir) -I.
83 CPPFLAGS = @CPPFLAGS@
84 LDFLAGS = @LDFLAGS@
85 LIBS = @LIBS@
86 abook_OBJECTS =  abook.o database.o filter.o list.o misc.o conff.o \
87 options.o edit.o ldif.o estr.o ui.o getname.o
88 abook_LDADD = $(LDADD)
89 abook_DEPENDENCIES = 
90 abook_LDFLAGS = 
91 CFLAGS = @CFLAGS@
92 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
95 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
96 Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \
97 aclocal.m4 config.guess config.h.in config.sub configure configure.in \
98 install-sh missing mkinstalldirs
99
100
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103 TAR = tar
104 GZIP_ENV = --best
105 DEP_FILES =  .deps/abook.P .deps/conff.P .deps/database.P .deps/edit.P \
106 .deps/estr.P .deps/filter.P .deps/getname.P .deps/ldif.P .deps/list.P \
107 .deps/misc.P .deps/options.P .deps/ui.P
108 SOURCES = $(abook_SOURCES)
109 OBJECTS = $(abook_OBJECTS)
110
111 all: all-redirect
112 .SUFFIXES:
113 .SUFFIXES: .S .c .o .s
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
115         cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
116
117 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
118         cd $(top_builddir) \
119           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
120
121 $(ACLOCAL_M4):  configure.in  acinclude.m4
122         cd $(srcdir) && $(ACLOCAL)
123
124 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
125         $(SHELL) ./config.status --recheck
126 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
127         cd $(srcdir) && $(AUTOCONF)
128
129 config.h: stamp-h
130         @if test ! -f $@; then \
131                 rm -f stamp-h; \
132                 $(MAKE) stamp-h; \
133         else :; fi
134 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
135         cd $(top_builddir) \
136           && CONFIG_FILES= CONFIG_HEADERS=config.h \
137              $(SHELL) ./config.status
138         @echo timestamp > stamp-h 2> /dev/null
139 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
140         @if test ! -f $@; then \
141                 rm -f $(srcdir)/stamp-h.in; \
142                 $(MAKE) $(srcdir)/stamp-h.in; \
143         else :; fi
144 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
145         cd $(top_srcdir) && $(AUTOHEADER)
146         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
147
148 mostlyclean-hdr:
149
150 clean-hdr:
151
152 distclean-hdr:
153         -rm -f config.h
154
155 maintainer-clean-hdr:
156
157 mostlyclean-binPROGRAMS:
158
159 clean-binPROGRAMS:
160         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
161
162 distclean-binPROGRAMS:
163
164 maintainer-clean-binPROGRAMS:
165
166 install-binPROGRAMS: $(bin_PROGRAMS)
167         @$(NORMAL_INSTALL)
168         $(mkinstalldirs) $(DESTDIR)$(bindir)
169         @list='$(bin_PROGRAMS)'; for p in $$list; do \
170           if test -f $$p; then \
171             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
172              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
173           else :; fi; \
174         done
175
176 uninstall-binPROGRAMS:
177         @$(NORMAL_UNINSTALL)
178         list='$(bin_PROGRAMS)'; for p in $$list; do \
179           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
180         done
181
182 .s.o:
183         $(COMPILE) -c $<
184
185 .S.o:
186         $(COMPILE) -c $<
187
188 mostlyclean-compile:
189         -rm -f *.o core *.core
190
191 clean-compile:
192
193 distclean-compile:
194         -rm -f *.tab.c
195
196 maintainer-clean-compile:
197
198 abook: $(abook_OBJECTS) $(abook_DEPENDENCIES)
199         @rm -f abook
200         $(LINK) $(abook_LDFLAGS) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
201
202 tags: TAGS
203
204 ID: $(HEADERS) $(SOURCES) $(LISP)
205         list='$(SOURCES) $(HEADERS)'; \
206         unique=`for i in $$list; do echo $$i; done | \
207           awk '    { files[$$0] = 1; } \
208                END { for (i in files) print i; }'`; \
209         here=`pwd` && cd $(srcdir) \
210           && mkid -f$$here/ID $$unique $(LISP)
211
212 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
213         tags=; \
214         here=`pwd`; \
215         list='$(SOURCES) $(HEADERS)'; \
216         unique=`for i in $$list; do echo $$i; done | \
217           awk '    { files[$$0] = 1; } \
218                END { for (i in files) print i; }'`; \
219         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
220           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
221
222 mostlyclean-tags:
223
224 clean-tags:
225
226 distclean-tags:
227         -rm -f TAGS ID
228
229 maintainer-clean-tags:
230
231 distdir = $(PACKAGE)-$(VERSION)
232 top_distdir = $(distdir)
233
234 # This target untars the dist file and tries a VPATH configuration.  Then
235 # it guarantees that the distribution is self-contained by making another
236 # tarfile.
237 distcheck: dist
238         -rm -rf $(distdir)
239         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
240         mkdir $(distdir)/=build
241         mkdir $(distdir)/=inst
242         dc_install_base=`cd $(distdir)/=inst && pwd`; \
243         cd $(distdir)/=build \
244           && ../configure --srcdir=.. --prefix=$$dc_install_base \
245           && $(MAKE) $(AM_MAKEFLAGS) \
246           && $(MAKE) $(AM_MAKEFLAGS) dvi \
247           && $(MAKE) $(AM_MAKEFLAGS) check \
248           && $(MAKE) $(AM_MAKEFLAGS) install \
249           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
250           && $(MAKE) $(AM_MAKEFLAGS) dist
251         -rm -rf $(distdir)
252         @banner="$(distdir).tar.gz is ready for distribution"; \
253         dashes=`echo "$$banner" | sed s/./=/g`; \
254         echo "$$dashes"; \
255         echo "$$banner"; \
256         echo "$$dashes"
257 dist: distdir
258         -chmod -R a+r $(distdir)
259         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
260         -rm -rf $(distdir)
261 dist-all: distdir
262         -chmod -R a+r $(distdir)
263         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
264         -rm -rf $(distdir)
265 distdir: $(DISTFILES)
266         -rm -rf $(distdir)
267         mkdir $(distdir)
268         -chmod 777 $(distdir)
269         here=`cd $(top_builddir) && pwd`; \
270         top_distdir=`cd $(distdir) && pwd`; \
271         distdir=`cd $(distdir) && pwd`; \
272         cd $(top_srcdir) \
273           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
274         @for file in $(DISTFILES); do \
275           d=$(srcdir); \
276           if test -d $$d/$$file; then \
277             cp -pr $$d/$$file $(distdir)/$$file; \
278           else \
279             test -f $(distdir)/$$file \
280             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
281             || cp -p $$d/$$file $(distdir)/$$file || :; \
282           fi; \
283         done
284
285 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
286
287 -include $(DEP_FILES)
288
289 mostlyclean-depend:
290
291 clean-depend:
292
293 distclean-depend:
294         -rm -rf .deps
295
296 maintainer-clean-depend:
297
298 %.o: %.c
299         @echo '$(COMPILE) -c $<'; \
300         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
301         @-cp .deps/$(*F).pp .deps/$(*F).P; \
302         tr ' ' '\012' < .deps/$(*F).pp \
303           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
304             >> .deps/$(*F).P; \
305         rm .deps/$(*F).pp
306
307 %.lo: %.c
308         @echo '$(LTCOMPILE) -c $<'; \
309         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
310         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
311           < .deps/$(*F).pp > .deps/$(*F).P; \
312         tr ' ' '\012' < .deps/$(*F).pp \
313           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
314             >> .deps/$(*F).P; \
315         rm -f .deps/$(*F).pp
316 info-am:
317 info: info-am
318 dvi-am:
319 dvi: dvi-am
320 check-am: all-am
321 check: check-am
322 installcheck-am:
323 installcheck: installcheck-am
324 all-recursive-am: config.h
325         $(MAKE) $(AM_MAKEFLAGS) all-recursive
326
327 install-exec-am: install-binPROGRAMS
328 install-exec: install-exec-am
329
330 install-data-am: install-data-local
331 install-data: install-data-am
332
333 install-am: all-am
334         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
335 install: install-am
336 uninstall-am: uninstall-binPROGRAMS uninstall-local
337 uninstall: uninstall-am
338 all-am: Makefile $(PROGRAMS) config.h
339 all-redirect: all-am
340 install-strip:
341         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
342 installdirs:
343         $(mkinstalldirs)  $(DESTDIR)$(bindir)
344
345
346 mostlyclean-generic:
347
348 clean-generic:
349
350 distclean-generic:
351         -rm -f Makefile $(CONFIG_CLEAN_FILES)
352         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
353
354 maintainer-clean-generic:
355 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
356                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
357                 mostlyclean-generic
358
359 mostlyclean: mostlyclean-am
360
361 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
362                 clean-depend clean-generic mostlyclean-am
363
364 clean: clean-am
365
366 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
367                 distclean-tags distclean-depend distclean-generic \
368                 clean-am
369
370 distclean: distclean-am
371         -rm -f config.status
372
373 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
374                 maintainer-clean-compile maintainer-clean-tags \
375                 maintainer-clean-depend maintainer-clean-generic \
376                 distclean-am
377         @echo "This command is intended for maintainers to use;"
378         @echo "it deletes files that may require special tools to rebuild."
379
380 maintainer-clean: maintainer-clean-am
381         -rm -f config.status
382
383 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
384 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
385 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
386 mostlyclean-compile distclean-compile clean-compile \
387 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
388 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
389 distclean-depend clean-depend maintainer-clean-depend info-am info \
390 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
391 install-exec-am install-exec install-data-local install-data-am \
392 install-data install-am install uninstall-local uninstall-am uninstall \
393 all-redirect all-am all installdirs mostlyclean-generic \
394 distclean-generic clean-generic maintainer-clean-generic clean \
395 mostlyclean distclean maintainer-clean
396
397
398 install-data-local:
399         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
400         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
401         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
402
403 uninstall-local:
404         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
405         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
406
407 # Tell versions [3.59,3.63) of GNU make to not export all variables.
408 # Otherwise a system limit (for SysV at least) may be exceeded.
409 .NOEXPORT: