X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=Makefile.in;h=353f98352372e7111a3b48c4839c0128cc4fbd75;hb=548845673bdbe52a3cb2d7c6c2818d3202fffcba;hp=30d009c59e0dec2e229dd77abb4d3688bcb2988e;hpb=4501dbfd29a28bc5291e9ed7401a19b52b52861c;p=pkg%2Fabook.git diff --git a/Makefile.in b/Makefile.in index 30d009c..353f983 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,7 +68,12 @@ 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 getopt.c getopt1.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 getopt.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 @@ -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 getopt.o getopt1.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 = @@ -100,12 +105,12 @@ 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/getopt.P \ -.deps/getopt1.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) @@ -122,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)