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