|
|
1.1 root 1: # Copyright 1985, Massachusetts Institute of Technology
2: #
3: # - makefile for keycomp
4: #
5:
6: DESTDIR =
7: CONFDIR = /usr/new
8: INCDIR = -I../include
9:
10: CFLAGS = -O ${INCDIR}
11: XLIB = ../Xlib/libX.a
12: SRCS = keycomp.c
13: OBJS = keycomp.o
14: PROGRAM = keycomp
15:
16: all: keycomp Xkeymap
17:
18: clean:
19: rm -f *.bak *.o *~ $(PROGRAM) Xkeymap \#*
20:
21: Xkeymap: Xkeymap.default keycomp
22: keycomp <Xkeymap.default >Xkeymap
23:
24: install: all
25: install keycomp ${DESTDIR}${CONFDIR}
26: cp Xkeymap.default ${DESTDIR}/usr/lib/Xkeymap.txt
27: chmod 0644 ${DESTDIR}/usr/lib/Xkeymap.txt
28:
29: keycomp: keycomp.o ../Xlib/libX.a
30: cc $(CFLAGS) $(OBJS) -o $(PROGRAM) $(XLIB)
31:
32: $(OBJS): $(SRCS)
33:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.