From: em Date: Mon, 18 Mar 1985 17:27:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~5541 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e3e1c5ac207817d9318ea809f73e1a91cff3ef50;p=ack.git *** empty log message *** --- diff --git a/mach/i80/libbc/compmodule b/mach/i80/libbc/compmodule index 2bcf66ca5..e7e4da63c 100755 --- a/mach/i80/libbc/compmodule +++ b/mach/i80/libbc/compmodule @@ -1,2 +1,4 @@ -${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2 -echo `basename $1 $2`.s +if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2 +then echo `basename $1 $2`.s +else rm -f `basename $1 $2`.s +fi diff --git a/mach/i80/libcc/Makefile b/mach/i80/libcc/Makefile index 838041827..a81133956 100644 --- a/mach/i80/libcc/Makefile +++ b/mach/i80/libcc/Makefile @@ -1,5 +1,5 @@ MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=8080" "SUF=s" +MACHDEF="MACH=i80" "SUF=s" STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio" GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen" MON="PREF=mon" "SRC=lang/cem/libcc/mon" diff --git a/mach/i80/libem/Makefile b/mach/i80/libem/Makefile new file mode 100644 index 000000000..7aef585c8 --- /dev/null +++ b/mach/i80/libem/Makefile @@ -0,0 +1,14 @@ +install: tail + ../../install tail tail_em + +cmp: tail + -../../compare tail tail_em + +tail: + arch cr `cat LIST` + +opr: + make pr | opr +pr: + @pr `pwd`/Makefile + @pr -l33 `tail +1 LIST|sort` diff --git a/mach/i80/libpc/Makefile b/mach/i80/libpc/Makefile new file mode 100644 index 000000000..74fe98db7 --- /dev/null +++ b/mach/i80/libpc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=i80" "SUF=s" +PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" + +install: + make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp + +cmp: + make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all + -../../compare head_pc + -../../compare tail_pc + +clean: + -rm -f *.old *.[ce$(SUF)] tail* head* + +opr: + make pr | opr + +pr: + @pr Makefile diff --git a/mach/i80/libpc/compmodule b/mach/i80/libpc/compmodule new file mode 100755 index 000000000..e7e4da63c --- /dev/null +++ b/mach/i80/libpc/compmodule @@ -0,0 +1,4 @@ +if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2 +then echo `basename $1 $2`.s +else rm -f `basename $1 $2`.s +fi