]> git.deb.at Git - pkg/abook.git/blob - Makefile.in
Imported Debian patch 0.4.16-1
[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 estr.c ui.c getname.c \
73                 abook.h database.h filter.h list.h misc.h help.h conff.h \
74                 options.h edit.h ldif.h estr.h abook_curses.h ui.h getname.h
75
76
77 EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc
78 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
80 CONFIG_HEADER = config.h
81 CONFIG_CLEAN_FILES = 
82 PROGRAMS =  $(bin_PROGRAMS)
83
84
85 DEFS = @DEFS@ -I. -I$(srcdir) -I.
86 CPPFLAGS = @CPPFLAGS@
87 LDFLAGS = @LDFLAGS@
88 LIBS = @LIBS@
89 abook_OBJECTS =  abook.o database.o filter.o list.o misc.o conff.o \
90 options.o edit.o ldif.o estr.o ui.o getname.o
91 abook_LDADD = $(LDADD)
92 abook_DEPENDENCIES = 
93 abook_LDFLAGS = 
94 CFLAGS = @CFLAGS@
95 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
99 Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \
100 aclocal.m4 config.guess config.h.in config.sub configure configure.in \
101 install-sh missing mkinstalldirs
102
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = gtar
107 GZIP_ENV = --best
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 --include-deps Makefile
116
117 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
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 $(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 .c.o:
183         $(COMPILE) -c $<
184
185 .s.o:
186         $(COMPILE) -c $<
187
188 .S.o:
189         $(COMPILE) -c $<
190
191 mostlyclean-compile:
192         -rm -f *.o core *.core
193
194 clean-compile:
195
196 distclean-compile:
197         -rm -f *.tab.c
198
199 maintainer-clean-compile:
200
201 abook: $(abook_OBJECTS) $(abook_DEPENDENCIES)
202         @rm -f abook
203         $(LINK) $(abook_LDFLAGS) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
204
205 tags: TAGS
206
207 ID: $(HEADERS) $(SOURCES) $(LISP)
208         list='$(SOURCES) $(HEADERS)'; \
209         unique=`for i in $$list; do echo $$i; done | \
210           awk '    { files[$$0] = 1; } \
211                END { for (i in files) print i; }'`; \
212         here=`pwd` && cd $(srcdir) \
213           && mkid -f$$here/ID $$unique $(LISP)
214
215 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
216         tags=; \
217         here=`pwd`; \
218         list='$(SOURCES) $(HEADERS)'; \
219         unique=`for i in $$list; do echo $$i; done | \
220           awk '    { files[$$0] = 1; } \
221                END { for (i in files) print i; }'`; \
222         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
223           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
224
225 mostlyclean-tags:
226
227 clean-tags:
228
229 distclean-tags:
230         -rm -f TAGS ID
231
232 maintainer-clean-tags:
233
234 distdir = $(PACKAGE)-$(VERSION)
235 top_distdir = $(distdir)
236
237 # This target untars the dist file and tries a VPATH configuration.  Then
238 # it guarantees that the distribution is self-contained by making another
239 # tarfile.
240 distcheck: dist
241         -rm -rf $(distdir)
242         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
243         mkdir $(distdir)/=build
244         mkdir $(distdir)/=inst
245         dc_install_base=`cd $(distdir)/=inst && pwd`; \
246         cd $(distdir)/=build \
247           && ../configure --srcdir=.. --prefix=$$dc_install_base \
248           && $(MAKE) $(AM_MAKEFLAGS) \
249           && $(MAKE) $(AM_MAKEFLAGS) dvi \
250           && $(MAKE) $(AM_MAKEFLAGS) check \
251           && $(MAKE) $(AM_MAKEFLAGS) install \
252           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
253           && $(MAKE) $(AM_MAKEFLAGS) dist
254         -rm -rf $(distdir)
255         @banner="$(distdir).tar.gz is ready for distribution"; \
256         dashes=`echo "$$banner" | sed s/./=/g`; \
257         echo "$$dashes"; \
258         echo "$$banner"; \
259         echo "$$dashes"
260 dist: distdir
261         -chmod -R a+r $(distdir)
262         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
263         -rm -rf $(distdir)
264 dist-all: distdir
265         -chmod -R a+r $(distdir)
266         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
267         -rm -rf $(distdir)
268 distdir: $(DISTFILES)
269         -rm -rf $(distdir)
270         mkdir $(distdir)
271         -chmod 777 $(distdir)
272         @for file in $(DISTFILES); do \
273           d=$(srcdir); \
274           if test -d $$d/$$file; then \
275             cp -pr $$d/$$file $(distdir)/$$file; \
276           else \
277             test -f $(distdir)/$$file \
278             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
279             || cp -p $$d/$$file $(distdir)/$$file || :; \
280           fi; \
281         done
282 abook.o: abook.c config.h abook.h ui.h abook_curses.h options.h conff.h \
283         database.h list.h filter.h edit.h misc.h getname.h
284 conff.o: conff.c misc.h config.h conff.h
285 database.o: database.c abook.h database.h list.h ui.h abook_curses.h \
286         config.h options.h conff.h misc.h filter.h edit.h
287 edit.o: edit.c abook_curses.h config.h ui.h options.h conff.h abook.h \
288         database.h list.h edit.h misc.h
289 estr.o: estr.c abook_curses.h config.h options.h conff.h estr.h abook.h \
290         misc.h
291 filter.o: filter.c abook_curses.h config.h filter.h database.h abook.h \
292         edit.h list.h ui.h options.h conff.h misc.h ldif.h getname.h
293 getname.o: getname.c getname.h
294 ldif.o: ldif.c ldif.h
295 list.o: list.c abook.h ui.h abook_curses.h config.h options.h conff.h \
296         database.h edit.h list.h misc.h
297 misc.o: misc.c config.h misc.h abook.h
298 options.o: options.c abook_curses.h config.h abook.h options.h conff.h
299 ui.o: ui.c abook.h ui.h abook_curses.h config.h options.h conff.h edit.h \
300         database.h list.h misc.h filter.h estr.h help.h
301
302 info-am:
303 info: info-am
304 dvi-am:
305 dvi: dvi-am
306 check-am: all-am
307 check: check-am
308 installcheck-am:
309 installcheck: installcheck-am
310 all-recursive-am: config.h
311         $(MAKE) $(AM_MAKEFLAGS) all-recursive
312
313 install-exec-am: install-binPROGRAMS
314 install-exec: install-exec-am
315
316 install-data-am: install-data-local
317 install-data: install-data-am
318
319 install-am: all-am
320         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
321 install: install-am
322 uninstall-am: uninstall-binPROGRAMS uninstall-local
323 uninstall: uninstall-am
324 all-am: Makefile $(PROGRAMS) config.h
325 all-redirect: all-am
326 install-strip:
327         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
328 installdirs:
329         $(mkinstalldirs)  $(DESTDIR)$(bindir)
330
331
332 mostlyclean-generic:
333
334 clean-generic:
335
336 distclean-generic:
337         -rm -f Makefile $(CONFIG_CLEAN_FILES)
338         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
339
340 maintainer-clean-generic:
341 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
342                 mostlyclean-compile mostlyclean-tags \
343                 mostlyclean-generic
344
345 mostlyclean: mostlyclean-am
346
347 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
348                 clean-generic mostlyclean-am
349
350 clean: clean-am
351
352 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
353                 distclean-tags distclean-generic clean-am
354
355 distclean: distclean-am
356         -rm -f config.status
357
358 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
359                 maintainer-clean-compile maintainer-clean-tags \
360                 maintainer-clean-generic distclean-am
361         @echo "This command is intended for maintainers to use;"
362         @echo "it deletes files that may require special tools to rebuild."
363
364 maintainer-clean: maintainer-clean-am
365         -rm -f config.status
366
367 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
368 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
369 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
370 mostlyclean-compile distclean-compile clean-compile \
371 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
372 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
373 check-am installcheck-am installcheck all-recursive-am install-exec-am \
374 install-exec install-data-local install-data-am install-data install-am \
375 install uninstall-local uninstall-am uninstall all-redirect all-am all \
376 installdirs mostlyclean-generic distclean-generic clean-generic \
377 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
378
379
380 install-data-local:
381         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
382         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
383         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
384
385 uninstall-local:
386         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
387         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
388
389 # Tell versions [3.59,3.63) of GNU make to not export all variables.
390 # Otherwise a system limit (for SysV at least) may be exceeded.
391 .NOEXPORT: