comparison level3/coco3/makefile @ 3009:e6c187dace64

level3 makefiles: Merge identical top level makefiles
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 26 Oct 2014 16:40:53 +0100
parents 8e1891c6cc4a
children 1af4fc8e4769
comparison
equal deleted inserted replaced
3008:58e305f11375 3009:e6c187dace64
1 ifeq ($(CPU),)
2 CPU = 6809
3 endif
4
1 PORT = coco3 5 PORT = coco3
2 MACHINE = Tandy Color Computer 3 6 MACHINE = Tandy Color Computer 3
3 include $(NITROS9DIR)/rules.mak 7 include $(NITROS9DIR)/rules.mak
4 8
5 CPU = 6809 9 LEVEL = 3
6 LEVEL = 3
7 10
8 DISTRO = $(CPU)L$(LEVEL) 11 DISTRO = $(CPU)L$(LEVEL)
9 DISTRONAME = nos9$(CPU)l$(LEVEL) 12 DISTRONAME = nos9$(CPU)l$(LEVEL)
10 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT) 13 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT)
11 BOOTFILE_DW = bootfiles/bootfile_dw 14 BOOTFILE_DW = bootfiles/bootfile_dw