# Makefile for ~CLU/code/sys/Opt

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

o_files: ${OBJS}

c_files:
	cd ${LIB_DIR}; make libs
	$(CLU)  \#bindir `pwd` \#ext false \#dir ${LIB_DIR} \#me ${LIBS} \
		\#ce ${LIB_DIR}/gcd.equ \
		\#spec _host_address.spc _all_dir_entries_.spc \
		\#dir ${LIB_CLU} 		\
		\#spec gc_read \
		\#opt time \#cf \#co \*

