|
|
1.1 root 1: #
2: # Copyright, 1985, Massachusetts Institute of Technology.
3: # xrefresh - trivial program to refresh the screen
4: #
5:
6: DESTDIR =
7: INCLUDES = -I../include
8:
9: CONFDIR = /usr/new
10: XLIB = ../Xlib/libX.a
11: CFLAGS = -O $(INCLUDES)
12: PROG = xrefresh
13:
14: OBJS = $(PROG).o
15:
16: all: $(PROG)
17:
18: install: all
19: install -c $(PROG) $(DESTDIR)$(CONFDIR)
20: chmod 755 $(DESTDIR)$(CONFDIR)/$(PROG)
21:
22: clean:
23: rm -f $(PROG).o $(PROG) *~ \#*
24:
25: igrind:
26: igrind $(PROG).c
27:
28: $(PROG): $(OBJS) ../Xlib/Xlib.h
29: $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(XLIB)
30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.