Diff for /Amaya/Makefile.in between versions 1.6 and 1.7

version 1.6, 1997/05/14 08:52:39 version 1.7, 1997/05/15 10:12:45
Line 94  depend depends : rebuild tools/mkdep/mkd Line 94  depend depends : rebuild tools/mkdep/mkd
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" depend ; \            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" depend ; \
           cd .. ; fi ;done )            cd .. ; fi ;done )
   
   bin/cextract :
           @(cd tools/cextract-$(CEXTRACT_VER) ; $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" cextract)
   
   proto : rebuild bin/cextract
           @(for dir in $(SUBDIRS) ;\
             do if test -d $$dir ; then cd $$dir ; \
             $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" proto ; \
             cd .. ; fi ;done )
   
 #  #
 # Rule du rebuild the Thot schemas  # Rule du rebuild the Thot schemas
 #  #

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


Webmaster