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