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

include $(TOPDIR)/make.conf

FILES = Makefile Pipe.c Pipe.h Select.c Select.h

OBJS	= Pipe.o Select.o


all: 	$(OBJS)

lib:
	(cd ..; make lib)

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

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