XCOMM Imakefile,v 1.2 1994/05/27 05:47:41 me Exp
XCOMM
XCOMM USE THIS IMAKEFILE FOR TESTING.
XCOMM
XCOMM As per convention, this makefile will create a stand-alone version
XCOMM of the trie parser section of the emu widget for testing purposes.


INCLUDES = -I. -I.. -I../tty -I../../include
LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
DEPLIBS = $(DEPXTOOLIB) $(DEPXLIB)

XCOMM use -DMALLOC_TEST to see what's going on with mallocing. Needs TRIE_TESTING.

DEFINES = -DTRIE_ARG_CHECKING

XCOMM Currently not used.
TEST_SRCS= try.c trie_aux.c
TEST_OBJS= try.c trie_aux.c

SRCS = parser.c parse_dumb.c parse_hemu.c iops.c trie.c new.c destroy.c
OBJS = parser.o parse_dumb.o parse_hemu.o iops.o trie.o new.o destroy.o

NormalLibraryTarget(parser,$(OBJS))
DependTarget()
