# Makefile for ~CLU/code/sys/Opt

CLU	= ${CLUHOME}/exe/pclu
LIB_DIR	= ${CLUHOME}/lib
LIBS 	= misc lowlev useful
SYS_CLU = ~CLU/sys/clu

o_files: ${OBJS}

c_files:
	cd ${LIB_DIR}; make libs
	$(CLU)  \#bindir `pwd` \#ext false \#dir ${LIB_DIR} \#me ${LIBS} \
		\#spec _gprof.spc \#dir ${SYS_CLU} 		\
		\#opt time \#cf \#co \*

