#:ts=8
#
# $Id: Makefile,v 0.27 1995/01/20 15:14:33 cncl-adm Exp cncl-adm $
#
# Makefile CNCL lib/events
#
TOPDIR	= ../..

include $(TOPDIR)/make.conf



OBJS	= Event.o EventHandler.o SimTime.o EventScheduler.o EventList.o\
	EventBaseSched.o EventHeapSched.o EventExploder.o\
	EventIterator.o EventLIterator.o EventHIterator.o


all:	$(OBJS)

lib:
	(cd ..; make lib)

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

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