Initial revision
authorkeie <none@none>
Thu, 25 Oct 1984 14:28:18 +0000 (14:28 +0000)
committerkeie <none@none>
Thu, 25 Oct 1984 14:28:18 +0000 (14:28 +0000)
mach/m68k2/libpc/Makefile [new file with mode: 0644]
mach/m68k2/libsys/Makefile [new file with mode: 0644]
mach/m68k4/libsys/Makefile [new file with mode: 0644]

diff --git a/mach/m68k2/libpc/Makefile b/mach/m68k2/libpc/Makefile
new file mode 100644 (file)
index 0000000..3eacd7e
--- /dev/null
@@ -0,0 +1,21 @@
+MAKEFILE=../../proto/libg/Makefile
+MACHDEF="MACH=m68k2" "SUF=s"
+PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
+LIBDIR=../lib
+
+install:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp
+
+cmp:
+       make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all
+       cmp head_pc $(LIBDIR)/head_pc
+       cmp tail_pc $(LIBDIR)/tail_pc
+
+clean:
+               -rm -f *.old *.[ce$(SUF)] tail* head*
+
+opr:
+       make pr | opr
+
+pr:
+       @pr Makefile
diff --git a/mach/m68k2/libsys/Makefile b/mach/m68k2/libsys/Makefile
new file mode 100644 (file)
index 0000000..9b5535f
--- /dev/null
@@ -0,0 +1,13 @@
+LIBDIR=../lib
+install:
+       rm -f $(LIBDIR)/tail_mon
+       ln tail_mon.a $(LIBDIR)/tail_mon
+
+
+clean :
+
+opr :
+       make pr | opr
+
+pr:
+       @ar pv tail_mon.a
diff --git a/mach/m68k4/libsys/Makefile b/mach/m68k4/libsys/Makefile
new file mode 100644 (file)
index 0000000..9b5535f
--- /dev/null
@@ -0,0 +1,13 @@
+LIBDIR=../lib
+install:
+       rm -f $(LIBDIR)/tail_mon
+       ln tail_mon.a $(LIBDIR)/tail_mon
+
+
+clean :
+
+opr :
+       make pr | opr
+
+pr:
+       @ar pv tail_mon.a