Diff for /Amaya/Makefile.in between versions 1.123 and 1.124

version 1.123, 2007/02/27 08:48:23 version 1.124, 2007/03/22 13:05:58
Line 15  LIBWWW    = libwww Line 15  LIBWWW    = libwww
 REDLAND    = redland  REDLAND    = redland
   
 #MKP: adding davlib  #MKP: adding davlib
 SUBDIRS = @SUBDIRS@ tools thotlib batch drawlib indexlib annotlib amaya thot @DAVDIR@  SUBDIRS = @SUBDIRS@ tools thotlib batch annotlib @DAVDIR@ amaya
 EXTRA_SUBDIRS= misc $(REDLAND) $(LIBWWW) $(WX_BUILDDIR) $(GL_BUILDDIR)  EXTRA_SUBDIRS= $(REDLAND) $(LIBWWW) $(WX_BUILDDIR) $(GL_BUILDDIR)
   
 prefix = @prefix@  prefix = @prefix@
 exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
Line 27  srcdir = $(THOTDIR) Line 27  srcdir = $(THOTDIR)
   
 default : tools gl @BUILDWXWIDGETS@ thotlib batch amaya_prog print_prog  default : tools gl @BUILDWXWIDGETS@ thotlib batch amaya_prog print_prog
   
 amaya : amaya_prog tools thotlib print_prog  amaya : tools thotlib amaya_prog print_prog
   
 print : tools thotlib print_prog  print : tools thotlib print_prog
   
Line 64  print_prog: rebuild force bin/str Line 64  print_prog: rebuild force bin/str
         @(if test -d thotlib ; then cd thotlib ; \          @(if test -d thotlib ; then cd thotlib ; \
   $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" print ; fi)    $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" print ; fi)
   
 misc: rebuild force  
         @(if test -d misc ; then cd misc ; \  
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" all ; fi)  
   
 all : rebuild  all : rebuild
         @(for dir in $(SUBDIRS) ;\          @(for dir in $(EXTRA_SUBDIRS) $(SUBDIRS) ;\
           do if test -d $$dir ; then cd $$dir ; \            do if test -d $$dir ; then cd $$dir ; \
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" all ; \            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" all ; \
           cd .. ; fi ;done )            cd .. ; fi ;done )
Line 109  update : Line 105  update :
 commit :  commit :
         @(cd $(THOTDIR) ; cvs commit)          @(cd $(THOTDIR) ; cvs commit)
   
 stubs:  
         @(cd javalib ; $(MAKE) stubs)  
   
 classes: force  
         @(PWD=`pwd` ; PATH="$$PWD/bin:$$PATH" ; export PATH ; \  
           if test -d $$PWD/$(THOTDIR) ; then CLASSES=$$PWD/$(THOTDIR)/classes;\  
           else CLASSES=$(THOTDIR)/classes ; fi ; \  
           CLASSPATH=".:$$CLASSES:$$CLASSES/classes.zip:$$CLASSES/thotlib.zip:$$CLASSES/jigsaw.zip:$$CLASSES/amaya.zip:$$CLASSES/biss.zip";export CLASSPATH;\  
           cd $(THOTDIR)/classes ; $(MAKE) )  
   
 zips: force  
         @(cd javalib ;  $(MAKE) zips);  
   
 #       @(PWD=`pwd` ; PATH="$$PWD/bin:$$PATH" ; export PATH ; \  #       @(PWD=`pwd` ; PATH="$$PWD/bin:$$PATH" ; export PATH ; \
 #         if test -d $$PWD/$(THOTDIR) ; then CLASSES=$$PWD/$(THOTDIR)/classes;\  #         if test -d $$PWD/$(THOTDIR) ; then CLASSES=$$PWD/$(THOTDIR)/classes;\
 #         else CLASSES=$(THOTDIR)/classes ; fi ; \  #         else CLASSES=$(THOTDIR)/classes ; fi ; \
Line 152  mkid : Line 135  mkid :
         @(cd $(THOTDIR); mkid --lang-map=makes/id-lang.map . classes/org/w3c/*)          @(cd $(THOTDIR); mkid --lang-map=makes/id-lang.map . classes/org/w3c/*)
   
 #  #
 # Rule du rebuild the Thot schemas  
 #  
   
 bin/str : force  
         @(cd batch ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" str prs tra printstr)  
   
 schemas : rebuild bin/str  
         @(bindir=`pwd`/bin ; cd $(THOTDIR)/schemas ; \  
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" CXX="$(CXX)" CXXFLAGS="$(CXXFLAGS)" THOTDIR=".." THOTSCH="../schemas:../schemasOPERA" \  
           COMPSCH="."  COMPSTR="$$bindir/str" COMPPRS="$$bindir/prs" \  
           COMPTRA="$$bindir/tra" PRINTSTR="$$bindir/printstr" all)  
   
 #  
 # Rules to rebuild the libWWW package  # Rules to rebuild the libWWW package
 #  #
   

Removed from v.1.123  
changed lines
  Added in v.1.124


Webmaster