
# This must be defined first

TREETOP = ../../..

include $(TREETOP)/mal/make/global.mk

# Now project specific settings

LIBNAME = xmlparse
DSPFILE = xmlparse.dsp
EXTRA_CFLAGS = -O2 -g -Wall
IFLAGS = -I../xmltok

# Last comes the generic lib build stuff

include $(TREETOP)/mal/make/lib.mk

