Diff for /Amaya/Makefile.in between versions 1.63 and 1.64

version 1.63, 2000/12/22 16:47:51 version 1.64, 2001/04/02 11:15:13
Line 29  srcdir = $(THOTDIR) Line 29  srcdir = $(THOTDIR)
   
 default : tools thotlib tablelib batch amaya_prog thot_prog print_prog  default : tools thotlib tablelib batch amaya_prog thot_prog print_prog
   
 thot : tools thotlib tablelib thot_prog  
   
 amaya : tools thotlib tablelib amaya_prog  amaya : tools thotlib tablelib amaya_prog
   
 print : tools thotlib tablelib print_prog  print : tools thotlib tablelib print_prog
Line 52  thotlib: rebuild force Line 50  thotlib: rebuild force
         @(if test -d thotlib ; then cd thotlib ; \          @(if test -d thotlib ; then cd thotlib ; \
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all ; fi)            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all ; fi)
   
 thot_prog: rebuild force  
         @(if test -d thot ; then cd thot ; \  
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" thot ; fi)  
   
 amaya_prog: rebuild force bin/str  amaya_prog: rebuild force bin/str
         @(if test -d amaya ; then cd amaya ; \          @(if test -d amaya ; then cd amaya ; \
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" amaya ; fi)            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" amaya ; fi)

Removed from v.1.63  
changed lines
  Added in v.1.64


Webmaster