Initial revision
authorceriel <none@none>
Mon, 19 Jan 1987 10:26:43 +0000 (10:26 +0000)
committerceriel <none@none>
Mon, 19 Jan 1987 10:26:43 +0000 (10:26 +0000)
mach/ns/libpc/Makefile [new file with mode: 0644]

diff --git a/mach/ns/libpc/Makefile b/mach/ns/libpc/Makefile
new file mode 100644 (file)
index 0000000..0c68be5
--- /dev/null
@@ -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