This commit is contained in:
ceriel
1995-12-06 14:04:51 +00:00
parent e5894e0f5a
commit cdb362b628
390 changed files with 0 additions and 12547 deletions

View File

@@ -1,2 +0,0 @@
Makefile
compmodule

View File

@@ -1,21 +0,0 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=pdp" "SUF=$(SUF)" "ASAR=aal"
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
install:
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

View File

@@ -1,4 +0,0 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi

View File

@@ -1,2 +0,0 @@
Makefile
compmodule

View File

@@ -1,50 +0,0 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=pdp" "SUF=$(SUF)" "ASAR=aal"
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"
LIBM="PREF=m" "SRC=lang/cem/libcc/math"
LIBLN="PREF=ln" "SRC=lang/cem/libcc/libln"
install: cpstdio cpgen cplibm
cpstdio:
make -f $(MAKEFILE) $(STDIO) $(MACHDEF) tailcp
cpgen:
make -f $(MAKEFILE) $(GEN) $(MACHDEF) cp
cpmon:
make -f $(MAKEFILE) $(MON) $(MACHDEF) tailcp
cplibm:
make -f $(MAKEFILE) $(LIBM) $(MACHDEF) tailcp
cplibln:
make -f $(MAKEFILE) $(LIBLN) $(MACHDEF) tailcp
cmp: cmpstdio cmpgen cmplibm
cmpstdio:
make -f $(MAKEFILE) $(STDIO) $(MACHDEF) tail
-../../compare tail_cc.1s
cmpgen:
make -f $(MAKEFILE) $(GEN) $(MACHDEF) head
-../../compare head_cc
make -f $(MAKEFILE) $(GEN) $(MACHDEF) tail
-../../compare tail_cc.2g
cmpmon:
make -f $(MAKEFILE) $(MON) $(MACHDEF) tail
-../../compare tail_mon
cmplibm:
make -f $(MAKEFILE) $(LIBM) $(MACHDEF) tail
-../../compare tail_m
cmplibln:
make -f $(MAKEFILE) $(LIBLN) $(MACHDEF) tail
-../../compare tail_ln
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile

View File

@@ -1,4 +0,0 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi

View File

@@ -1,2 +0,0 @@
Makefile
compmodule

View File

@@ -1,30 +0,0 @@
SUF=o
EMHOME=../../..
MAKEFILE=$(EMHOME)/mach/proto/libg/Makefile
MACHDEF="MACH=pdp" "SUF=$(SUF)" "ASAR=aal"
M2LIB = lang/m2/libm2
MOD="PREF=m2" "SUB=" "SRC=$(M2LIB)"
all:
make -f $(MAKEFILE) $(MOD) $(MACHDEF) all
install: cpmod
cpmod:
make -f $(MAKEFILE) $(MOD) $(MACHDEF) cp
cmp: cmpmod
cmpmod:
make -f $(MAKEFILE) $(MOD) $(MACHDEF) all
-$(EMHOME)/mach/compare tail_m2
-$(EMHOME)/mach/compare head_m2
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
opr:
make pr | opr
pr:
@pr Makefile

View File

@@ -1,4 +0,0 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi

View File

@@ -1,2 +0,0 @@
Makefile
compmodule

View File

@@ -1,20 +0,0 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=pdp" "SUF=$(SUF)" "ASAR=aal"
PCDEF="PREF=ocm" "SUB=" "SRC=lang/occam/lib"
install:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tailcp
cmp:
make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) tail
-../../compare tail_ocm
clean:
-rm -f *.old *.[ce$(SUF)] tail*
opr:
make pr | opr
pr:
@pr Makefile

View File

@@ -1,6 +0,0 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.o
else
exit 1
fi

View File

@@ -1,2 +0,0 @@
Makefile
compmodule

View File

@@ -1,21 +0,0 @@
SUF=o
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=pdp -Rbe-p2" "SUF=$(SUF)" "ASAR=aal"
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

View File

@@ -1,4 +0,0 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi