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