Diff for /Amaya/Makefile.in between versions 1.8 and 1.9

version 1.8, 1997/05/16 07:41:45 version 1.9, 1997/05/16 09:59:15
Line 29  srcdir = $(THOTDIR) Line 29  srcdir = $(THOTDIR)
   
 @SET_MAKE@  @SET_MAKE@
   
 default : amaya thot  default : tools thotlib amaya thot
   
 Options:  Options:
         @CP@ Options.orig Options          @CP@ Options.orig Options
   
 force :  force :
   
   tools: rebuild force
           @(if test -d tools ; then cd tools ; \
             $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all ; fi)
   
   thotlib: rebuild force
           @(if test -d thotlib ; then cd thotlib ; \
             $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" all ; fi)
   
 thot: rebuild force  thot: rebuild force
         @(if test -d thot ; then cd thot ; \          @(if test -d thot ; then cd thot ; \
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" thot ; fi)            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" thot ; fi)

Removed from v.1.8  
changed lines
  Added in v.1.9


Webmaster