freebsd-dev/gnu/lib/libreadline/Makefile.inc
Andrey A. Chernov f5306c7c0a Upgrade to 4.1
Minor bumped because new function added
2000-03-19 22:26:49 +00:00

14 lines
347 B
Makefile

# $FreeBSD$
SHLIB_MAJOR= 4
SHLIB_MINOR= 1
RL_LIBRARY_VERSION= 4.1
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
.PATH: ${SRCDIR} ${.CURDIR}/..
LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
CFLAGS+= -I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
HISTSRC= history.c histexpand.c histfile.c histsearch.c shell.c