Diff for /Amaya/Makefile.in between versions 1.60 and 1.61

version 1.60, 2000/09/07 00:00:31 version 1.61, 2000/09/21 15:11:37
Line 15  LIBJPEG = libjpeg Line 15  LIBJPEG = libjpeg
 LIBPNG  = libpng  LIBPNG  = libpng
 LIBZ    = libz  LIBZ    = libz
   
 SUBDIRS = tools thotlib tablelib batch drawlib indexlib amaya thot misc/annotations  SUBDIRS = tools thotlib tablelib batch drawlib indexlib annotlib amaya thot
 EXTRA_SUBDIRS= misc classes javalib pluginlib annotlib  EXTRA_SUBDIRS= misc pluginlib
   
 prefix = @prefix@  prefix = @prefix@
 exec_prefix = @exec_prefix@  exec_prefix = @exec_prefix@
Line 56  thot_prog: rebuild force Line 56  thot_prog: 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)
   
 annotations: rebuild force  
         @(if test -d misc/annotations ; then cd misc/annotations ; \  
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" annotations ; fi)  
   
   
 html2piv: rebuild force  
         @(if test -d amaya ; then cd amaya ; \  
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" html2piv ; 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.60  
changed lines
  Added in v.1.61


Webmaster