comparison 3rdparty/packages/sierra/christmas86/makefile @ 2494:98e7cb7b3dda

Prevents RS-232 bit at $FF20 from being toggled. RG
author robertgault
date Sun, 04 Apr 2010 02:17:24 +0000
parents d096a278e068
children 0fe5a04e9d0c
comparison
equal deleted inserted replaced
2493:9440c9fcf5e9 2494:98e7cb7b3dda
1 ifndef NITROS9DIR
2 NITROS9DIR = $(HOME)/nitros9
3 endif
1 include $(NITROS9DIR)/rules.mak 4 include $(NITROS9DIR)/rules.mak
2 5
3 vpath %.asm ../objs_lsl 6 vpath %.asm ../objs_lsl
4 7
5 DEPENDS = ./makefile 8 DEPENDS = ./makefile
68 $(CP) shell $@,CMDS 71 $(CP) shell $@,CMDS
69 $(RM) shell 72 $(RM) shell
70 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 73 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
71 $(OS9RENAME) $@,CMDS/sierra AutoEx 74 $(OS9RENAME) $@,CMDS/sierra AutoEx
72 $(CPL) $(TEXTFILES) $@,. 75 $(CPL) $(TEXTFILES) $@,.
76 $(MOVE) tocgen toctmp
73 tocgen $@,tOC.txt $@,tOC 77 tocgen $@,tOC.txt $@,tOC
78 $(MOVE) toctmp tocgen
74 $(CP) $(SUPPORTFILES) $@,. 79 $(CP) $(SUPPORTFILES) $@,.
75 80
76 $(DSK_DW3): all 81 $(DSK_DW3): all
77 $(RM) $@ 82 $(RM) $@
78 $(CD) $(LEVEL2)/coco3; make 83 $(CD) $(LEVEL2)/coco3; make
88 $(CP) shell $@,CMDS 93 $(CP) shell $@,CMDS
89 $(RM) shell 94 $(RM) shell
90 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r 95 $(OS9ATTR) $@,CMDS/shell -e -pe -pr -e -w -r
91 $(OS9RENAME) $@,CMDS/sierra AutoEx 96 $(OS9RENAME) $@,CMDS/sierra AutoEx
92 $(CPL) $(TEXTFILES) $@,. 97 $(CPL) $(TEXTFILES) $@,.
98 $(RM) tocgen
93 tocgen $@,tOC.txt $@,tOC 99 tocgen $@,tOC.txt $@,tOC
94 $(CP) $(SUPPORTFILES) $@,. 100 $(CP) $(SUPPORTFILES) $@,.
95 101
96 dskcopy: dsk 102 dskcopy: dsk
97 $(CP) $(DSKS) $(DSKDIR) 103 $(CP) $(DSKS) $(DSKDIR)