#!/usr/bin/cons
#
# Atom-4 networking routines build script.
#
# $Id: Conscript,v 1.1 2003/04/13 12:59:18 hsteoh Exp hsteoh $
#

Import qw( CONS INCDIR LIBDIR );

# Products
Install $CONS $LIBDIR, 'libatomnet.a';
Install $CONS $INCDIR,
	'net.h',
	'server.h';

Library $CONS 'libatomnet.a',
	'net.cc',
	'server.cc';

