openrc/pkgconfig/Makefile

13 lines
308 B
Makefile
Raw Normal View History

DIR= ${PKGCONFIGDIR}
SRCS= einfo.pc.in openrc.pc.in
INC= einfo.pc openrc.pc
2009-10-08 00:19:18 +01:00
2010-08-22 15:05:11 -05:00
.DEFAULT:
${SED} -n -e 's/^VERSION=[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1${GITVER}\"/p' ../../Makefile > version.h
2009-10-08 00:19:18 +01:00
SED_EXTRA= -e 's:@VERSION@:${VERSION}:g'
MK= ../mk
include ../Makefile.inc
include ${MK}/scripts.mk