/*	libcdt.a nmake Makefile
**	Written by Kiem-Phong Vo (03/18/1998)
*/

VERSION = 1.0

.SOURCE : Cdt_p
.INCLUDE: Cdt_p

CCFLAGS = -O

CDT=	dtclose.c dtdisc.c dtextract.c dtflatten.c dthash.c dtlist.c \
	dtmethod.c dtopen.c dtrenew.c dtrestore.c dtsize.c dtstat.c \
	dtstrhash.c dttree.c dtview.c dtwalk.c
CDT_P=	tsearch.c hsearch.c

cdt $(VERSION) :LIBRARY:	$(CDT)

ast_common.h : features/common
	iffe - run features/common > ast_common.h

$(INCLUDEDIR) :INSTALLDIR: cdt.h ast_common.h
