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 04:49:18 +05:30
2010-08-23 01:35:11 +05:30
.DEFAULT:
${SED} -n -e 's/^VERSION=[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1${GITVER}\"/p' ../../Makefile > version.h
2009-10-08 04:49:18 +05:30
SED_EXTRA= -e 's:@VERSION@:${VERSION}:g'
MK= ../mk
include ../Makefile.inc
include ${MK}/scripts.mk