Diff for /Amaya/amaya/Makefile.math between versions 1.10 and 1.11

version 1.10, 1998/07/27 17:48:27 version 1.11, 1998/08/21 09:04:58
Line 29  amaya_math_schema= compMATH compMATHP co Line 29  amaya_math_schema= compMATH compMATHP co
 #  #
 # Structure schema compilation.  # Structure schema compilation.
 #  #
 compMATH : $(AMAYA)/MathML.STR  compMATH: $(AMAYA)/MathML.STR
 $(AMAYA)/MathML.STR : $(AMAYA)/MathML.S ../bin/str ../bin/prs ../bin/tra  $(AMAYA)/MathML.STR : $(AMAYA)/MathML.S ../bin/str ../bin/prs ../bin/tra
         STR=`pwd`/../bin/str;PRS=`pwd`/../bin/prs;TRA=`pwd`/../bin/tra;\          STR=`pwd`/../bin/str;PRS=`pwd`/../bin/prs;TRA=`pwd`/../bin/tra;\
         cd $(AMAYA); THOTDIR=`pwd`/.. ;export THOTDIR; \          cd $(AMAYA); THOTDIR=`pwd`/.. ;export THOTDIR; \
Line 41  $(AMAYA)/MathML.STR : $(AMAYA)/MathML.S Line 41  $(AMAYA)/MathML.STR : $(AMAYA)/MathML.S
 #  #
 # Presentation schemas compilation  # Presentation schemas compilation
 #  #
 compMATHP : $(AMAYA)/MathMLP.PRS  compMATHP: $(AMAYA)/MathMLP.PRS
 $(AMAYA)/MathMLP.PRS : $(AMAYA)/MathMLP.P ../bin/prs  $(AMAYA)/MathMLP.PRS : $(AMAYA)/MathMLP.P ../bin/prs
         PRS=`pwd`/../bin/prs;\          PRS=`pwd`/../bin/prs;\
         cd $(AMAYA); THOTDIR=`pwd`/.. ;export THOTDIR; \          cd $(AMAYA); THOTDIR=`pwd`/.. ;export THOTDIR; \
Line 50  $(AMAYA)/MathMLP.PRS : $(AMAYA)/MathMLP. Line 50  $(AMAYA)/MathMLP.PRS : $(AMAYA)/MathMLP.
 #  #
 # Traduction schemas compilation  # Traduction schemas compilation
 #  #
 compMATHT : $(AMAYA)/MathMLT.TRA  compMATHT: $(AMAYA)/MathMLT.TRA
 $(AMAYA)/MathMLT.TRA : $(AMAYA)/MathMLT.T ../bin/tra  $(AMAYA)/MathMLT.TRA : $(AMAYA)/MathMLT.T ../bin/tra
         TRA=`pwd`/../bin/tra;\          TRA=`pwd`/../bin/tra;\
         cd $(AMAYA); THOTDIR=`pwd`/.. ;export THOTDIR; \          cd $(AMAYA); THOTDIR=`pwd`/.. ;export THOTDIR; \
Line 60  $(AMAYA)/MathMLT.TRA : $(AMAYA)/MathMLT. Line 60  $(AMAYA)/MathMLT.TRA : $(AMAYA)/MathMLT.
 #  #
 # Interface schemas compilation  # Interface schemas compilation
 #  #
 MathML.h MathMLAPP.c : $(AMAYA)/MathML.STR $(AMAYA)/MathML.A ../bin/app  MathML.h MathMLAPP.c: $(AMAYA)/MathML.STR $(AMAYA)/MathML.A ../bin/app
         (if test "$(AMAYA)" != "" -a "$(AMAYA)" != "." -a \          (if test "$(AMAYA)" != "" -a "$(AMAYA)" != "." -a \
                  "$(AMAYA)" != "../amaya" ; then \                   "$(AMAYA)" != "../amaya" ; then \
             $(CP) $(AMAYA)/MathML.A .  ; \              $(CP) $(AMAYA)/MathML.A .  ; \

Removed from v.1.10  
changed lines
  Added in v.1.11


Webmaster