[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.6 and 1.7

version 1.6, 2000/08/22 01:30:24 version 1.7, 2001/03/19 04:02:03
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/gc/Imakefile,v 1.5 2000/07/13 05:09:01 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/gc/Imakefile,v 1.6 2000/08/22 01:30:24 noro Exp $
  */   */
 #include "../include/Risa.tmpl"  #include "../include/Risa.tmpl"
   
Line 16  NormalLibraryTarget(asir-gc,$(OBJS))
Line 16  NormalLibraryTarget(asir-gc,$(OBJS))
 DependTarget()  DependTarget()
   
 #if defined(AlphaArchitecture)  #if defined(AlphaArchitecture)
 #if defined(LinuxArchitecture)  mark_rts.o:
 mach_dep.o: alpha_linux_mach_dep.s          $(CC) -c $(CFLAGS) -Wo,-notail mark_rts.c
         as -o mach_dep.o alpha_linux_mach_dep.s  
 #else  
 mach_dep.o: alpha_mach_dep.s  
         as -o mach_dep.o alpha_mach_dep.s  
 #endif  
 mark_roots.o:  
         $(CC) -c $(CFLAGS) -Wo,-notail mark_roots.c  
 #else  #else
 #if defined(mips) || defined(MipsArchitecture)  #if defined(mips) || defined(MipsArchitecture)
 mach_dep.o: mips_mach_dep.s  mach_dep.o: mips_mach_dep.s

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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