mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
PO 2013 compiler for Wirth's RISC processor now can be compiled with voc
Former-commit-id: edf0df4cbf
This commit is contained in:
parent
0e5d1c3ca8
commit
bc8c90fb84
6 changed files with 253 additions and 71 deletions
20
src/voc07R/makefile
Normal file
20
src/voc07R/makefile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
SETPATH = MODULES=".:gnuc:gnuc/x86_64"
|
||||
|
||||
VOC0 = $(SETPATH) /opt/voc/bin/voc
|
||||
|
||||
all:
|
||||
#$(VOC0) -s ORS.Mod
|
||||
#$(VOC0) -s ORB.Mod
|
||||
#$(VOC0) -s ORG.Mod
|
||||
$(VOC0) -s ORS.Mod ORB.Mod ORG.Mod ORP.Mod -M
|
||||
|
||||
test:
|
||||
./ORP -s test.Mod
|
||||
|
||||
clean:
|
||||
rm *.sym
|
||||
rm *.o
|
||||
rm *.h
|
||||
rm *.c
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue