Merge [1989] and [1990] from yasm-0.6.x branch: Mkfiles fixes.

svn path=/tags/yasm-0.6.2/; revision=1991
This commit is contained in:
Peter Johnson 2007-09-21 19:19:45 +00:00
parent c19bfa0393
commit a08273be32
4 changed files with 8 additions and 36 deletions

View file

@ -182,16 +182,16 @@ x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: modules/arch/x86/gen_x86_insn.p
-python modules/arch/x86/gen_x86_insn.py
x86insn_nasm.c: x86insn_nasm.gperf genperf
./genperf x86insn_nasm.gperf > $@
./genperf x86insn_nasm.gperf $@
x86insn_gas.c: x86insn_gas.gperf genperf
./genperf x86insn_gas.gperf > $@
./genperf x86insn_gas.gperf $@
x86cpu.c: modules/arch/x86/x86cpu.gperf genperf
./genperf modules/arch/x86/x86cpu.gperf > $@
./genperf modules/arch/x86/x86cpu.gperf $@
x86regtmod.c: modules/arch/x86/x86regtmod.gperf genperf
./genperf modules/arch/x86/x86regtmod.gperf > $@
./genperf modules/arch/x86/x86regtmod.gperf $@
modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c

View file

@ -185,16 +185,16 @@ x86insn_nasm.gperf x86insn_gas.gperf x86insns.c: modules/arch/x86/gen_x86_insn.p
-python modules/arch/x86/gen_x86_insn.py
x86insn_nasm.c: x86insn_nasm.gperf genperf
./genperf x86insn_nasm.gperf > $@
./genperf x86insn_nasm.gperf $@
x86insn_gas.c: x86insn_gas.gperf genperf
./genperf x86insn_gas.gperf > $@
./genperf x86insn_gas.gperf $@
x86cpu.c: modules/arch/x86/x86cpu.gperf genperf
./genperf modules/arch/x86/x86cpu.gperf > $@
./genperf modules/arch/x86/x86cpu.gperf $@
x86regtmod.c: modules/arch/x86/x86regtmod.gperf genperf
./genperf modules/arch/x86/x86regtmod.gperf > $@
./genperf modules/arch/x86/x86regtmod.gperf $@
modules/arch/x86/x86id.c: x86insn_nasm.c x86insn_gas.c x86insns.c

View file

@ -124,18 +124,6 @@
<Filter
Name="arch"
Filter="">
<File
RelativePath="..\..\..\modules\arch\lc3b\lc3barch.c">
</File>
<File
RelativePath="..\..\..\modules\arch\lc3b\lc3barch.h">
</File>
<File
RelativePath="..\..\..\modules\arch\lc3b\lc3bbc.c">
</File>
<File
RelativePath="..\..\..\lc3bid.c">
</File>
<File
RelativePath="..\..\..\modules\arch\x86\x86arch.c">
</File>

View file

@ -329,22 +329,6 @@
<Filter
Name="arch"
>
<File
RelativePath="..\..\..\modules\arch\lc3b\lc3barch.c"
>
</File>
<File
RelativePath="..\..\..\modules\arch\lc3b\lc3barch.h"
>
</File>
<File
RelativePath="..\..\..\modules\arch\lc3b\lc3bbc.c"
>
</File>
<File
RelativePath="..\..\..\lc3bid.c"
>
</File>
<File
RelativePath="..\..\..\modules\arch\x86\x86arch.c"
>