1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
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 \
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
84 PROGRAMS = $(bin_PROGRAMS)
87 DEFS = @DEFS@ -I. -I$(srcdir) -I.
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)
97 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
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
106 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
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)
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
123 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
125 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
127 $(ACLOCAL_M4): configure.in acinclude.m4
128 cd $(srcdir) && $(ACLOCAL)
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)
136 @if test ! -f $@; then \
140 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
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; \
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
161 maintainer-clean-hdr:
163 mostlyclean-binPROGRAMS:
166 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
168 distclean-binPROGRAMS:
170 maintainer-clean-binPROGRAMS:
172 install-binPROGRAMS: $(bin_PROGRAMS)
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)/'`; \
182 uninstall-binPROGRAMS:
184 list='$(bin_PROGRAMS)'; for p in $$list; do \
185 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
195 -rm -f *.o core *.core
202 maintainer-clean-compile:
204 abook: $(abook_OBJECTS) $(abook_DEPENDENCIES)
206 $(LINK) $(abook_LDFLAGS) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
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)
218 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
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)
235 maintainer-clean-tags:
237 distdir = $(PACKAGE)-$(VERSION)
238 top_distdir = $(distdir)
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
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
258 @banner="$(distdir).tar.gz is ready for distribution"; \
259 dashes=`echo "$$banner" | sed s/./=/g`; \
264 -chmod -R a+r $(distdir)
265 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
268 -chmod -R a+r $(distdir)
269 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
271 distdir: $(DISTFILES)
274 -chmod 777 $(distdir)
275 here=`cd $(top_builddir) && pwd`; \
276 top_distdir=`cd $(distdir) && pwd`; \
277 distdir=`cd $(distdir) && pwd`; \
279 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
280 @for file in $(DISTFILES); do \
282 if test -d $$d/$$file; then \
283 cp -pr $$d/$$file $(distdir)/$$file; \
285 test -f $(distdir)/$$file \
286 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
287 || cp -p $$d/$$file $(distdir)/$$file || :; \
291 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
293 -include $(DEP_FILES)
302 maintainer-clean-depend:
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/$$/ :/' \
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/$$/ :/' \
329 installcheck: installcheck-am
330 all-recursive-am: config.h
331 $(MAKE) $(AM_MAKEFLAGS) all-recursive
333 install-exec-am: install-binPROGRAMS
334 install-exec: install-exec-am
336 install-data-am: install-data-local
337 install-data: install-data-am
340 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
342 uninstall-am: uninstall-binPROGRAMS uninstall-local
343 uninstall: uninstall-am
344 all-am: Makefile $(PROGRAMS) config.h
347 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
349 $(mkinstalldirs) $(DESTDIR)$(bindir)
357 -rm -f Makefile $(CONFIG_CLEAN_FILES)
358 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
360 maintainer-clean-generic:
361 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
362 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
365 mostlyclean: mostlyclean-am
367 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
368 clean-depend clean-generic mostlyclean-am
372 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
373 distclean-tags distclean-depend distclean-generic \
376 distclean: distclean-am
379 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
380 maintainer-clean-compile maintainer-clean-tags \
381 maintainer-clean-depend maintainer-clean-generic \
383 @echo "This command is intended for maintainers to use;"
384 @echo "it deletes files that may require special tools to rebuild."
386 maintainer-clean: maintainer-clean-am
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
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/
410 -rm -f $(DESTDIR)$(mandir)/man1/abook.1
411 -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
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.