; this is a script for the amiga using Lattice C.
; if you just installed sources with unpacker,
; "execute alinstal" first to set up switches.h and makefiles
;
copy lib/almakefile lib/makefile
copy lib/alswitches.h lib/switches.h
cd app
copy adagio/almakefile adagio/makefile
copy conduct/almakefile conduct/makefile
copy crn/almakefile crn/makefile
copy exget/almakefile exget/makefile
copy exput/almakefile exput/makefile
copy mm/almakefile mm/makefile
copy test/almakefile test/makefile
copy template/almakefile template/makefile
copy util/almakefile util/makefile
copy contrib/smqdemo/almakefile contrib/smqdemo/makefile
copy contrib/Cascades/source/almakefile contrib/Cascades/source/makefile
cd /
echo "type 'execute al/almake' to compile CMT"
