From f72b739e21e07a6dd723fa413f8b86dfb471fb09 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jan 1987 10:26:43 +0000 Subject: [PATCH] Initial revision --- mach/ns/libpc/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mach/ns/libpc/Makefile diff --git a/mach/ns/libpc/Makefile b/mach/ns/libpc/Makefile new file mode 100644 index 000000000..0c68be578 --- /dev/null +++ b/mach/ns/libpc/Makefile @@ -0,0 +1,20 @@ +MAKEFILE=../../proto/libg/Makefile +MACHDEF="MACH=ns" "SUF=o" "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 -- 2.34.1