de88aff0a8
The libeinfo library has no consumers other than OpenRC, so there is no reason for it to be maintained as a library. The einfo routines are now an object that links with the rc binary.
13 lines
291 B
Makefile
13 lines
291 B
Makefile
DIR= ${LIBDIR}/pkgconfig
|
|
SRCS= openrc.pc.in
|
|
INC= openrc.pc
|
|
|
|
.DEFAULT:
|
|
${SED} -n -e 's/^VERSION=[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1${GITVER}\"/p' ../../Makefile > version.h
|
|
|
|
SED_EXTRA= -e 's:@VERSION@:${VERSION}:g'
|
|
|
|
MK= ../mk
|
|
include ../Makefile.inc
|
|
include ${MK}/scripts.mk
|