Dear Peter, dear "whoever knows about the following"

In src_aldor3 you call $(MNT)/bin/AXIOMsys to generate the dependencies and the .ap files for the Axiom domains.

Furthermore, I find ${OBJ}/bin/depsys in the Makefile stanza

$(aldor_lsp_o_files): $(ALDOR_MNT)/lib/%.o: $(ALDOR_INT)/lsp/%.lsp
        echo LSP->O: $(notdir $@)
@echo '(progn (load "$(OBJ)/interp/foam_l.o") (compile-file "$(filter %.lsp,$^)" :output-file "$@") (bye))' \
                | ${OBJ}/bin/depsys > $(ALDOR_OBJ)/$(notdir $@).log ;
@if test -f $@; then echo "Built $(notdir $@)" ; else cat $(OBJ)/$(SYS)/aldor/build/$(notdir $@).log; false; fi

1) What is the difference between AXIOMsys and depsys?
2) Is it safe to call AXIOMsys instead of depsys?

Ralf


_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to