#:ts=8
#
# $Id: Makefile,v 0.19 1994/01/28 18:54:15 cncl-adm Exp cncl-adm $
#
# Makefile CNCL lib/container
#
TOPDIR	= ../..

include $(TOPDIR)/make.conf



OBJS	= DLObject.o DLList.o DLIterator.o Queue.o QueueFIFO.o\
		  HashDynamic.o HashStatic.o HashTable.o Key.o KeyInt.o KeyString.o\
		  Manager.o


all:	$(OBJS)

lib:
	(cd ..; make lib)

install:
	cp *.h $(includedir)/CNCL

# Common stuff
include $(TOPDIR)/make.common
