axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] AXIOMsys vs depsys


From: Ralf Hemmecke
Subject: [Axiom-developer] AXIOMsys vs depsys
Date: Fri, 01 Aug 2008 01:03:20 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]