#!/usr/bin/cons
#
# Atom-4 general routines build script.
#
# $Id: Conscript,v 1.1 2003/04/06 20:03:51 hsteoh Exp hsteoh $
#

Import qw( CONS INCDIR OBJDIR );

# Products
Install $CONS $INCDIR,
	'event.h';

Install $CONS $OBJDIR,
	'event.o';

Objects $CONS
	'event.cc';

