comparison level3/coco3_6309/modules/makefile @ 2869:cfa6222348f7

makefiles: Separate OS9COPY and CP macros
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 11:18:28 +0100
parents cfa46960b6bd
children 1addfd8c9d5f
comparison
equal deleted inserted replaced
2868:cfa46960b6bd 2869:cfa6222348f7
81 all: $(ALLOBJS) 81 all: $(ALLOBJS)
82 82
83 # Kernel 83 # Kernel
84 krn krnp2: 84 krn krnp2:
85 $(CD) kernel; make $@ 85 $(CD) kernel; make $@
86 $(CP) kernel/$@ . 86 $(OS9COPY) kernel/$@ .
87 87
88 # Special cases 88 # Special cases
89 cogrf.io: cowin.asm 89 cogrf.io: cowin.asm
90 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aCoGrf=1 90 $(AS) $< $(ASOUT)$@ $(AFLAGS) -aCoGrf=1
91 91