#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
