X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=Makefile.in;h=bbfc365b9360ff3deada3973d9c431a7734653ce;hb=4128f78f5543bebc7cd1868736855207019f1f71;hp=d89e2f58c4efd8cf78d2f46731eee64004d59ddf;hpb=b72252752db9cad76ab15da63296c2694074d831;p=pkg%2Fabook.git diff --git a/Makefile.in b/Makefile.in index d89e2f5..bbfc365 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am -# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -68,14 +68,19 @@ VERSION = @VERSION@ bin_PROGRAMS = abook -abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c options.c edit.c ldif.c estr.c ui.c getname.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 ui.h getname.h +abook_SOURCES = abook.c database.c filter.c list.c misc.c conff.c \ + options.c edit.c ldif.c ui.c getname.c \ + getopt.c getopt1.c abook_rl.c \ + abook.h database.h filter.h list.h misc.h help.h conff.h \ + options.h edit.h ldif.h abook_curses.h ui.h getname.h \ + getopt.h abook_rl.h -EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc +EXTRA_DIST = ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc abook.spec ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = +CONFIG_CLEAN_FILES = abook.spec PROGRAMS = $(bin_PROGRAMS) @@ -84,7 +89,7 @@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ abook_OBJECTS = abook.o database.o filter.o list.o misc.o conff.o \ -options.o edit.o ldif.o estr.o ui.o getname.o +options.o edit.o ldif.o ui.o getname.o getopt.o getopt1.o abook_rl.o abook_LDADD = $(LDADD) abook_DEPENDENCIES = abook_LDFLAGS = @@ -93,18 +98,19 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CF CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ -Makefile.am Makefile.in NEWS THANKS TODO acconfig.h acinclude.m4 \ -aclocal.m4 config.guess config.h.in config.sub configure configure.in \ -install-sh missing mkinstalldirs +Makefile.am Makefile.in NEWS THANKS TODO abook.spec.in acconfig.h \ +acinclude.m4 aclocal.m4 config.guess config.h.in config.sub configure \ +configure.in install-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best -DEP_FILES = .deps/abook.P .deps/conff.P .deps/database.P .deps/edit.P \ -.deps/estr.P .deps/filter.P .deps/getname.P .deps/ldif.P .deps/list.P \ -.deps/misc.P .deps/options.P .deps/ui.P +DEP_FILES = .deps/abook.P .deps/abook_rl.P .deps/conff.P \ +.deps/database.P .deps/edit.P .deps/filter.P .deps/getname.P \ +.deps/getopt.P .deps/getopt1.P .deps/ldif.P .deps/list.P .deps/misc.P \ +.deps/options.P .deps/ui.P SOURCES = $(abook_SOURCES) OBJECTS = $(abook_OBJECTS) @@ -121,7 +127,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) $(ACLOCAL_M4): configure.in acinclude.m4 cd $(srcdir) && $(ACLOCAL) -config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) +config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) @@ -153,6 +159,8 @@ distclean-hdr: -rm -f config.h maintainer-clean-hdr: +abook.spec: $(top_builddir)/config.status abook.spec.in + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-binPROGRAMS: