r4461@vps: verhaegs | 2007-04-17 15:30:24 -0400
commitbcb399237d70dc9a1eaf8bc7be6fc7660abdf383
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 17 Apr 2007 20:28:01 +0000 (17 20:28 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 17 Apr 2007 20:28:01 +0000 (17 20:28 +0000)
tree01824d8a7c536beaab6c1703b1f15ddbf8505571
parent0f6fb826613b1629e3d0f7c61ccb4dea8be93d6a
 r4461@vps:  verhaegs | 2007-04-17 15:30:24 -0400
 - Renamed include/machine.h files to include/$(CPU)/cpu.h
 - Replace in the code #include <aros/machine.h> with #include <aros/cpu.h>
 - Try to put all include files in arch/$(CPU)-$(ARCH)/include source directory
 - For i386 keep only one cpu.h file

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@25841 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
20 files changed:
arch/i386-all/include/aros/i386/cpu.h [moved from arch/i386-pc/include/aros/machine.h with 100% similarity]
arch/i386-all/include/jmpdefs.h [moved from arch/i386-all/jmpdefs.h with 100% similarity]
arch/i386-all/include/mmakefile.src [new file with mode: 0644]
arch/i386-all/machine.h [deleted file]
arch/i386-all/mmakefile.src
arch/i386-pc/include/mmakefile.src
arch/i386-pc/mmakefile.src
arch/m68k-mac/include/aros/m68k/cpu.h [moved from arch/m68k-mac/include/aros/machine.h with 100% similarity]
arch/m68k-mac/include/mmakefile.src
arch/ppc-all/include/aros/ppc/cpu.h [moved from arch/ppc-all/include/machine.h with 100% similarity]
arch/ppc-all/include/mmakefile.src
arch/x86_64-all/include/aros/x86_64/cpu.h [moved from arch/x86_64-all/machine.h with 100% similarity]
arch/x86_64-all/include/jmpdefs.h [moved from arch/x86_64-all/jmpdefs.h with 100% similarity]
arch/x86_64-all/include/mmakefile.src [new file with mode: 0644]
arch/x86_64-all/mmakefile.src
compiler/clib/stubs/mmakefile.src
compiler/include/aros/cpu.h
tools/MetaMake/config.h.in
tools/genmodule/Makefile.deps
tools/genmodule/writestubs.c