#:ts=8
#
# $Id: Makefile,v 0.22 1994/07/22 09:20:16 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
