|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Fri Apr 22 16:43:51 CEST 2005
Subject: [openrisc] [or1ksim #74] Makefile fix
Hi,Changelog says it all. ChangeLog: * Building op.S and op.o depend on op_t_reg_mov_op.h * Clean generated files produced by the recompiler
nog. -------------- next part -------------- diff -uPr --unidirectional-new-file ./cpu/or32/Makefile.am /home/nog/or1ksim-ac/cpu/or32/Makefile.am --- ./cpu/or32/Makefile.am 2005-03-31 16:28:03.000000000 +0200 +++ /home/nog/or1ksim-ac/cpu/or32/Makefile.am 2005-04-21 19:33:53.000000000 +0200 @@ -33,12 +33,12 @@ OP_CFLAGS=-Wall -fomit-frame-pointer -fno-reorder-blocks -O2 -op.S: op.c op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h +op.S: op.c op_t_reg_mov_op.h op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h $(CC) $(INCLUDES) $(OP_CFLAGS) -o $@ -S $< gen_ops.h gen_ops.c gen_ops_gen.c gen_ops_rel.c: dyngen op.o -op.o: op.c op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h +op.o: op.c op_t_reg_mov_op.h op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h $(CC) $(INCLUDES) $(OP_CFLAGS) -o $@ -c $< gen_ops.h gen_ops.c gen_ops_gen.c gen_ops_rel.c: dyngen op.o @@ -66,4 +66,4 @@ # If the simulator was first built without --enable-simple and then with it, # then also remove these two files -CLEANFILES=execgen.c generate +CLEANFILES=execgen.c generate gen_ops.c gen_ops.h gen_ops_rel.c gen_ops_gen.c
|
 |