Mercurial > hg > Members > kono > nitros9-code
annotate level1/coco1/makefile @ 2781:31989b6c2b3c lwtools-port
Updated level1/coco1 related to becker and arduino projects.
Updated level1/coco1/bootfiles/makefile to create becker &
arduino boot and kernel files.
Updated level1/coco1/makefile to create becker & arduino
boot disks for use with drivewire server.
Updated level1/coco1/modules/makefile to create becker &
arduino dwio sb files.
author | drencor-xeen |
---|---|
date | Sat, 26 Jan 2013 00:57:22 -0600 |
parents | 05b648103e78 |
children | 99fac4bd9c41 |
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 | 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 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
112 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
113 $(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
|
114 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
115 $(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
|
116 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
117 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
118 $(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
|
119 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
120 $(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
|
121 $(CPL) $(STARTUP_DW) $@,startup |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
122 $(OS9ATTR_TEXT) $@,startup |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
123 $(MAKDIR) $@,NITROS9 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
124 $(MAKDIR) $@,NITROS9/6809L1 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
125 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
126 $(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
|
127 $(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
|
128 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
129 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
130 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
131 $(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
|
132 $(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
|
133 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
134 $(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
|
135 $(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
|
136 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
137 $(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
|
138 $(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
|
139 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
140 $(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
|
141 $(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
|
142 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
143 $(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
|
144 $(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
|
145 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
146 $(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
|
147 $(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
|
148 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
149 $(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
|
150 $(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
|
151 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
152 $(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
|
153 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
154 $(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
|
155 $(RM) $(LDSKDW) |
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2697
diff
changeset
|
156 $(SOFTLINK) $@ $(LDSKDW) |
2690
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
157 |
2781
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
158 $(DSKBECKER): |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
159 $(RM) $@ |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
160 $(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
|
161 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_BECKER) -t=$(KERNELFILE_BECKER) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
162 $(MAKDIR) $@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
163 $(MAKDIR) $@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
164 $(MAKDIR) $@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
165 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
166 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
167 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
168 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
169 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
170 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
171 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
172 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
173 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
174 $(CPL) $(STARTUP_DW) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
175 $(OS9ATTR_TEXT) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
176 $(MAKDIR) $@,NITROS9 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
177 $(MAKDIR) $@,NITROS9/6809L1 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
178 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
179 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
180 $(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
|
181 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
182 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
183 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
184 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
185 $(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
|
186 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
187 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
188 $(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
|
189 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
190 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
191 $(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
|
192 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
193 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
194 $(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
|
195 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
196 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
197 $(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
|
198 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
199 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
200 $(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
|
201 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
202 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
203 $(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
|
204 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
205 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
206 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
207 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
208 $(RM) $(LDSKBECKER) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
209 $(SOFTLINK) $@ $(LDSKBECKER) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
210 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
211 $(DSKARDUINO): |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
212 $(RM) $@ |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
213 $(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
|
214 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG_ARDUINO) -t=$(KERNELFILE_ARDUINO) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
215 $(MAKDIR) $@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
216 $(MAKDIR) $@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
217 $(MAKDIR) $@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
218 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
219 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
220 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
221 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
222 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
223 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
224 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
225 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
226 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
227 $(CPL) $(STARTUP_DW) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
228 $(OS9ATTR_TEXT) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
229 $(MAKDIR) $@,NITROS9 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
230 $(MAKDIR) $@,NITROS9/6809L1 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
231 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
232 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
233 $(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
|
234 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
235 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
236 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
237 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
238 $(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
|
239 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
240 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
241 $(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
|
242 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
243 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
244 $(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
|
245 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
246 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
247 $(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
|
248 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
249 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
250 $(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
|
251 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
252 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
253 $(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
|
254 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
255 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
256 $(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
|
257 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
258 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
259 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
260 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
261 $(RM) $(LDSKARDUINO) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
262 $(SOFTLINK) $@ $(LDSKARDUINO) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
263 |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2697
diff
changeset
|
264 $(DSKDWHEADLESS): |
2697 | 265 $(RM) $@ |
2724
05b648103e78
Renamed dw3.sb to dwio.sb and rbdw3 to rbdw
Boisy Pitre <boisy.pitre@nuance.com>
parents:
2697
diff
changeset
|
266 $(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
|
267 $(OS9GEN) $@ -b=$(BOOTFILE_HEADLESS_DW) -t=$(KERNELFILE_DW) |
2697 | 268 $(MAKDIR) $@,CMDS |
269 $(MAKDIR) $@,SYS | |
270 $(MAKDIR) $@,DEFS | |
271 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS | |
272 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | |
273 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS | |
274 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);) | |
275 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell | |
276 $(CD) sys; $(CPL) $(SYS) ../$@,SYS | |
277 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) | |
278 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS | |
279 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) | |
280 $(CPL) $(STARTUP_DW) $@,startup | |
281 $(OS9ATTR_TEXT) $@,startup | |
282 $(MAKDIR) $@,NITROS9 | |
283 $(MAKDIR) $@,NITROS9/6809L1 | |
284 $(MAKDIR) $@,NITROS9/6809L1/CMDS | |
285 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS | |
286 $(foreach file, $(MODULECMDS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/CMDS/$(file);) | |
287 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell | |
288 $(MAKDIR) $@,NITROS9/6809L1/MODULES | |
289 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK | |
290 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK | |
291 $(foreach file, $(BOOTTRACK), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/BOOTTRACK/$(file);) | |
292 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL | |
293 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL | |
294 $(foreach file, $(KERNEL), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/KERNEL/$(file);) | |
295 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS | |
296 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS | |
297 $(foreach file, $(SYSMODS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SYSMODS/$(file);) | |
298 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS | |
299 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS | |
300 $(foreach file, $(CLOCKS), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/CLOCKS/$(file);) | |
301 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF | |
302 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF | |
303 $(foreach file, $(RBF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/RBF/$(file);) | |
304 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF | |
305 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF | |
306 $(foreach file, $(SCF), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/SCF/$(file);) | |
307 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE | |
308 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE | |
309 $(foreach file, $(PIPE), $(OS9ATTR_EXEC) $@,NITROS9/6809L1/MODULES/PIPE/$(file);) | |
310 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS | |
311 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS | |
312 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS | |
313 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS | |
2781
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
314 $(RM) $(LDSKDWHEADLESS) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
315 $(SOFTLINK) $@ $(LDSKDWHEADLESS) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
316 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
317 $(DSKBECKERHEADLESS): |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
318 $(RM) $@ |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
319 $(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
|
320 $(OS9GEN) $@ -b=$(BOOTFILE_HEADLESS_BECKER) -t=$(KERNELFILE_BECKER) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
321 $(MAKDIR) $@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
322 $(MAKDIR) $@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
323 $(MAKDIR) $@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
324 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
325 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
326 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
327 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
328 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
329 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
330 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
331 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
332 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
333 $(CPL) $(STARTUP_DW) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
334 $(OS9ATTR_TEXT) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
335 $(MAKDIR) $@,NITROS9 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
336 $(MAKDIR) $@,NITROS9/6809L1 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
337 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
338 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
339 $(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
|
340 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
341 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
342 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
343 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
344 $(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
|
345 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
346 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
347 $(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
|
348 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
349 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
350 $(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
|
351 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
352 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
353 $(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
|
354 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
355 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
356 $(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
|
357 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
358 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
359 $(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
|
360 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
361 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
362 $(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
|
363 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
364 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
365 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
366 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
367 $(RM) $(LDSKBECKERHEADLESS) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
368 $(SOFTLINK) $@ $(LDSKBECKERHEADLESS) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
369 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
370 $(DSKARDUINOHEADLESS): |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
371 $(RM) $@ |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
372 $(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
|
373 $(OS9GEN) $@ -b=$(BOOTFILE_HEADLESS_ARDUINO) -t=$(KERNELFILE_ARDUINO) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
374 $(MAKDIR) $@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
375 $(MAKDIR) $@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
376 $(MAKDIR) $@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
377 $(CD) cmds; $(CP) $(CMDS_DW) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
378 $(foreach file, $(CMDS_DW), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
379 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
380 $(foreach file, $(CMDS_D2), $(OS9ATTR_EXEC) $@,CMDS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
381 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
382 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
383 $(foreach file, $(SYS), $(OS9ATTR_TEXT) $@,SYS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
384 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
385 $(foreach file, $(DEFS), $(OS9ATTR_TEXT) $@,DEFS/$(file);) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
386 $(CPL) $(STARTUP_DW) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
387 $(OS9ATTR_TEXT) $@,startup |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
388 $(MAKDIR) $@,NITROS9 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
389 $(MAKDIR) $@,NITROS9/6809L1 |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
390 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
391 $(CD) cmds; $(CP) $(MODULECMDS) ../$@,NITROS9/6809L1/CMDS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
392 $(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
|
393 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
394 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
395 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
396 $(CD) modules; $(CP) $(BOOTTRACK) ../$@,NITROS9/6809L1/MODULES/BOOTTRACK |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
397 $(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
|
398 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
399 $(CD) modules; $(CP) $(KERNEL) ../$@,NITROS9/6809L1/MODULES/KERNEL |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
400 $(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
|
401 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
402 $(CD) modules; $(CP) $(SYSMODS) ../$@,NITROS9/6809L1/MODULES/SYSMODS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
403 $(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
|
404 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
405 $(CD) modules; $(CP) $(CLOCKS) ../$@,NITROS9/6809L1/MODULES/CLOCKS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
406 $(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
|
407 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
408 $(CD) modules; $(CP) $(RBF) ../$@,NITROS9/6809L1/MODULES/RBF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
409 $(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
|
410 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
411 $(CD) modules; $(CP) $(SCF) ../$@,NITROS9/6809L1/MODULES/SCF |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
412 $(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
|
413 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
414 $(CD) modules; $(CP) $(PIPE) ../$@,NITROS9/6809L1/MODULES/PIPE |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
415 $(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
|
416 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
417 $(CD) bootlists; $(CPL) *.bl ../$@,NITROS9/6809L1/BOOTLISTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
418 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
419 $(CD) scripts; $(CPL) mb* ../$@,NITROS9/6809L1/SCRIPTS |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
420 $(RM) $(LDSKARDUINOHEADLESS) |
31989b6c2b3c
Updated level1/coco1 related to becker and arduino projects.
drencor-xeen
parents:
2724
diff
changeset
|
421 $(SOFTLINK) $@ $(LDSKARDUINOHEADLESS) |
2697 | 422 |
2690
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
423 $(DSK360K_1): |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
424 $(RM) $@ |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
425 $(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
|
426 $(OS9GEN) $@ -b=$(BOOTFILE_COVDG) -t=$(KERNELFILE) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
427 $(MAKDIR) $@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
428 $(MAKDIR) $@,SYS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
429 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
430 $(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
|
431 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
432 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
433 $(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
|
434 $(MAKDIR) $@,DEFS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
435 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
436 $(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
|
437 $(CPL) $(STARTUP) $@,startup |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
438 $(OS9ATTR_TEXT) $@,startup |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
439 $(RM) $(LDSK360K_1) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
440 $(SOFTLINK) $@ $(LDSK360K_1) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
441 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
442 $(DSK360K_2): |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
443 $(RM) $@ |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
444 $(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
|
445 $(MAKDIR) $@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
446 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
447 $(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
|
448 $(MAKDIR) $@,NITROS9 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
449 $(MAKDIR) $@,NITROS9/6809L1 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
450 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
451 $(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
|
452 $(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
|
453 $(OS9RENAME) $@,NITROS9/6809L1/CMDS//$(WHICHSHELL) shell |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
454 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
455 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
456 $(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
|
457 $(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
|
458 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
459 $(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
|
460 $(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
|
461 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
462 $(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
|
463 $(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
|
464 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
465 $(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
|
466 $(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
|
467 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
468 $(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
|
469 $(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
|
470 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
471 $(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
|
472 $(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
|
473 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
474 $(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
|
475 $(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
|
476 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
477 $(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
|
478 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
479 $(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
|
480 $(RM) $(LDSK360K_2) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
481 $(SOFTLINK) $@ $(LDSK360K_2) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
482 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
483 $(DSK720K): |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
484 $(RM) $@ |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
485 $(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
|
486 $(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
|
487 $(MAKDIR) $@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
488 $(MAKDIR) $@,SYS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
489 $(MAKDIR) $@,DEFS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
490 $(CD) cmds; $(CP) $(CMDS) ../$@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
491 $(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
|
492 $(CD) cmds; $(CP) $(CMDS_D2) ../$@,CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
493 $(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
|
494 $(OS9RENAME) $@,CMDS/$(WHICHSHELL) shell |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
495 $(CD) sys; $(CPL) $(SYS) ../$@,SYS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
496 $(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
|
497 $(CD) defs; $(CPL) $(DEFS) ../$@,DEFS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
498 $(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
|
499 $(CPL) $(STARTUP) $@,startup |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
500 $(OS9ATTR_TEXT) $@,startup |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
501 $(MAKDIR) $@,NITROS9 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
502 $(MAKDIR) $@,NITROS9/6809L1 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
503 $(MAKDIR) $@,NITROS9/6809L1/CMDS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
504 $(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
|
505 $(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
|
506 $(OS9RENAME) $@,NITROS9/6809L1/CMDS/$(WHICHSHELL) shell |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
507 $(MAKDIR) $@,NITROS9/6809L1/MODULES |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
508 $(MAKDIR) $@,NITROS9/6809L1/MODULES/BOOTTRACK |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
509 $(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
|
510 $(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
|
511 $(MAKDIR) $@,NITROS9/6809L1/MODULES/KERNEL |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
512 $(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
|
513 $(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
|
514 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SYSMODS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
515 $(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
|
516 $(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
|
517 $(MAKDIR) $@,NITROS9/6809L1/MODULES/CLOCKS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
518 $(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
|
519 $(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
|
520 $(MAKDIR) $@,NITROS9/6809L1/MODULES/RBF |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
521 $(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
|
522 $(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
|
523 $(MAKDIR) $@,NITROS9/6809L1/MODULES/SCF |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
524 $(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
|
525 $(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
|
526 $(MAKDIR) $@,NITROS9/6809L1/MODULES/PIPE |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
527 $(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
|
528 $(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
|
529 $(MAKDIR) $@,NITROS9/6809L1/BOOTLISTS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
530 $(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
|
531 $(MAKDIR) $@,NITROS9/6809L1/SCRIPTS |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
532 $(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
|
533 $(RM) $(LDSK720K) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
534 $(SOFTLINK) $@ $(LDSK720K) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
535 |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
536 info: |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
537 @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
|
538 @$(foreach dsk, $(DSKS), $(ECHO) $(dsk);) |
6e40b043d3e0
Removed coco port, added coco1 and coco2 ports.
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
539 |