11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
#ident "$Header: "
|
|
#
|
|
# Common options for all klib libraries that get included in the the
|
|
# librarydefs file.
|
|
#
|
|
|
|
VERSION=1.0
|
|
LIBRARY_COPTS=-g -DVERSION=\"$(VERSION)\"
|
|
LIBRARY_CDEFS=-DALLOC_DEBUG
|
|
LIBRARY_ASDEFS=-DALLOC_DEBUG
|