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