rpm/Makefile.inc.in

26 lines
657 B
PHP

topdir=@topdir@
topsrcdir=@topsrcdir@
CPP = @CPP@
prefix= @prefix@
exec_prefix = @exec_prefix@
libdir= @libdir@
AR = ar
RANLIB = @RANLIB@
OPTS = @DEFS@
RPMCONFIGDIR=@RPMCONFIGDIR@
FINDPROVIDES=$(RPMCONFIGDIR)/find-provides
FINDREQUIRES=$(RPMCONFIGDIR)/find-requires
LIBRPMRC_FILENAME=$(RPMCONFIGDIR)/rpmrc
LIBRPMALIAS_FILENAME=$(RPMCONFIGDIR)/rpmpopt
MACROFILES=$(RPMCONFIGDIR)/macros
RPMNLSDIR=@datadir@/locale
RPMNLSPACKAGE=rpm
CFLAGS = -I$(topdir) -I$(topsrcdir) @CFLAGS@ @INCPATH@ $(OPTS) \
-I$(topsrcdir)/lib -I$(topsrcdir)/misc
LDFLAGS = @LDFLAGS@ -L$(topdir)/lib -L$(topdir)/build -L$(topdir)/misc \
-L$(topdir)/popt
VERSION = 2.90
CC = @CC@