
# This must be defined first

TREETOP = ../../..

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

# Now project specific settings

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

# Last comes the generic lib build stuff

include lib.mk

