BUILD.kit (456B)
1 kit-build 2 2 3 [default c.executable] 4 recipe //do/default.exe.do 5 6 [default c.object] 7 recipe //do/default.o.do 8 9 [default c.objects] 10 recipe //do/default.objs.do 11 12 [default c.static-library] 13 recipe //do/default.a.do 14 15 [rule c-object] 16 match *.o 17 type c.object 18 19 [rule c-objects] 20 match *.objs 21 type c.objects 22 23 [target driver] 24 type c.objects 25 [target kit] 26 type c.executable 27 [target libkit] 28 type c.static-library 29 30 [redo-defaults] 31 enabled true 32 search do 33 walk-parents true