version 1.1, 2002/07/24 09:52:10 |
version 1.2, 2002/07/24 10:04:50 |
|
|
* 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-gc6,v 1.1 2002/07/24 09:52:10 noro Exp $ |
*/ |
*/ |
#define RISA_TOP_DIR |
#define RISA_TOP_DIR |
#include "include/Risa.tmpl" |
#include "include/Risa.tmpl" |
Line 100 $(LIBASIR): $(LIBS0) |
|
Line 100 $(LIBASIR): $(LIBS0) |
|
( cd libtmp; $(AR) ../$@ *.o ) |
( cd libtmp; $(AR) ../$@ *.o ) |
$(RANLIB) $@ |
$(RANLIB) $@ |
|
|
$(GLIB): libs/libgc.a parse/gc_risa.o |
$(GLIB): parse/gc_risa.o |
( cd gc; make) |
( cd gc; make) |
-rm gc/libasir-gc.a |
-rm gc/libasir-gc.a |
cp gc/.libs/libgc.a $(GLIB) |
cp gc/.libs/libgc.a $(GLIB) |