]> git.deb.at Git - pkg/abook.git/blob - Makefile.in
added rpm 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 abook.spec
80 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = config.h
83 CONFIG_CLEAN_FILES =  abook.spec
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 abook.spec.in acconfig.h \
102 acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure \
103 configure.in 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 abook.spec: $(top_builddir)/config.status abook.spec.in
163         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
164
165 mostlyclean-binPROGRAMS:
166
167 clean-binPROGRAMS:
168         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
169
170 distclean-binPROGRAMS:
171
172 maintainer-clean-binPROGRAMS:
173
174 install-binPROGRAMS: $(bin_PROGRAMS)
175         @$(NORMAL_INSTALL)
176         $(mkinstalldirs) $(DESTDIR)$(bindir)
177         @list='$(bin_PROGRAMS)'; for p in $$list; do \
178           if test -f $$p; then \
179             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
180              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
181           else :; fi; \
182         done
183
184 uninstall-binPROGRAMS:
185         @$(NORMAL_UNINSTALL)
186         list='$(bin_PROGRAMS)'; for p in $$list; do \
187           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
188         done
189
190 .s.o:
191         $(COMPILE) -c $<
192
193 .S.o:
194         $(COMPILE) -c $<
195
196 mostlyclean-compile:
197         -rm -f *.o core *.core
198
199 clean-compile:
200
201 distclean-compile:
202         -rm -f *.tab.c
203
204 maintainer-clean-compile:
205
206 abook: $(abook_OBJECTS) $(abook_DEPENDENCIES)
207         @rm -f abook
208         $(LINK) $(abook_LDFLAGS) $(abook_OBJECTS) $(abook_LDADD) $(LIBS)
209
210 tags: TAGS
211
212 ID: $(HEADERS) $(SOURCES) $(LISP)
213         list='$(SOURCES) $(HEADERS)'; \
214         unique=`for i in $$list; do echo $$i; done | \
215           awk '    { files[$$0] = 1; } \
216                END { for (i in files) print i; }'`; \
217         here=`pwd` && cd $(srcdir) \
218           && mkid -f$$here/ID $$unique $(LISP)
219
220 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
221         tags=; \
222         here=`pwd`; \
223         list='$(SOURCES) $(HEADERS)'; \
224         unique=`for i in $$list; do echo $$i; done | \
225           awk '    { files[$$0] = 1; } \
226                END { for (i in files) print i; }'`; \
227         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
228           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
229
230 mostlyclean-tags:
231
232 clean-tags:
233
234 distclean-tags:
235         -rm -f TAGS ID
236
237 maintainer-clean-tags:
238
239 distdir = $(PACKAGE)-$(VERSION)
240 top_distdir = $(distdir)
241
242 # This target untars the dist file and tries a VPATH configuration.  Then
243 # it guarantees that the distribution is self-contained by making another
244 # tarfile.
245 distcheck: dist
246         -rm -rf $(distdir)
247         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
248         mkdir $(distdir)/=build
249         mkdir $(distdir)/=inst
250         dc_install_base=`cd $(distdir)/=inst && pwd`; \
251         cd $(distdir)/=build \
252           && ../configure --srcdir=.. --prefix=$$dc_install_base \
253           && $(MAKE) $(AM_MAKEFLAGS) \
254           && $(MAKE) $(AM_MAKEFLAGS) dvi \
255           && $(MAKE) $(AM_MAKEFLAGS) check \
256           && $(MAKE) $(AM_MAKEFLAGS) install \
257           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
258           && $(MAKE) $(AM_MAKEFLAGS) dist
259         -rm -rf $(distdir)
260         @banner="$(distdir).tar.gz is ready for distribution"; \
261         dashes=`echo "$$banner" | sed s/./=/g`; \
262         echo "$$dashes"; \
263         echo "$$banner"; \
264         echo "$$dashes"
265 dist: distdir
266         -chmod -R a+r $(distdir)
267         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
268         -rm -rf $(distdir)
269 dist-all: distdir
270         -chmod -R a+r $(distdir)
271         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
272         -rm -rf $(distdir)
273 distdir: $(DISTFILES)
274         -rm -rf $(distdir)
275         mkdir $(distdir)
276         -chmod 777 $(distdir)
277         here=`cd $(top_builddir) && pwd`; \
278         top_distdir=`cd $(distdir) && pwd`; \
279         distdir=`cd $(distdir) && pwd`; \
280         cd $(top_srcdir) \
281           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
282         @for file in $(DISTFILES); do \
283           d=$(srcdir); \
284           if test -d $$d/$$file; then \
285             cp -pr $$d/$$file $(distdir)/$$file; \
286           else \
287             test -f $(distdir)/$$file \
288             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
289             || cp -p $$d/$$file $(distdir)/$$file || :; \
290           fi; \
291         done
292
293 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
294
295 -include $(DEP_FILES)
296
297 mostlyclean-depend:
298
299 clean-depend:
300
301 distclean-depend:
302         -rm -rf .deps
303
304 maintainer-clean-depend:
305
306 %.o: %.c
307         @echo '$(COMPILE) -c $<'; \
308         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
309         @-cp .deps/$(*F).pp .deps/$(*F).P; \
310         tr ' ' '\012' < .deps/$(*F).pp \
311           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
312             >> .deps/$(*F).P; \
313         rm .deps/$(*F).pp
314
315 %.lo: %.c
316         @echo '$(LTCOMPILE) -c $<'; \
317         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
318         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
319           < .deps/$(*F).pp > .deps/$(*F).P; \
320         tr ' ' '\012' < .deps/$(*F).pp \
321           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
322             >> .deps/$(*F).P; \
323         rm -f .deps/$(*F).pp
324 info-am:
325 info: info-am
326 dvi-am:
327 dvi: dvi-am
328 check-am: all-am
329 check: check-am
330 installcheck-am:
331 installcheck: installcheck-am
332 all-recursive-am: config.h
333         $(MAKE) $(AM_MAKEFLAGS) all-recursive
334
335 install-exec-am: install-binPROGRAMS
336 install-exec: install-exec-am
337
338 install-data-am: install-data-local
339 install-data: install-data-am
340
341 install-am: all-am
342         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
343 install: install-am
344 uninstall-am: uninstall-binPROGRAMS uninstall-local
345 uninstall: uninstall-am
346 all-am: Makefile $(PROGRAMS) config.h
347 all-redirect: all-am
348 install-strip:
349         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
350 installdirs:
351         $(mkinstalldirs)  $(DESTDIR)$(bindir)
352
353
354 mostlyclean-generic:
355
356 clean-generic:
357
358 distclean-generic:
359         -rm -f Makefile $(CONFIG_CLEAN_FILES)
360         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
361
362 maintainer-clean-generic:
363 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
364                 mostlyclean-compile mostlyclean-tags mostlyclean-depend \
365                 mostlyclean-generic
366
367 mostlyclean: mostlyclean-am
368
369 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
370                 clean-depend clean-generic mostlyclean-am
371
372 clean: clean-am
373
374 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
375                 distclean-tags distclean-depend distclean-generic \
376                 clean-am
377
378 distclean: distclean-am
379         -rm -f config.status
380
381 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
382                 maintainer-clean-compile maintainer-clean-tags \
383                 maintainer-clean-depend maintainer-clean-generic \
384                 distclean-am
385         @echo "This command is intended for maintainers to use;"
386         @echo "it deletes files that may require special tools to rebuild."
387
388 maintainer-clean: maintainer-clean-am
389         -rm -f config.status
390
391 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
392 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
393 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
394 mostlyclean-compile distclean-compile clean-compile \
395 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
396 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
397 distclean-depend clean-depend maintainer-clean-depend info-am info \
398 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
399 install-exec-am install-exec install-data-local install-data-am \
400 install-data install-am install uninstall-local uninstall-am uninstall \
401 all-redirect all-am all installdirs mostlyclean-generic \
402 distclean-generic clean-generic maintainer-clean-generic clean \
403 mostlyclean distclean maintainer-clean
404
405
406 install-data-local:
407         $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5
408         $(INSTALL_DATA) $(srcdir)/abook.1 $(DESTDIR)$(mandir)/man1/
409         $(INSTALL_DATA) $(srcdir)/abookrc.5 $(DESTDIR)$(mandir)/man5/
410
411 uninstall-local:
412         -rm -f $(DESTDIR)$(mandir)/man1/abook.1
413         -rm -f $(DESTDIR)$(mandir)/man5/abookrc.5
414
415 # Tell versions [3.59,3.63) of GNU make to not export all variables.
416 # Otherwise a system limit (for SysV at least) may be exceeded.
417 .NOEXPORT: