Diff for /Amaya/Makefile.in between versions 1.23 and 1.24

version 1.23, 1997/10/08 08:08:44 version 1.24, 1998/01/15 12:03:38
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  SUBDIRS = tools tablelib thotlib batch drawlib indexlib thot amaya misc/annotations
 EXTRA_SUBDIRS= misc classes javalib  EXTRA_SUBDIRS= misc classes javalib
   
 prefix = @prefix@  prefix = @prefix@
Line 47  thot: rebuild force Line 47  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)
   
   annotations: rebuild force
           @(if test -d misc/annotations ; then cd misc/annotations ; \
             $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" annotations ; fi)
   
   
 html2piv: rebuild force  html2piv: rebuild force
         @(if test -d amaya ; then cd amaya ; \          @(if test -d amaya ; then cd amaya ; \
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" html2piv ; fi)            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" html2piv ; fi)

Removed from v.1.23  
changed lines
  Added in v.1.24


Webmaster