|
|
1.1 root 1: CFLAGS= -I../sunlib -DX11 -DBSD -g
2: LIBS= ../sunlib/libj.a -lX11 -lm
3: NPROC= 2
4: PROGS= life sysmon icon
5:
6: all: ${PROGS}
7:
8: icon: icon.o
9: cc -o icon icon.o ${LIBS}
10:
11: life: life.o
12: cc -o life life.o ${LIBS}
13:
14: sysmon: sysmon.o
15: cc -o sysmon sysmon.o ${LIBS}
16:
17: clean:
18: rm -f ${PROGS} *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.