From 26755251499a9365bcbda4379baf97a2cb1e7d9b Mon Sep 17 00:00:00 2001 From: doug Date: Sun, 20 Jan 2013 06:07:33 +0000 Subject: [PATCH] makeall is a shelll scriupt for building multiple targets --- branches/s100/XSource/Makefile | 20 ++++++++------------ branches/s100/XSource/Makefile_n8vem | 4 ++-- branches/s100/XSource/makeall | 5 +++++ 3 files changed, 15 insertions(+), 14 deletions(-) create mode 100755 branches/s100/XSource/makeall diff --git a/branches/s100/XSource/Makefile b/branches/s100/XSource/Makefile index b48b17db..c69ec1dd 100644 --- a/branches/s100/XSource/Makefile +++ b/branches/s100/XSource/Makefile @@ -104,17 +104,17 @@ #SYS := CPM #ROMNAME := zeta -#CONFIG := n8_2312 -#ROMSIZE := 512 -#CPU := 180 -#SYS := CPM -#ROMNAME := n8_2312 - -CONFIG := N8VEM +CONFIG := n8_2312 ROMSIZE := 512 CPU := 180 SYS := CPM -ROMNAME := N8VEM +ROMNAME := n8_2312 + +#CONFIG := N8VEM +#ROMSIZE := 512 +#CPU := 180 +#SYS := CPM +#ROMNAME := N8VEM @@ -277,10 +277,6 @@ cnfgdata.inc: $(SRC)cnfgdata.inc cp $< $@ $(CVT) $@ -##config_zeta.asm: $(SRC)config_zeta.asm -## cp $< $@ -## $(CVT) $@ - config_$(CONFIG).asm: $(SRC)config_$(CONFIG).asm cp $< $@ $(CVT) $@ diff --git a/branches/s100/XSource/Makefile_n8vem b/branches/s100/XSource/Makefile_n8vem index b48b17db..12632ba3 100644 --- a/branches/s100/XSource/Makefile_n8vem +++ b/branches/s100/XSource/Makefile_n8vem @@ -110,11 +110,11 @@ #SYS := CPM #ROMNAME := n8_2312 -CONFIG := N8VEM +CONFIG := n8vem ROMSIZE := 512 CPU := 180 SYS := CPM -ROMNAME := N8VEM +ROMNAME := n8vem diff --git a/branches/s100/XSource/makeall b/branches/s100/XSource/makeall new file mode 100755 index 00000000..a2558435 --- /dev/null +++ b/branches/s100/XSource/makeall @@ -0,0 +1,5 @@ +make clean +make -f Makefile_n8vem +make -f Makefile_n8_2312 +make -f Makefile_zeta +ls -l ../Output