*** empty log message ***
authorkeie <none@none>
Fri, 26 Oct 1984 11:01:40 +0000 (11:01 +0000)
committerkeie <none@none>
Fri, 26 Oct 1984 11:01:40 +0000 (11:01 +0000)
mach/vax4/libcc/compmodule [new file with mode: 0755]
mach/vax4/libem/Makefile [new file with mode: 0644]
mach/vax4/libpc/compmodule [new file with mode: 0755]

diff --git a/mach/vax4/libcc/compmodule b/mach/vax4/libcc/compmodule
new file mode 100755 (executable)
index 0000000..491f6d2
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.o
diff --git a/mach/vax4/libem/Makefile b/mach/vax4/libem/Makefile
new file mode 100644 (file)
index 0000000..f2f9843
--- /dev/null
@@ -0,0 +1,35 @@
+TAILSRC=tail_em.a
+l=../lib
+
+install:       head_em tail_em
+               cp head_em $l/head_em
+               cp tail_em $l/tail_em
+               -rm -f head_em tail_em
+
+cmp:           head_em tail_em
+               -cmp head_em $l/head_em
+               -cmp tail_em $l/tail_em
+
+head_em:        head_em.s system.h
+               vax4 -c -I../../../h head_em.s
+               mv head_em.o head_em
+
+tail_em:        $(TAILSRC) system.h
+               arch x $(TAILSRC) ;\
+               ALL= ; \
+               for i in `arch t $(TAILSRC)` ; do \
+                       BN=`basename $$i .s`.o ; \
+                       vax4 -I../../../h -c $$i ; \
+                       RM="$$RM $$i" ; \
+                       ALL="$$ALL $$BN" ; \
+               done ; \
+               ar r tail_em $$ALL ; rm -f $$RM $$ALL
+
+clean:
+               -rm -f `arch t $(TAILSRC)` *.old *.o
+
+opr:
+               make pr | opr
+
+pr:
+               @(pr head_em.s ; arch pv $(TAILSRC) | pr -h "vax4/libem" )
diff --git a/mach/vax4/libpc/compmodule b/mach/vax4/libpc/compmodule
new file mode 100755 (executable)
index 0000000..491f6d2
--- /dev/null
@@ -0,0 +1,2 @@
+${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+echo `basename $1 $2`.o