#:ts=8
#
# $Id: Makefile,v 0.31 1996-04-24 18:01:24+02 steppler Exp $
#
# Makefile CNCL lib/misc
#
TOPDIR	= ../..

include $(TOPDIR)/make.conf

FILES = Coord.c Coord.h Double.c Double.h FormFloat.c FormFloat.h \
	FormInt.c FormInt.h GetOpt.c GetOpt.h ICoord.c ICoord.h IniFile.c \
	IniFile.h Int.c Int.h Makefile Named.c Named.h Ptr.c Ptr.h Ref.c Ref.h \
	RefNamed.c RefNamed.h RefObj.c RefObj.h String.c String.h ParseArgs.h \
	ParseArgs.c

OBJS	= Coord.o ICoord.o String.o Named.o FormInt.o FormFloat.o \
          Int.o Double.o GetOpt.o IniFile.o \
	  Ref.o RefObj.o RefNamed.o Ptr.o ParseArgs.o


all: 	$(OBJS)

lib:
	(cd ..; make lib)

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

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