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

version 1.7, 1997/05/15 10:12:45 version 1.8, 1997/05/16 07:41:45
Line 19  LINKS = schemas schemasOPERA config Line 19  LINKS = schemas schemasOPERA config
 SUBDIRS = tools tablelib thotlib batch drawlib indexlib thot amaya  SUBDIRS = tools tablelib thotlib batch drawlib indexlib thot amaya
 EXTRA_SUBDIRS= misc  EXTRA_SUBDIRS= misc
   
   prefix = @prefix@
   exec_prefix = @exec_prefix@
   libdir = @libdir@
   bindir = @bindir@
   datadir = @datadir@
   
 srcdir  = $(THOTDIR)  srcdir  = $(THOTDIR)
   
 @SET_MAKE@  @SET_MAKE@
Line 60  install : rebuild Line 66  install : rebuild
           $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \            $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" install ; \
           cd .. ; fi ;done )            cd .. ; fi ;done )
   
   uninstall : 
           @(for dir in $(SUBDIRS) ;\
             do if test -d $$dir ; then cd $$dir ; \
             $(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)" uninstall ; \
             cd .. ; fi ;done )
           $(RM) -rf $(datadir)/thot
   
 update :  update :
         @(cd $(THOTDIR) ; cvs update)          @(cd $(THOTDIR) ; cvs update)
   

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


Webmaster