minor rearrangements
authorDenise Draper <denise@ucbvax.Berkeley.EDU>
Thu, 19 Nov 1987 04:10:52 +0000 (20:10 -0800)
committerDenise Draper <denise@ucbvax.Berkeley.EDU>
Thu, 19 Nov 1987 04:10:52 +0000 (20:10 -0800)
SCCS-vsn: local/ditroff/ditroff.okeeffe/devnver/Makefile 1.2

usr/src/local/ditroff/ditroff.okeeffe/devnver/Makefile

index 5fe1304..2a6fdaa 100644 (file)
@@ -1,4 +1,6 @@
 #
 #
+# 1.2  (CWI)   87/11/18
+#
 #   Makefile for the Versatec Harris Emulator
 #
 
 #   Makefile for the Versatec Harris Emulator
 #
 
@@ -6,19 +8,17 @@ OBS = dev.o font.o font2.o graph.o main.o parse.o put.o
 
 #CFLAGS = -g -DDEBUGABLE
 CFLAGS = -O
 
 #CFLAGS = -g -DDEBUGABLE
 CFLAGS = -O
+LIBDIR = /usr/lib
 
 all:   ndver sort tools
 
 
 all:   ndver sort tools
 
-#
-# only on turing do we actually need the driver.
-#
-install: sort
-#      install -c ndver $(DESTDIR)/ndver80
-       cd Sort; make $(MFLAGS) install
-#      cd Tools; make $(MFLAGS) install
+install: all
+       install -c ndver $(DESTDIR)${LIBDIR}/ndver80
+       cd Sort; make $(MFLAGS) DESTDIR=${DESTDIR} install
+       cd Tools; make $(MFLAGS) DESTDIR=${DESTDIR} install
 
 clean:
 
 clean:
-       rm -f *.o make.out dnver
+       rm -f *.o make.out ndver
        cd Sort; make $(MFLAGS) clean
        cd Tools; make $(MFLAGS) clean
 
        cd Sort; make $(MFLAGS) clean
        cd Tools; make $(MFLAGS) clean