| 14 |
|
PROGS = [ |
| 15 |
|
('findglare', Split('findglare.c glareval.c glaresrc.c')+[setscan], |
| 16 |
|
['rtpic','rtargs','rtio','rtproc','rtmath','rtpath','rtmem','rterror']), |
| 17 |
+ |
#('contour', Split('contour.c'), ['rtmath']), # XXX what is this? |
| 18 |
|
('glarendx', Split('glarendx.c'), ['rtpic','rtio','rtargs','rtmath']), |
| 19 |
|
('vwright', Split('vwright.c'), ['rtpic','rtio','rtargs','rtmath']), |
| 20 |
|
('vwrays', Split('vwrays.c'), ['rtpic','rtio','rtargs','rtmath']), |
| 58 |
|
LIBS=mlib) |
| 59 |
|
scanner_i = env.Install(env['RAD_BINDIR'], scanner) |
| 60 |
|
makedist = env.Program(target=radbin('makedist'), |
| 61 |
< |
source=Split('makedist.c')+[setscan]) |
| 61 |
> |
source=Split('makedist.c')+[setscan], |
| 62 |
> |
LIBS=['rtmath']+mlib) |
| 63 |
|
makedist_i = env.Install(env['RAD_BINDIR'], makedist) |
| 64 |
|
env.Alias('util_special', [scanner, makedist]) |
| 65 |
|
env.Alias('util_special_install', [scanner_i, makedist_i]) |