|
|
1.1 root 1: <mkconf
2: DIRS=lib cmd $SYS
3:
4: %-compile:V: paths.h
5: cd $stem; mk compile
6:
7: %-install:V: %-compile
8: cd $stem; mk install
9:
10: %-clean:V:
11: cd $stem; mk clean
12:
13: compile:V: ${DIRS:%=%-compile}
14:
15: install:V: ${DIRS:%=%-install}
16:
17: clean:V: ${DIRS:%=%-clean}
18: rm -f paths.h
19:
20: cmd-compile:Pexit 1: lib-compile $SYS-compile
21:
22: paths.h: conf/mkconf.$SYS
23: echo '#define LDIR "'$LDIR'"' > paths.h
24: echo '#define SDIR "'$SDIR'"' >> paths.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.