]> git.deb.at Git - pkg/abook.git/blob - Makefile.in
Initial revision
[pkg/abook.git] / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 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                  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
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
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 SOURCES = $(abook_SOURCES)
106 OBJECTS = $(abook_OBJECTS)
107
108 all: all-redirect
109 .SUFFIXES:
110 .SUFFIXES: .S .c .o .s
111 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
112         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
113
114 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
115         cd $(top_builddir) \
116           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
117
118 $(ACLOCAL_M4):  configure.in  acinclude.m4
119         cd $(srcdir) && $(ACLOCAL)
120
121 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
122         $(SHELL) ./config.status --recheck
123 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
124         cd $(srcdir) && $(AUTOCONF)
125
126 config.h: stamp-h
127         @if test ! -f $@; then \
128                 rm -f stamp-h; \
129                 $(MAKE) stamp-h; \
130         else :; fi
131 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
132         cd $(top_builddir) \
133           && CONFIG_FILES= CONFIG_HEADERS=config.h \
134              $(SHELL) ./config.status
135         @echo timestamp > stamp-h 2> /dev/null
136 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
137         @if test ! -f $@; then \
138                 rm -f $(srcdir)/stamp-h.in; \
139                 $(MAKE) $(srcdir)/stamp-h.in; \
140         else :; fi
141 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
142         cd $(top_srcdir) && $(AUTOHEADER)
143         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
144
145 mostlyclean-hdr:
146
147 clean-hdr:
148
149 distclean-hdr:
150         -rm -f config.h
151
152 maintainer-clean-hdr:
153
154 mostlyclean-binPROGRAMS:
155
156 clean-binPROGRAMS:
157         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
158
159 distclean-binPROGRAMS:
160
161 maintainer-clean-binPROGRAMS:
162
163 install-binPROGRAMS: $(bin_PROGRAMS)
164         @$(NORMAL_INSTALL)
165         $(mkinstalldirs) $(DESTDIR)$(bindir)
166         @list='$(bin_PROGRAMS)'; for p in $$list; do \
167           if test -f $$p; then \
168             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
169              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
170           else :; fi; \
171         done
172
173 uninstall-binPROGRAMS:
174         @$(NORMAL_UNINSTALL)
175         list='$(bin_PROGRAMS)'; for p in $$list; do \
176           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
177         done
178
179 .c.o:
180         $(COMPILE) -c $<
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         @for file in $(DISTFILES); do \
270           d=$(srcdir); \
271           if test -d $$d/$$file; then \
272             cp -pr $$d/$$file $(distdir)/$$file; \
273           else \
274             test -f $(distdir)/$$file \
275             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
276             || cp -p $$d/$$file $(distdir)/$$file || :; \
277           fi; \
278         done
279 info-am:
280 info: info-am
281 dvi-am:
282 dvi: dvi-am
283 check-am: all-am
284 check: check-am
285 installcheck-am:
286 installcheck: installcheck-am
287 all-recursive-am: config.h
288         $(MAKE) $(AM_MAKEFLAGS) all-recursive
289
290 install-exec-am: install-binPROGRAMS
291 install-exec: install-exec-am
292
293 install-data-am: install-data-local
294 install-data: install-data-am
295
296 install-am: all-am
297         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298 install: install-am
299 uninstall-am: uninstall-binPROGRAMS uninstall-local
300 uninstall: uninstall-am
301 all-am: Makefile $(PROGRAMS) config.h
302 all-redirect: all-am
303 install-strip:
304         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
305 installdirs:
306         $(mkinstalldirs)  $(DESTDIR)$(bindir)
307
308
309 mostlyclean-generic:
310
311 clean-generic:
312
313 distclean-generic:
314         -rm -f Makefile $(CONFIG_CLEAN_FILES)
315         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
316
317 maintainer-clean-generic:
318 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
319                 mostlyclean-compile mostlyclean-tags \
320                 mostlyclean-generic
321
322 mostlyclean: mostlyclean-am
323
324 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
325                 clean-generic mostlyclean-am
326
327 clean: clean-am
328
329 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
330                 distclean-tags distclean-generic clean-am
331
332 distclean: distclean-am
333         -rm -f config.status
334
335 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
336                 maintainer-clean-compile maintainer-clean-tags \
337                 maintainer-clean-generic distclean-am
338         @echo "This command is intended for maintainers to use;"
339         @echo "it deletes files that may require special tools to rebuild."
340
341 maintainer-clean: maintainer-clean-am
342         -rm -f config.status
343
344 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
345 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
346 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
347 mostlyclean-compile distclean-compile clean-compile \
348 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
349 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
350 check-am installcheck-am installcheck all-recursive-am install-exec-am \
351 install-exec install-data-local install-data-am install-data install-am \
352 install uninstall-local uninstall-am uninstall all-redirect all-am all \
353 installdirs mostlyclean-generic distclean-generic clean-generic \
354 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
355
356
357 install-data-local:
358         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
359         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
360         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
361
362 uninstall-local:
363         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
364         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
365
366 # Tell versions [3.59,3.63) of GNU make to not export all variables.
367 # Otherwise a system limit (for SysV at least) may be exceeded.
368 .NOEXPORT: