changed to use autoconf

CVS patchset: 960
CVS date: 1996/08/19 17:07:07
This commit is contained in:
ewt 1996-08-19 17:07:07 +00:00
parent 623fd34b97
commit 22bf5cae6d
3 changed files with 24 additions and 1 deletions

View File

@ -1,6 +1,14 @@
CC = @CC@
CPP = @CPP@
srcdir = @srcdir@
VPATH = $(srcdir)
LIBOBJECTS = spec.o vspec.o build.o files.o names.o pack.o myftw.o reqprov.o
LIBBUILD = libbuild.a
LOADLIBES = -lrpm $(LIBEFENCE)
AR = ar r
RANLIB = ranlib
# -----------------------------------------------------------------------

View File

@ -1,3 +1,13 @@
CC = @CC@
CPP = @CPP@
srcdir = @srcdir@
VPATH = $(srcdir)
INSTALL= @INSTALL@
INSTALL_PROGRAM= @INSTALL_PROGRAM@
INSTALL_DATA= @INSTALL_DATA@
CATALOGS = se.mo fr.mo
POTFILES = ../rpm.c

View File

@ -1,6 +1,11 @@
### These are variables meant to be exported
CC = @CC@
CPP = @CPP@
srcdir = @srcdir@
VPATH = $(srcdir)
PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb
LOADLIBES = @LIBS@ @ZLIB@
ifeq (.depend,$(wildcard .depend))
TARGET=everything