*** empty log message ***

This commit is contained in:
em
1985-02-01 22:12:31 +00:00
parent 8e154eb826
commit dd7e9436a2
20 changed files with 223 additions and 0 deletions

21
mach/pdp/libbc/Makefile Normal file
View File

@@ -0,0 +1,21 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=pdp" "SUF=o" "ASAR=ar"
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
install:
RANLIB=ranlib ; export RANLIB ;\
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tailcp
cmp:
make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
-../../compare head_bc
-../../compare tail_bc
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile

2
mach/pdp/libbc/compmodule Executable file
View File

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