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

include $(TOPDIR)/make.conf



OBJS	= SimTime.o Event.o EventList.o EventHandler.o EventScheduler.o



all: 	$(OBJS)

lib:
	(cd ..; make lib)

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

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