*** empty log message ***
This commit is contained in:
parent
e3e9add8b1
commit
e3e1c5ac20
5 changed files with 43 additions and 3 deletions
|
@ -1,2 +1,4 @@
|
||||||
${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
|
if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2
|
||||||
echo `basename $1 $2`.s
|
then echo `basename $1 $2`.s
|
||||||
|
else rm -f `basename $1 $2`.s
|
||||||
|
fi
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
MAKEFILE=../../proto/libg/Makefile
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
MACHDEF="MACH=8080" "SUF=s"
|
MACHDEF="MACH=i80" "SUF=s"
|
||||||
STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio"
|
STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio"
|
||||||
GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"
|
GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"
|
||||||
MON="PREF=mon" "SRC=lang/cem/libcc/mon"
|
MON="PREF=mon" "SRC=lang/cem/libcc/mon"
|
||||||
|
|
14
mach/i80/libem/Makefile
Normal file
14
mach/i80/libem/Makefile
Normal 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
20
mach/i80/libpc/Makefile
Normal 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
4
mach/i80/libpc/compmodule
Executable 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
|
Loading…
Add table
Reference in a new issue