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

Diff for /OpenXM_contrib2/asir2000/Attic/Imakefile between version 1.9 and 1.11

version 1.9, 2000/07/13 05:08:59 version 1.11, 2000/12/21 03:03:13
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.8 2000/03/10 09:22:37 noro Exp $ */  /*
    * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
    * All rights reserved.
    *
    * $OpenXM: OpenXM_contrib2/asir2000/Imakefile,v 1.10 2000/08/22 01:30:21 noro Exp $
    */
 #define RISA_TOP_DIR  #define RISA_TOP_DIR
 #include "include/Risa.tmpl"  #include "include/Risa.tmpl"
   
Line 34  DEPLIBS = 
Line 39  DEPLIBS = 
 PLIB = parse/libparse.a  PLIB = parse/libparse.a
 GLIB = gc/libasir-gc.a  GLIB = gc/libasir-gc.a
 ELIB = engine/libca.a  ELIB = engine/libca.a
 E27LIB=engine-27/libca-27.a  
 FLIB=fft/libdft.a  FLIB=fft/libdft.a
 ALIB = asm/libasm.a  ALIB = asm/libasm.a
 IOLIB = io/libio.a  IOLIB = io/libio.a
Line 51  PROGRAMS = asir
Line 55  PROGRAMS = asir
 TOBJ = parse/main.o $(FOBJ)  TOBJ = parse/main.o $(FOBJ)
 UOBJ = parse/umain.o $(FOBJ)  UOBJ = parse/umain.o $(FOBJ)
   
 SUBDIRS = engine engine-27 fft asm gc parse builtin io plot lib include  SUBDIRS = engine fft asm gc parse builtin io plot lib include
   
 LIBS0 = $(BLIB) $(PLIB) $(IOLIB) $(PLLIB) $(ELIB) $(E27LIB) $(FLIB) $(ALIB)  LIBS0 = $(BLIB) $(PLIB) $(IOLIB) $(PLLIB) $(ELIB) $(FLIB) $(ALIB)
 LIBS = $(LIBS0) $(GLIB)  LIBS = $(LIBS0) $(GLIB)
 PILIBS = $(IOLIB) $(GLIB) $(ELIB) $(E27LIB) $(FLIB) $(ALIB)  PILIBS = $(IOLIB) $(GLIB) $(ELIB) $(FLIB) $(ALIB)
   
   
 MakeSubdirs($(SUBDIRS))  MakeSubdirs($(SUBDIRS))

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.11

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