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

Diff for /OpenXM_contrib2/asir2000/Attic/Imakefile between version 1.15 and 1.16

version 1.15, 2000/12/26 05:17:46 version 1.16, 2001/04/20 10:34:41
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: OpenXM_contrib2/asir2000/Imakefile,v 1.15 2000/12/26 05:17:46 noro Exp $
  */   */
 #define RISA_TOP_DIR  #define RISA_TOP_DIR
 #include "include/Risa.tmpl"  #include "include/Risa.tmpl"
Line 41  DEPLIBS = 
Line 41  DEPLIBS = 
 #endif  #endif
   
 PLIB = parse/libparse.a  PLIB = parse/libparse.a
 GLIB = gc/libasir-gc.a  GLIB = gc5.3/libasir-gc.a
 ELIB = engine/libca.a  ELIB = engine/libca.a
 FLIB=fft/libdft.a  FLIB=fft/libdft.a
 ALIB = asm/libasm.a  ALIB = asm/libasm.a
Line 59  PROGRAMS = asir
Line 59  PROGRAMS = asir
 TOBJ = parse/main.o $(FOBJ)  TOBJ = parse/main.o $(FOBJ)
 UOBJ = parse/umain.o $(FOBJ)  UOBJ = parse/umain.o $(FOBJ)
   
 SUBDIRS = engine fft asm gc parse builtin io plot lib include  SUBDIRS = engine fft asm gc5.3 parse builtin io plot lib include
   
 LIBS0 = $(BLIB) $(PLIB) $(IOLIB) $(PLLIB) $(ELIB) $(FLIB) $(ALIB)  LIBS0 = $(BLIB) $(PLIB) $(IOLIB) $(PLLIB) $(ELIB) $(FLIB) $(ALIB)
 LIBS = $(LIBS0) $(GLIB)  LIBS = $(LIBS0) $(GLIB)
Line 141  install-doc::
Line 141  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 gc; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)          (cd gc5.3; make ASIR_LIBDIR=$(ASIR_LIBDIR) install-include)
   
 clean::  clean::
         $(RM) -r libtmp $(LIBRARIES)          $(RM) -r libtmp $(LIBRARIES)

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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