|
|
1.1 root 1: #
2: # 7/5/85 hack @(#)Makefile 1.2
3: #
4: # main.c initialization
5: # head.c mail header parsing
6: #
7:
8: DESTDIR=/usr/new
9: HDRS =
10: INCLUDES = -I../../include
11: LIBS= ../../Xlib/libX.a
12: SRCS = main.c
13: OBJS = main.o
14:
15: CFLAGS = $(DFLAGS) $(INCLUDES)
16:
17: hack: $(OBJS)
18: $(CC) $(CFLAGS) $(OBJS) -o hack $(LIBS)
19:
20: $(OBJS): $(HDRS)
21:
22: install: hack
23: install -c -s error $(DESTROOT)$(DESTDIR)
24:
25: clean:
26: rm -f hack $(OBJS)
27:
28: sccsinfo:
29: sccs info
30:
31: sccsget:
32: sccs get SCCS
33:
34: print:
35: print $(HDRS) $(SRCS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.