Diff for /Amaya/Makefile.in between versions 1.29 and 1.30

version 1.29, 1998/08/18 08:01:08 version 1.30, 1998/08/18 14:46:34
Line 15  LIBJPEG = libjpeg Line 15  LIBJPEG = libjpeg
 LIBPNG  = libpng  LIBPNG  = libpng
 LIBZ    = libz  LIBZ    = libz
   
 SUBDIRS = tools tablelib thotlib batch drawlib indexlib thot amaya pluginlib misc/annotations  SUBDIRS = tools thotlib tablelib batch drawlib indexlib amaya thot misc/annotations
 EXTRA_SUBDIRS= misc classes javalib  EXTRA_SUBDIRS= misc classes javalib
   
 prefix = @prefix@  prefix = @prefix@
Line 28  srcdir = $(THOTDIR) Line 28  srcdir = $(THOTDIR)
   
 @SET_MAKE@  @SET_MAKE@
   
 default : thotlib tools amaya thot  default : tools thotlib tablelib batch amaya thot
   
 Options:  Options:
         @CP@ Options.orig Options          @CP@ Options.orig Options
   
 force :  force :
   
   batch: rebuild force
           @(if test -d batch ; then cd batch ; \
             $(MAKE) CC="$(CC)" CFLAGS="-O" ; fi)
   
 tools: rebuild force  tools: rebuild force
         @(if test -d tools ; then cd tools ; \          @(if test -d tools ; then cd tools ; \
           $(MAKE) CC="$(CC)" CFLAGS="-O" all ; fi)            $(MAKE) CC="$(CC)" CFLAGS="-O" all ; fi)

Removed from v.1.29  
changed lines
  Added in v.1.30


Webmaster