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