diff options
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r-- | src/interp/Makefile.in | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 2192c551..9ab363f5 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -399,6 +399,10 @@ database.date: $(AUTO)/%.$(FASLEXT): %.$(FASLEXT) $(INSTALL) $< $@ +## Translation to Fortran +fortcall.$(FASLEXT): fortcall.boot sys-macros.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + ## HyperDoc bc-solve.$(FASLEXT): bc-solve.boot bc-matrix.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -444,6 +448,9 @@ i-object.$(FASLEXT): i-object.boot sys-macros.$(FASLEXT) format.$(FASLEXT): format.boot macros.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +match.$(FASLEXT): match.boot sys-macros.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + ## Interface with the Aldor compiler. ax.$(FASLEXT): ax.boot as.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -677,11 +684,6 @@ define.clisp: define.boot @ echo 247 making $@ from $< @ echo '(old-boot::boot "define.boot")' | ${DEPSYS} -fortcall.clisp: fortcall.boot - @ echo 55 making $@ from $< - @ echo '(progn (old-boot::boot "fortcall.boot"))' | ${DEPSYS} - - functor.clisp: functor.boot @ echo 254 making $@ from $< @ echo '(old-boot::boot "functor.boot")' | ${DEPSYS} @@ -754,10 +756,6 @@ i-util.clisp: i-util.boot @ echo 325 making $@ from $< @ echo '(old-boot::boot "i-util.boot")' | ${DEPSYS} -match.clisp: match.boot - @ echo 339 making $@ from $< - @ echo '(old-boot::boot "match.boot")' | ${DEPSYS} - modemap.clisp: modemap.boot @ echo 343 making $@ from $< @ echo '(old-boot::boot "modemap.boot")' | ${DEPSYS} |