*** empty log message ***

This commit is contained in:
keie
1985-01-07 13:37:12 +00:00
parent b4ad7c46da
commit 5fedca22ad
3 changed files with 116 additions and 0 deletions

20
mach/6500/libpc/Makefile Normal file
View File

@@ -0,0 +1,20 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=6500" "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

2
mach/6500/libpc/compmodule Executable file
View File

@@ -0,0 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s