version 1.8, 2001/04/20 07:39:17 |
version 1.9, 2001/06/15 07:56:04 |
|
|
* 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.7 2001/03/19 04:02:03 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/gc/Imakefile,v 1.8 2001/04/20 07:39:17 noro Exp $ |
*/ |
*/ |
#include "../include/Risa.tmpl" |
#include "../include/Risa.tmpl" |
|
|
|
|
mach_dep.o: mips_mach_dep.s |
mach_dep.o: mips_mach_dep.s |
as -n32 -mips3 -o mach_dep.o mips_mach_dep.s |
as -n32 -mips3 -o mach_dep.o mips_mach_dep.s |
#else |
#else |
#if defined(_IBMR2) |
#if defined(_IBMR2) || defined(AIXArchitecture) |
mach_dep.o: rs6000_mach_dep.s |
mach_dep.o: rs6000_mach_dep.s |
as -o mach_dep.o rs6000_mach_dep.s |
as -o mach_dep.o rs6000_mach_dep.s |
#endif |
#endif |