#:ts=8
#
# $Id: Makefile,v 0.27 1995/01/20 15:13:35 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 QueueLIFO.o QueueRandom.o QueueSPT.o Job.o\
	  PrioQueueFIFO.o Sink.o Stack.o\
	  AVLTree.o AVLNode.o


all:	$(OBJS)

lib:
	(cd ..; make lib)

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

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