|
|
1.1 root 1: # Copyright 1985, Massachusetts Institute of Technology
2:
3: INCLUDES= -I../include
4: DESTDIR =
5: CONFDIR = /usr/new
6: CFLAGS = -O $(INCLUDES)
7:
8: .SUFFIXES: .o .h .c .a
9:
10: #### Maintainance keys #####
11:
12: all: xnwm
13:
14: install:
15: install -s xnwm ${DESTDIR}${CONFDIR}
16:
17: clean:
18: rm -f *.CKP *.BAK core *~ *.o xnwm \#*
19:
20: ##### xnwm #####
21:
22: xnwm.o: wm.h extern.h
23: wmsubs.o: wm.h extern.h
24: globals.o: wm.h extern.h
25:
26: xnwm: xnwm.o wmsubs.o globals.o ../Xlib/Xlib.h
27: cc ${CFLAGS} -o xnwm xnwm.o wmsubs.o globals.o ../Xlib/libX.a
28:
29: profiled:
30: cc -p ${CFLAGS} -o profiled xnwm.c wmsubs.c globals.c ../Xlib/libX.a
31:
32: xnwmlint:
33: lint -h -b -x xnwm.c wmsubs.c globals.c ../Xlib/llib-lX.ln
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.