Diff for /Amaya/amaya/Makefile.math between versions 1.6 and 1.7

version 1.6, 1997/09/04 14:16:46 version 1.7, 1997/09/12 16:11:16
Line 28  amaya_math_schema : compMATH compMATHP c Line 28  amaya_math_schema : compMATH compMATHP c
 # Structure schema compilation.  # Structure schema compilation.
 #  #
 compMATH : $(AMAYA)/MathML.STR  compMATH : $(AMAYA)/MathML.STR
 $(AMAYA)/MathML.STR : $(AMAYA)/MathML.S  $(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; \
         $$STR $(ALL_AMAYA_OPTIONS) MathML ; \          $$STR $(ALL_AMAYA_OPTIONS) MathML ; \
Line 39  $(AMAYA)/MathML.STR : $(AMAYA)/MathML.S Line 39  $(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  $(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; \
         $$PRS $(ALL_AMAYA_OPTIONS) MathMLP          $$PRS $(ALL_AMAYA_OPTIONS) MathMLP
Line 48  $(AMAYA)/MathMLP.PRS : $(AMAYA)/MathMLP. Line 48  $(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  $(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; \
         $$TRA $(ALL_AMAYA_OPTIONS) MathMLT          $$TRA $(ALL_AMAYA_OPTIONS) MathMLT
Line 56  $(AMAYA)/MathMLT.TRA : $(AMAYA)/MathMLT. Line 56  $(AMAYA)/MathMLT.TRA : $(AMAYA)/MathMLT.
 #  #
 # Interface schemas compilation  # Interface schemas compilation
 #  #
 MathML.h MathMLAPP.c : $(AMAYA)/MathML.STR $(AMAYA)/MathML.A  MathML.h MathMLAPP.c : $(AMAYA)/MathML.STR $(AMAYA)/MathML.A ../bin/app
         (if test "$(AMAYA)" != "" -a "$(AMAYA)" != "." ; then \          (if test "$(AMAYA)" != "" -a "$(AMAYA)" != "." -a \
                    "$(AMAYA)" != "../amaya" ; then \
             $(CP) $(AMAYA)/MathML.A .  ; \              $(CP) $(AMAYA)/MathML.A .  ; \
             $(CP) $(AMAYA)/MathML.STR .  ; \              $(CP) $(AMAYA)/MathML.STR .  ; \
         fi)          fi)

Removed from v.1.6  
changed lines
  Added in v.1.7


Webmaster