[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/Attic/Imakefile between version 1.21 and 1.22

version 1.21, 2002/07/26 00:33:01 version 1.22, 2002/07/26 10:34:25
Line 2 
Line 2 
  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED   * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
  * All rights reserved.   * All rights reserved.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.20 2002/07/25 04:47:40 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.21 2002/07/26 00:33:01 noro Exp $
  */   */
 #define RISA_TOP_DIR  #define RISA_TOP_DIR
 #include "include/Risa.tmpl"  #include "include/Risa.tmpl"
Line 165  install-doc::
Line 165  install-doc::
 install-include::  install-include::
         (cd include; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)          (cd include; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)
         (cd parse; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)          (cd parse; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)
         (cd gc5.3; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)          MakeDir($(GC_INCDIR))
           -$(CP) gc/include//**/*.h $(GC_INCDIR)
           MakeDir($(GC_INCDIR)/private)
           -$(CP) gc/include/private//**/*.h $(GC_INCDIR)/private
   
 clean::  clean::
         $(RM) -r libtmp $(LIBRARIES)          $(RM) -r libtmp $(LIBRARIES)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>