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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to