Diff for /Amaya/Makefile.in between versions 1.86 and 1.87

version 1.86, 2003/03/21 15:26:55 version 1.87, 2003/04/22 14:34:14
Line 33  default : tools thotlib tablelib batch a Line 33  default : tools thotlib tablelib batch a
   
 amaya : amaya_prog tools thotlib tablelib @PRINTIFNOTGL@  amaya : amaya_prog tools thotlib tablelib @PRINTIFNOTGL@
   
 print : tools thotlib tablelib print_prog  @NOPRINT@print : tools thotlib tablelib print_prog
   
 Options:  Options:
         @CP@ Options.orig Options          @CP@ Options.orig Options
Line 56  amaya_prog: rebuild force bin/str Line 56  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)
   
 print_prog: rebuild force bin/str  @NOPRINT@print_prog: rebuild force bin/str
         @(if test -d thotlib ; then cd thotlib ; \  @NOPRINT@       @(if test -d thotlib ; then cd thotlib ; \
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" print ; fi)  @NOPRINT@         $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" print ; fi)
   
 misc: rebuild force  misc: rebuild force
         @(if test -d misc ; then cd misc ; \          @(if test -d misc ; then cd misc ; \

Removed from v.1.86  
changed lines
  Added in v.1.87


Webmaster