*** empty log message ***
authorkeie <none@none>
Tue, 23 Oct 1984 15:29:53 +0000 (15:29 +0000)
committerkeie <none@none>
Tue, 23 Oct 1984 15:29:53 +0000 (15:29 +0000)
mach/6500/dl/Makefile [new file with mode: 0644]
mach/6500/libem/Makefile

diff --git a/mach/6500/dl/Makefile b/mach/6500/dl/Makefile
new file mode 100644 (file)
index 0000000..198cae5
--- /dev/null
@@ -0,0 +1,19 @@
+CFLAGS=-O
+
+dl:             dl.o
+               cc -o dl -n dl.o
+
+install:       dl
+               ../../install dl
+
+cmp:           dl
+               -../../compare dl
+
+opr:
+               make pr | opr
+
+pr:
+               @pr `pwd`/dl.c
+
+clean:
+               -rm -f *.o *.old dl
index 2806a0b..348ef24 100644 (file)
@@ -1,3 +1,7 @@
 all:
-       cp head.s ../lib/em_head
-       cp e.a ../lib/em_tail
+       cp head.s em_head
+       ../../install em_head
+       rm -f em_head
+       cp e.a em_tail
+       -../../compare em_tail
+       rm -f em_head em_tail