BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 6 Jan 1986 08:22:59 +0000 (00:22 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 6 Jan 1986 08:22:59 +0000 (00:22 -0800)
Work on file usr/src/new/dipress/src/bin/iptotext/Makefile

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/dipress/src/bin/iptotext/Makefile [new file with mode: 0644]

diff --git a/usr/src/new/dipress/src/bin/iptotext/Makefile b/usr/src/new/dipress/src/bin/iptotext/Makefile
new file mode 100644 (file)
index 0000000..5dd64fb
--- /dev/null
@@ -0,0 +1,25 @@
+#
+# Copyright (c) 1984, 1985 Xerox Corp.
+#
+DESTINCLUDE=../../../include
+DESTBIN=../../../bin
+DESTLIB=../../../lib
+
+CFLAGS= -g
+
+iptotext: iptotext.o
+       cc -g -o iptotext iptotext.o
+
+iptotext.o: $(DESTINCLUDE)/iptokens.h $(DESTINCLUDE)/ipnames.h
+       cc -g -c -I$(DESTINCLUDE) iptotext.c
+
+lint:
+       lint -ab -I$(DESTINCLUDE) iptotext.c $(DESTLIB)/llib-lip.ln -lc
+
+clean:
+       rm -f iptotext *.o
+
+install: $(DESTBIN)/iptotext
+
+$(DESTBIN)/iptotext: iptotext
+       install -c -s iptotext $(DESTBIN)