Bell 32V development
authorTom London <tbl@research.uucp>
Fri, 9 Feb 1979 04:19:27 +0000 (23:19 -0500)
committerTom London <tbl@research.uucp>
Fri, 9 Feb 1979 04:19:27 +0000 (23:19 -0500)
Work on file usr/src/cmd/prof/Makefile

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/src/cmd/prof/Makefile [new file with mode: 0644]

diff --git a/usr/src/cmd/prof/Makefile b/usr/src/cmd/prof/Makefile
new file mode 100644 (file)
index 0000000..a646ad4
--- /dev/null
@@ -0,0 +1,11 @@
+# If you don't want to plot, take out the -Dplot and the ref. to plot.a
+PLOT = /usr/lib/libplot.a -Dplot
+CFLAGS=-O
+prof:  prof.o
+       $(CC) -o prof prof.o $(PLOT)
+
+install:
+       install -s prof $(DESTDIR)/usr/bin
+
+clean :
+       rm -f *.o