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

include $(TOPDIR)/make.conf

FILES = Makefile PArrayObject.c PArrayObject.h PDLList.c PDLList.h \
	PDouble.c PDouble.h PIO.c PIO.h PInt.c PInt.h PObjectID.c PObjectID.h \
	PString.c PString.h Piostream.c Piostream.h Pstream.c Pstream.h \
	ReaderTbl.c ReaderTbl.h

OBJS	= PArrayObject.o PDLList.o PDouble.o PIO.o PInt.o PString.o\
	  Piostream.o Pstream.o ReaderTbl.o PObjectID.o


all: 	$(OBJS)

lib:
	(cd ..; make lib)

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

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