From: em Date: Fri, 1 Feb 1985 22:12:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~5679 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=dd7e9436a225871c456e4c7e87a4c8bfdc566f80;p=ack.git *** empty log message *** --- diff --git a/mach/6500/libbc/Makefile b/mach/6500/libbc/Makefile new file mode 100644 index 000000000..2be55a0ab --- /dev/null +++ b/mach/6500/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=6500" "SUF=s" +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 diff --git a/mach/6500/libbc/compmodule b/mach/6500/libbc/compmodule new file mode 100755 index 000000000..284613267 --- /dev/null +++ b/mach/6500/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.s diff --git a/mach/em22/libbc/Makefile b/mach/em22/libbc/Makefile new file mode 100644 index 000000000..2a4694600 --- /dev/null +++ b/mach/em22/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=int22" "SUF=m" +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 diff --git a/mach/em22/libbc/compmodule b/mach/em22/libbc/compmodule new file mode 100755 index 000000000..330b4aef5 --- /dev/null +++ b/mach/em22/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2 +echo `basename $1 $2`.m diff --git a/mach/em24/libbc/Makefile b/mach/em24/libbc/Makefile new file mode 100644 index 000000000..49e3164df --- /dev/null +++ b/mach/em24/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=int24" "SUF=m" +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 diff --git a/mach/em24/libbc/compmodule b/mach/em24/libbc/compmodule new file mode 100755 index 000000000..330b4aef5 --- /dev/null +++ b/mach/em24/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2 +echo `basename $1 $2`.m diff --git a/mach/em44/libbc/Makefile b/mach/em44/libbc/Makefile new file mode 100644 index 000000000..8f260a8db --- /dev/null +++ b/mach/em44/libbc/Makefile @@ -0,0 +1,21 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=int44" "SUF=m" +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 diff --git a/mach/em44/libbc/compmodule b/mach/em44/libbc/compmodule new file mode 100755 index 000000000..330b4aef5 --- /dev/null +++ b/mach/em44/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} -LIB $1 1>&2 +echo `basename $1 $2`.m diff --git a/mach/i80/libbc/Makefile b/mach/i80/libbc/Makefile new file mode 100644 index 000000000..d6d01c0b6 --- /dev/null +++ b/mach/i80/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=8080" "SUF=s" +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 diff --git a/mach/i80/libbc/compmodule b/mach/i80/libbc/compmodule new file mode 100755 index 000000000..2bcf66ca5 --- /dev/null +++ b/mach/i80/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.s diff --git a/mach/i86/libbc/Makefile b/mach/i86/libbc/Makefile new file mode 100644 index 000000000..69179491b --- /dev/null +++ b/mach/i86/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=i86" "SUF=s" +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 diff --git a/mach/i86/libbc/compmodule b/mach/i86/libbc/compmodule new file mode 100755 index 000000000..2bcf66ca5 --- /dev/null +++ b/mach/i86/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.s diff --git a/mach/m68k2/libbc/Makefile b/mach/m68k2/libbc/Makefile new file mode 100644 index 000000000..f3e9eef2c --- /dev/null +++ b/mach/m68k2/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=m68k2" "SUF=s" +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 diff --git a/mach/m68k2/libbc/compmodule b/mach/m68k2/libbc/compmodule new file mode 100755 index 000000000..284613267 --- /dev/null +++ b/mach/m68k2/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.s diff --git a/mach/pdp/libbc/Makefile b/mach/pdp/libbc/Makefile new file mode 100644 index 000000000..7e516a90e --- /dev/null +++ b/mach/pdp/libbc/Makefile @@ -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 diff --git a/mach/pdp/libbc/compmodule b/mach/pdp/libbc/compmodule new file mode 100755 index 000000000..491f6d251 --- /dev/null +++ b/mach/pdp/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.o diff --git a/mach/vax4/libbc/Makefile b/mach/vax4/libbc/Makefile new file mode 100644 index 000000000..4a2432c59 --- /dev/null +++ b/mach/vax4/libbc/Makefile @@ -0,0 +1,21 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=vax4" "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 diff --git a/mach/vax4/libbc/compmodule b/mach/vax4/libbc/compmodule new file mode 100755 index 000000000..491f6d251 --- /dev/null +++ b/mach/vax4/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.o diff --git a/mach/z8000/libbc/Makefile b/mach/z8000/libbc/Makefile new file mode 100644 index 000000000..ef381a1c8 --- /dev/null +++ b/mach/z8000/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=z8000" "SUF=s" +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 diff --git a/mach/z8000/libbc/compmodule b/mach/z8000/libbc/compmodule new file mode 100755 index 000000000..284613267 --- /dev/null +++ b/mach/z8000/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.s