annotate level1/coco1/makefile @ 2825:99fac4bd9c41 lwtools-port

Updated makefiles in sys and inetd.conf to establish HTTPD port
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 23 May 2013 10:08:57 -0500
parents 31989b6c2b3c
children e76cc015cc03
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2691
678c6848dc12 Fixed coco2/coco2b makefiles to depend on coco1 makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2690
diff changeset
1 ifeq ($(PORT),)
678c6848dc12 Fixed coco2/coco2b makefiles to depend on coco1 makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2690
diff changeset
2 PORT=coco1
678c6848dc12 Fixed coco2/coco2b makefiles to depend on coco1 makefiles
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2690
diff changeset
3 endif
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
4 include $(NITROS9DIR)/rules.mak
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
5
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
6 CPU = 6809
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
7 LEVEL = 1
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
8
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
9 # Level 1 - Specify which shell should be used
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
10 #WHICHSHELL = shellplus
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
11 WHICHSHELL = shell_21
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
12
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
13 DISTRO = $(CPU)L$(LEVEL)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
14 DISTRONAME = nos9$(CPU)l$(LEVEL)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
15 DISTROVER = $(DISTRONAME)$(NITROS9VER)$(PORT)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
16 BOOTFILE_COVDG = bootfiles/bootfile_covdg
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
17 BOOTFILE_COHR = bootfiles/bootfile_cohr
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
18 BOOTFILE_COVDG_DS80 = bootfiles/bootfile_covdg_ds80
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
19 BOOTFILE_HEADLESS_DW = bootfiles/bootfile_headless_dw
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
20 BOOTFILE_HEADLESS_BECKER = bootfiles/bootfile_headless_becker
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
21 BOOTFILE_HEADLESS_ARDUINO = bootfiles/bootfile_headless_arduino
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
22 BOOTFILE_COVDG_DW = bootfiles/bootfile_covdg_dw
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
23 BOOTFILE_COVDG_BECKER = bootfiles/bootfile_covdg_becker
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
24 BOOTFILE_COVDG_ARDUINO = bootfiles/bootfile_covdg_arduino
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
25 BOOTFILE_COHR_DS80 = bootfiles/bootfile_cohr_ds80
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
26 BOOTFILE_COHR_DW = bootfiles/bootfile_cohr_dw
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
27 BOOTFILE_COHR_BECKER = bootfiles/bootfile_cohr_becker
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
28 BOOTFILE_COHR_ARDUINO = bootfiles/bootfile_cohr_arduino
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
29 KERNELFILE = bootfiles/kernel_1773
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
30 KERNELFILE_DW = bootfiles/kernel_dw
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
31 KERNELFILE_BECKER = bootfiles/kernel_becker
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
32 KERNELFILE_ARDUINO = bootfiles/kernel_arduino
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
33 DIRS = cmds modules defs sys bootfiles bootroms
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
34
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
35
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
36 CMDS = $(shell $(CD) cmds; make --no-print-directory showobjs)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
37 CMDS_D2 = $(shell $(CD) cmds; make --no-print-directory showobjs_d2)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
38 CMDS_DW = $(shell $(CD) cmds; make --no-print-directory showobjs_dw)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
39 BOOTTRACK = $(shell $(CD) modules; make --no-print-directory showboottrack)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
40 KERNEL = $(shell $(CD) modules; make --no-print-directory showkernel)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
41 SYSMODS = $(shell $(CD) modules; make --no-print-directory showsysmods)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
42 CLOCKS = $(shell $(CD) modules; make --no-print-directory showclocks)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
43 RBF = $(shell $(CD) modules; make --no-print-directory showrbf)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
44 SCF = $(shell $(CD) modules; make --no-print-directory showscf)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
45 PIPE = $(shell $(CD) modules; make --no-print-directory showpipe)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
46 MODULECMDS = $(WHICHSHELL) del echo format makdir merge os9gen prompt tmode
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
47
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
48 SYS = $(shell $(CD) sys; make --no-print-directory showobjs)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
49 DEFS = $(shell $(CD) defs; make --no-print-directory showobjs)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
50 STARTUP = startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
51 STARTUP_DW = startup.dw
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
52
2697
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
53 PACKAGENAME = $(DISTROVER).zip
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
54 DSKDW = $(DISTROVER)_dw.dsk
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
55 LDSKDW = $(DISTRONAME)$(PORT)_dw.dsk
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
56 DSKDWHEADLESS = $(DISTROVER)_dw_headless.dsk
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
57 LDSKDWHEADLESS = $(DISTRONAME)$(PORT)_dw_headless.dsk
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
58 DSK360K_1 = $(DISTROVER)_40d_1.dsk
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
59 LDSK360K_1 = $(DISTRONAME)$(PORT)_40d_1.dsk
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
60 DSK360K_2 = $(DISTROVER)_40d_2.dsk
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
61 LDSK360K_2 = $(DISTRONAME)$(PORT)_40d_2.dsk
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
62 DSK720K = $(DISTROVER)_80d.dsk
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
63 LDSK720K = $(DISTRONAME)$(PORT)_80d.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
64 DSKBECKER = $(DISTROVER)_becker.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
65 LDSKBECKER = $(DISTRONAME)$(PORT)_becker.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
66 DSKBECKERHEADLESS = $(DISTROVER)_becker_headless.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
67 LDSKBECKERHEADLESS = $(DISTRONAME)$(PORT)_becker_headless.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
68 DSKARDUINO = $(DISTROVER)_arduino.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
69 LDSKARDUINO = $(DISTRONAME)$(PORT)_arduino.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
70 DSKARDUINOHEADLESS = $(DISTROVER)_arduino_headless.dsk
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
71 LDSKARDUINOHEADLESS = $(DISTRONAME)$(PORT)_arduino_headless.dsk
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
72
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
73 DSKS = $(DSKDW) $(DSKDWHEADLESS) $(DSKBECKER) $(DSKBECKERHEADLESS) \
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
74 $(DSKARDUINO) $(DSKARDUINOHEADLESS) $(DSK360K_1) $(DSK360K_2) $(DSK720K)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
75 LDSKS = $(LDSKDW) $(LDSKDWHEADLESS) $(LDSKBECKER) $(LDSKBECKERHEADLESS) \
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
76 $(LDSKARDUINO) $(LDSKARDUINOHEADLESS) $(LDSK360K_1) $(LDSK360K_2) $(LDSK720K)
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
77
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
78 # Make all components
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
79 all:
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
80 @$(ECHO) "**************************************************"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
81 @$(ECHO) "* *"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
82 @$(ECHO) "* NitrOS-9/$(CPU) Level 1 CoCo Port *"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
83 @$(ECHO) "* *"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
84 @$(ECHO) "**************************************************"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
85 $(foreach dir, $(DIRS), ($(CD) $(dir); make);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
86
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
87 # Clean all components
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
88 clean: dskclean
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
89 $(foreach dir, $(DIRS), ($(CD) $(dir); make clean);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
90
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
91 dskclean:
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
92 -$(RM) $(PACKAGENAME) $(DSKS) $(LDSKS)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
93
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
94 dsk: all $(PACKAGENAME)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
95
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
96 dskcopy: dsk
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
97 $(CP) $(DSKS) $(DSKDIR)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
98
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
99 scp: dsk
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
100 scp $(PACKAGENAME) boisy@cvs.nitros9.org:/home/nitros9/public_html
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
101
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
102 $(PACKAGENAME): $(DSKS) ../../ReadMe ../../ChangeLog
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
103 $(ARCHIVE) $@ $^
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
104
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
105 $(DSKDW):
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
106 $(RM) $@
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
107 $(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level 1"
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
108 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_DW) -t=$(KERNELFILE_DW)
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
109 $(MAKDIR) $@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
110 $(MAKDIR) $@,SYS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
111 $(MAKDIR) $@,DEFS
2825
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
112 $(MAKDIR) $@,WWWROOT
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
113 os9 dsave -e wwwroot $@,WWWROOT
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
114 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
115 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
116 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
117 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
118 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
119 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
120 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
121 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
122 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
123 $(CPL) $(STARTUP_DW) $@,startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
124 $(OS9ATTR_TEXT) $@,startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
125 $(MAKDIR) $@,NITROS9
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
126 $(MAKDIR) $@,NITROS9/6809L1
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
127 $(MAKDIR) $@,NITROS9/6809L1/CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
128 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
129 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
130 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
131 $(MAKDIR) $@,NITROS9/6809L1/MODULES
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
132 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
133 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
134 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
135 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
136 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
137 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
138 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
139 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
140 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
141 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
142 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
143 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
144 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
145 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
146 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
147 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
148 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
149 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
150 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
151 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
152 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
153 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
154 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
155 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
156 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
157 $(RM) $(LDSKDW)
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
158 $(SOFTLINK) $@ $(LDSKDW)
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
159
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
160 $(DSKBECKER):
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
161 $(RM) $@
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
162 $(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level 1"
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
163 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_BECKER) -t=$(KERNELFILE_BECKER)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
164 $(MAKDIR) $@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
165 $(MAKDIR) $@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
166 $(MAKDIR) $@,DEFS
2825
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
167 $(MAKDIR) $@,WWWROOT
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
168 os9 dsave -e wwwroot $@,WWWROOT
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
169 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
170 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
171 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
172 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
173 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
174 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
175 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
176 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
177 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
178 $(CPL) $(STARTUP_DW) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
179 $(OS9ATTR_TEXT) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
180 $(MAKDIR) $@,NITROS9
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
181 $(MAKDIR) $@,NITROS9/6809L1
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
182 $(MAKDIR) $@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
183 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
184 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
185 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
186 $(MAKDIR) $@,NITROS9/6809L1/MODULES
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
187 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
188 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
189 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
190 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
191 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
192 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
193 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
194 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
195 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
196 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
197 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
198 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
199 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
200 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
201 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
202 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
203 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
204 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
205 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
206 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
207 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
208 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
209 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
210 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
211 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
212 $(RM) $(LDSKBECKER)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
213 $(SOFTLINK) $@ $(LDSKBECKER)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
214
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
215 $(DSKARDUINO):
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
216 $(RM) $@
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
217 $(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level 1"
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
218 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_ARDUINO) -t=$(KERNELFILE_ARDUINO)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
219 $(MAKDIR) $@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
220 $(MAKDIR) $@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
221 $(MAKDIR) $@,DEFS
2825
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
222 $(MAKDIR) $@,WWWROOT
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
223 os9 dsave -e wwwroot $@,WWWROOT
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
224 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
225 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
226 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
227 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
228 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
229 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
230 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
231 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
232 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
233 $(CPL) $(STARTUP_DW) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
234 $(OS9ATTR_TEXT) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
235 $(MAKDIR) $@,NITROS9
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
236 $(MAKDIR) $@,NITROS9/6809L1
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
237 $(MAKDIR) $@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
238 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
239 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
240 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
241 $(MAKDIR) $@,NITROS9/6809L1/MODULES
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
242 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
243 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
244 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
245 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
246 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
247 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
248 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
249 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
250 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
251 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
252 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
253 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
254 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
255 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
256 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
257 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
258 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
259 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
260 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
261 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
262 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
263 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
264 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
265 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
266 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
267 $(RM) $(LDSKARDUINO)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
268 $(SOFTLINK) $@ $(LDSKARDUINO)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
269
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
270 $(DSKDWHEADLESS):
2697
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
271 $(RM) $@
2724
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
272 $(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level 1"
05b648103e78 Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2697
diff changeset
273 $(OS9GEN) $@ -b=$(BOOTFILE_HEADLESS_DW) -t=$(KERNELFILE_DW)
2697
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
274 $(MAKDIR) $@,CMDS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
275 $(MAKDIR) $@,SYS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
276 $(MAKDIR) $@,DEFS
2825
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
277 $(MAKDIR) $@,WWWROOT
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
278 os9 dsave -e wwwroot $@,WWWROOT
2697
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
279 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
280 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
281 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
282 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
283 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
284 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
285 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
286 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
287 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
288 $(CPL) $(STARTUP_DW) $@,startup
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
289 $(OS9ATTR_TEXT) $@,startup
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
290 $(MAKDIR) $@,NITROS9
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
291 $(MAKDIR) $@,NITROS9/6809L1
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
292 $(MAKDIR) $@,NITROS9/6809L1/CMDS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
293 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
294 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
295 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
296 $(MAKDIR) $@,NITROS9/6809L1/MODULES
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
297 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
298 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
299 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
300 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
301 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
302 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
303 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
304 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
305 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
306 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
307 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
308 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
309 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
310 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
311 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
312 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
313 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
314 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
315 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
316 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
317 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
318 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
319 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
320 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
321 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
322 $(RM) $(LDSKDWHEADLESS)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
323 $(SOFTLINK) $@ $(LDSKDWHEADLESS)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
324
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
325 $(DSKBECKERHEADLESS):
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
326 $(RM) $@
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
327 $(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level 1"
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
328 $(OS9GEN) $@ -b=$(BOOTFILE_HEADLESS_BECKER) -t=$(KERNELFILE_BECKER)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
329 $(MAKDIR) $@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
330 $(MAKDIR) $@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
331 $(MAKDIR) $@,DEFS
2825
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
332 $(MAKDIR) $@,WWWROOT
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
333 os9 dsave -e wwwroot $@,WWWROOT
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
334 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
335 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
336 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
337 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
338 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
339 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
340 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
341 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
342 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
343 $(CPL) $(STARTUP_DW) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
344 $(OS9ATTR_TEXT) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
345 $(MAKDIR) $@,NITROS9
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
346 $(MAKDIR) $@,NITROS9/6809L1
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
347 $(MAKDIR) $@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
348 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
349 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
350 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
351 $(MAKDIR) $@,NITROS9/6809L1/MODULES
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
352 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
353 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
354 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
355 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
356 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
357 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
358 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
359 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
360 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
361 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
362 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
363 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
364 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
365 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
366 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
367 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
368 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
369 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
370 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
371 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
372 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
373 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
374 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
375 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
376 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
377 $(RM) $(LDSKBECKERHEADLESS)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
378 $(SOFTLINK) $@ $(LDSKBECKERHEADLESS)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
379
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
380 $(DSKARDUINOHEADLESS):
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
381 $(RM) $@
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
382 $(OS9FORMAT_DW) -q $@ -n"NitrOS-9/$(CPU) Level 1"
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
383 $(OS9GEN) $@ -b=$(BOOTFILE_HEADLESS_ARDUINO) -t=$(KERNELFILE_ARDUINO)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
384 $(MAKDIR) $@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
385 $(MAKDIR) $@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
386 $(MAKDIR) $@,DEFS
2825
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
387 $(MAKDIR) $@,WWWROOT
99fac4bd9c41 Updated makefiles in sys and inetd.conf to establish HTTPD port
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2781
diff changeset
388 os9 dsave -e wwwroot $@,WWWROOT
2781
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
389 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
390 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
391 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
392 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
393 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
394 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
395 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
396 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
397 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
398 $(CPL) $(STARTUP_DW) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
399 $(OS9ATTR_TEXT) $@,startup
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
400 $(MAKDIR) $@,NITROS9
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
401 $(MAKDIR) $@,NITROS9/6809L1
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
402 $(MAKDIR) $@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
403 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
404 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
405 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
406 $(MAKDIR) $@,NITROS9/6809L1/MODULES
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
407 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
408 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
409 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
410 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
411 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
412 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
413 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
414 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
415 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
416 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
417 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
418 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
419 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
420 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
421 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
422 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
423 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
424 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
425 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
426 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
427 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
428 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
429 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
430 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
431 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
432 $(RM) $(LDSKARDUINOHEADLESS)
31989b6c2b3c Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents: 2724
diff changeset
433 $(SOFTLINK) $@ $(LDSKARDUINOHEADLESS)
2697
f3610f5c7de8 Updated for headless
Boisy Pitre <boisy.pitre@nuance.com>
parents: 2691
diff changeset
434
2690
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
435 $(DSK360K_1):
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
436 $(RM) $@
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
437 $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 1"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
438 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG) -t=$(KERNELFILE)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
439 $(MAKDIR) $@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
440 $(MAKDIR) $@,SYS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
441 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
442 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
443 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
444 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
445 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
446 $(MAKDIR) $@,DEFS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
447 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
448 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
449 $(CPL) $(STARTUP) $@,startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
450 $(OS9ATTR_TEXT) $@,startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
451 $(RM) $(LDSK360K_1)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
452 $(SOFTLINK) $@ $(LDSK360K_1)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
453
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
454 $(DSK360K_2):
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
455 $(RM) $@
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
456 $(OS9FORMAT_DS40) -q $@ -n"NitrOS-9/6809 Level 1 Disk 2"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
457 $(MAKDIR) $@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
458 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
459 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
460 $(MAKDIR) $@,NITROS9
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
461 $(MAKDIR) $@,NITROS9/6809L1
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
462 $(MAKDIR) $@,NITROS9/6809L1/CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
463 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
464 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
465 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
466 $(MAKDIR) $@,NITROS9/6809L1/MODULES
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
467 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
468 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
469 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
470 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
471 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
472 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
473 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
474 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
475 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
476 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
477 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
478 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
479 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
480 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
481 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
482 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
483 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
484 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
485 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
486 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
487 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
488 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
489 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
490 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
491 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
492 $(RM) $(LDSK360K_2)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
493 $(SOFTLINK) $@ $(LDSK360K_2)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
494
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
495 $(DSK720K):
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
496 $(RM) $@
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
497 $(OS9FORMAT_DS80) -q $@ -n"NitrOS-9/6809 Level 1"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
498 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_DS80) -t=$(KERNELFILE)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
499 $(MAKDIR) $@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
500 $(MAKDIR) $@,SYS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
501 $(MAKDIR) $@,DEFS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
502 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
503 $(foreach file, $(CMDS), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
504 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
505 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
506 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
507 $(CD) sys; $(CPL) $(SYS) ../$@,SYS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
508 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
509 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
510 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
511 $(CPL) $(STARTUP) $@,startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
512 $(OS9ATTR_TEXT) $@,startup
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
513 $(MAKDIR) $@,NITROS9
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
514 $(MAKDIR) $@,NITROS9/6809L1
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
515 $(MAKDIR) $@,NITROS9/6809L1/CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
516 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
517 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
518 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
519 $(MAKDIR) $@,NITROS9/6809L1/MODULES
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
520 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
521 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
522 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
523 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
524 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
525 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
526 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
527 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
528 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
529 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
530 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
531 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
532 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
533 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
534 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
535 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
536 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
537 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
538 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
539 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
540 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
541 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
542 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
543 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
544 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
545 $(RM) $(LDSK720K)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
546 $(SOFTLINK) $@ $(LDSK720K)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
547
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
548 info:
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
549 @echo "*** NitrOS-9/6809 Level 1 for the Tandy Color Computer ***"
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
550 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);)
6e40b043d3e0 Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff changeset
551