|
|
1.1 root 1: <../mkconf.v10
2:
3: CC=lcc
4: LPROG=connect dispatch canon hostname
5: LIBS=lib.a
6: LIBOBJ=canon.o lcreat.o
7:
8: %: %.sh
9: cp $stem.sh $target
10: chmod +x $target
11:
12: connect: connect.o
13: $CC $CFLAGS -o connect connect.o -lipc
14:
15: dispatch: dispatch.o
16: $CC $CFLAGS -o dispatch dispatch.o -lipc
17:
18: canon: canonmain.o lib.a
19: $CC $CFLAGS -o canon canonmain.o lib.a
20:
21: compile:V: $LPROG $LIBS
22:
23: install:V:
24: test -d $LDIR || mkdir $LDIR
25: cp $LPROG $LDIR
26:
27: lib.a: $LIBOBJ
28: ar r lib.a $LIBOBJ
29: ranlib lib.a
30:
31: clean:V:
32: rm -f $LPROG $LIBS *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.