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