3 # this is where the merge and the rest of AKCL is
7 bin
/fix-path
doc
/macsym-index.LISP
${MAXDIR}
8 bin
/fix-path src
/macdes.lisp
${MAXDIR}
9 bin
/fix-path
doc
/maxima.l
${MAXDIR}
12 if [ -f ${KCLDIR}/merge
]
14 echo "MAXDIR = ${MAXDIR}" > Makedefs
15 echo "KCLDO = ${KCLDIR}/o/" >> Makedefs
16 echo "KCLDLSP = ${KCLDIR}/lsp/" >> Makedefs
17 echo "KCLDCMP = ${KCLDIR}/cmpnew/" >> Makedefs
18 echo "MAXSRC = ../src/" >> Makedefs
19 cat ${KCLDIR}/makedefs
>> Makedefs
21 echo "KCLDIR = ${KCLDIR}" >> Makedefs
22 # if you need to add additional items FOO to each makefile
23 # on the next line put "echo FOO >> Makedefs "
24 for v
in makefile src
/makefile c
/makefile unixport
/makefile
doc
/makefile
;
26 echo bin
/add-defs
${KCLDIR} Makedefs
$v
27 bin
/add-defs
${KCLDIR} Makedefs
$v
30 echo cant
find kcl
/merge
31 echo edit bin
/add-all-defs To give KCLDIR where it resides