*** empty log message ***

This commit is contained in:
em 1985-03-18 17:27:42 +00:00
parent e3e9add8b1
commit e3e1c5ac20
5 changed files with 43 additions and 3 deletions

View file

@ -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

View file

@ -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"

14
mach/i80/libem/Makefile Normal file
View file

@ -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`

20
mach/i80/libpc/Makefile Normal file
View file

@ -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

4
mach/i80/libpc/compmodule Executable file
View file

@ -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