#:ts=8
#
# $Id: Makefile,v 0.30 1995/08/22 20:52:17 steppler Exp $
#
# Makefile CNCL lib/events
#
TOPDIR	= ../..

include $(TOPDIR)/make.conf

FILES = Event.c Event.h EventBaseSched.c EventBaseSched.h \
	EventExploder.c EventExploder.h EventHIterator.c EventHIterator.h \
	EventHandler.c EventHandler.h EventHeapSched.c EventHeapSched.h \
	EventIterator.c EventIterator.h EventLIterator.c EventLIterator.h \
	EventList.c EventList.h EventScheduler.c EventScheduler.h Makefile \
	SimTime.c SimTime.h sim.h

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
