annotate docs/makefile @ 2772:0a3f4d8ea6d5

Found ENDC in wrong location in dwread.asm and dwwrite.asm. Corrected. Moved the native 6309 code in dwread.asm and dwwrite.asm into the H6309 labeled area and changed IFEQ H6309 to IFNE H6309. Also moved the 57600bps 6809 code to the default location. This change had been done in the old dwread.asm and dwwrite.asm files to make it easier to follow. Though these two files were overwritten from the HDBDOS project dwread.asm and dwwrite.asm files. So this conversion needed to be done again so it made the source easier to follow.
author drencor-xeen
date Wed, 23 Jan 2013 12:36:55 -0600
parents 5738b61c8052
children 9abc463adb1e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1502
5738b61c8052 Updated to rules.mak
boisy
parents: 514
diff changeset
1 include ../rules.mak
514
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
2
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
3 all:
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
4 $(CD) basic09; make
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
5 $(CD) ccguide; make
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
6 $(CD) os9guide; make
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
7 $(CD) os9sysprog; make
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
8
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
9 clean:
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
10 $(CD) basic09; make clean
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
11 $(CD) ccguide; make clean
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
12 $(CD) os9guide; make clean
462779b1bcaf Sprused up Makefiles
boisy
parents:
diff changeset
13 $(CD) os9sysprog; make clean