blob: 554e8815ee4c0f353c88e549cfa47ca120b9cfe8 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : buildfile
# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
d = odb/ tests/
./: $d doc{GPLv2 INSTALL LICENSE NEWS README version} file{manifest}
include $d
doc{INSTALL}@./: install = false
|