*** empty log message ***
authorceriel <none@none>
Fri, 30 Jan 1987 20:50:31 +0000 (20:50 +0000)
committerceriel <none@none>
Fri, 30 Jan 1987 20:50:31 +0000 (20:50 +0000)
mach/pmds/Action
mach/pmds/cv/Makefile

index 42ad472..e4c3625 100644 (file)
@@ -1,6 +1,6 @@
-name "PMDS download program(s)"
-dir dl
+name "Ack.out --> PMDS a.out format conversion program"
+dir cv
 end
-name "PMDS EM library"
-dir libem
+name "PMDS systemcall library"
+dir libsys
 end
index cc289a1..421009a 100644 (file)
@@ -1,7 +1,9 @@
-CFLAGS=-O
+EMHOME=../../..
+
+CFLAGS=-O -I$(EMHOME)/h
 
 cv:            cv.o
-               $(CC) -o cv -n cv.o
+               $(CC) -o cv -n cv.o $(EMHOME)/modules/lib/libobject.a
 
 install:       cv
                ../../install cv