Re-worked the makefiles and includes to target z80 and gbz80 as well
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 11 Jul 2001 02:49:31 +0000 (02:49 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 11 Jul 2001 02:49:31 +0000 (02:49 +0000)
commit1dc186b793ade0a904f642c0cb497c418009cd34
tree4d9f6cf505fce5fcb9672c1b08595f296ebbaa70
parent238134186c7dfc7fa07e8ec35650f03086d17104
Re-worked the makefiles and includes to target z80 and gbz80 as well

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1051 4a8a32a2-be11-0410-ad9d-d568d2c75423
19 files changed:
device/include/Makefile.in
device/include/asm/default/features.h [new file with mode: 0644]
device/include/asm/gbz80/features.h [new file with mode: 0644]
device/include/asm/z80/features.h [new file with mode: 0644]
device/include/ctype.h
device/include/sdcc-lib.h [new file with mode: 0644]
device/include/stdarg.h
device/include/stdio.h
device/lib/Makefile.in
device/lib/clean.mk
device/lib/ds390/Makefile
device/lib/gbz80/Makefile
device/lib/printf_large.c
device/lib/time.c
device/lib/z80/Makefile
device/lib/z80/crt0.s
device/lib/z80/div.s
device/lib/z80/mul.s
device/lib/z80/putchar.s