#
# icrash_commondefs - contains basic common flags/locations for icrash builds.
# ALL makefiles should include this - so that builds may be done in any
# directory
#
# DEPTH - should be set in the top of each Makefile - it spells the ".."
# path up to top level directory
#
#ident "$Header: "

OBJECT_STYLE=n32
include $(ROOT)/usr/include/make/commondefs

VERSION = 4.0
LCDEFS  = -I. -I -g -I$(ROOT)/usr/include -I$(DEPTH)/include \
		  -DVERSION=\"$(VERSION)\"

