15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
#ident "$Revision: 1.1 $"
|
|
#
|
|
# library (all versions) commondefs for leaf makefiles
|
|
# This file included by libleafcommondefs
|
|
#
|
|
|
|
# with debug
|
|
LIBRARY_CDEFS=-DDEBUG -UNDEBUG
|
|
LIBRARY_COPTS=-g
|
|
# without debug
|
|
#LIBRARY_CDEFS=-UDEBUG -DNDEBUG
|
|
#LIBRARY_COPTS=-O
|
|
|
|
LIBRARY_CINCS=-I$(TOP)inc
|