From 62746ef4ff49454496ed927cfdb576032389501d Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 29 Jan 1987 20:03:43 +0000 Subject: [PATCH] Initial revision --- mach/m68020/libbc/Makefile | 21 +++++++++++++++++++++ mach/m68020/libbc/compmodule | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 mach/m68020/libbc/Makefile create mode 100755 mach/m68020/libbc/compmodule diff --git a/mach/m68020/libbc/Makefile b/mach/m68020/libbc/Makefile new file mode 100644 index 000000000..3ad7e4234 --- /dev/null +++ b/mach/m68020/libbc/Makefile @@ -0,0 +1,21 @@ +SUF=o +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=m68020" "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 diff --git a/mach/m68020/libbc/compmodule b/mach/m68020/libbc/compmodule new file mode 100755 index 000000000..6327cb991 --- /dev/null +++ b/mach/m68020/libbc/compmodule @@ -0,0 +1,6 @@ +if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 +then + echo `basename $1 $2`.o +else + exit 1 +fi -- 2.34.1