#
# Generate .c files corresponding to .clu files for compiler
#

# assumes that CLUHOME environment variable is set

# you will want to use "make new" when changing architectures
#	or on initial installation

PCLU = $(CLUHOME)/code/cmp/pclu

all:
	$(PCLU) \#xf cmp.xfile \#co *.clu ; \
	echo " run Makefile in ../code/cmp "

new:
	/bin/rm -f ./cmp.lib ; \
	$(PCLU) \#xf cmp.xfile \#spec *.spc \#spec *.clu \#spec *.clu \
		\#dump cmp.lib \#co *.clu ; \
	echo " run Makefile in ../code/cmp "
