From: em Date: Fri, 26 Jul 1985 11:05:30 +0000 (+0000) Subject: Initial revision X-Git-Tag: release-5-5~5430 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b5efab645fbfc3e77065d9a8ca6f5965d0450347;p=ack.git Initial revision --- diff --git a/mach/ns/libbc/Makefile b/mach/ns/libbc/Makefile new file mode 100644 index 000000000..333eb2fa7 --- /dev/null +++ b/mach/ns/libbc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=ns" "SUF=o" +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/ns/libbc/compmodule b/mach/ns/libbc/compmodule new file mode 100755 index 000000000..491f6d251 --- /dev/null +++ b/mach/ns/libbc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.o diff --git a/mach/ns/libcc/compmodule b/mach/ns/libcc/compmodule new file mode 100755 index 000000000..491f6d251 --- /dev/null +++ b/mach/ns/libcc/compmodule @@ -0,0 +1,2 @@ +${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +echo `basename $1 $2`.o