Define the PACKAGE_NAME and PACKAGE_VERSION macros.

This commit is contained in:
Tim Kientzle 2004-07-24 20:45:04 +00:00
parent c91b82e3e5
commit c02f123ff1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132614
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,9 @@
LIB= archive
SHLIB_MAJOR= 1
VERSION= 1.00.000
CFLAGS+= -DPACKAGE_NAME=\"lib${LIB}\"
CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\"
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3

View File

@ -2,6 +2,9 @@
LIB= archive
SHLIB_MAJOR= 1
VERSION= 1.00.000
CFLAGS+= -DPACKAGE_NAME=\"lib${LIB}\"
CFLAGS+= -DPACKAGE_VERSION=\"${VERSION}\"
.if ${MACHINE_ARCH} == "arm"
WARNS?= 3