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

Diff for /OpenXM_contrib2/asir2000/gc/Attic/Imakefile between version 1.2 and 1.3

version 1.2, 2000/02/07 07:19:59 version 1.3, 2000/03/10 03:05:01
Line 1 
Line 1 
 /* $OpenXM: OpenXM_contrib2/asir2000/gc/Imakefile,v 1.1.1.1 1999/12/03 07:39:09 noro Exp $ */  /* $OpenXM: OpenXM_contrib2/asir2000/gc/Imakefile,v 1.2 2000/02/07 07:19:59 noro Exp $ */
 #include "../include/Risa.tmpl"  #include "../include/Risa.tmpl"
   
 CFLAGS= $(DEFINES) $(CDEBUGFLAGS) -DSILENT -DLARGE_CONFIG -DHEAP_START_ADDR=0x$(HEAP_START_ADDR)  CFLAGS= $(DEFINES) $(CDEBUGFLAGS) -DSILENT -DLARGE_CONFIG -DHEAP_START_ADDR=0x$(HEAP_START_ADDR)
Line 36  mach_dep.o: mach_dep.c
Line 36  mach_dep.o: mach_dep.c
 #endif  #endif
   
 os_dep.o: $(TOP)/include/Risa.tmpl  os_dep.o: $(TOP)/include/Risa.tmpl
   
   install-include::
           MakeDir($(GC_INCDIR))
           -$(CP) gc*.h $(GC_INCDIR)
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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