aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-08 18:24:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-08 18:24:02 +0200
commit783efe3b1649f3426613e3c151e47c33a854010c (patch)
tree87142dbba7a9146c799384e5b058f5796b8a00da /buildfile
parent4a6e9ddf2f8fb848ed362aefac376088487a30ec (diff)
Add initial support for build2 build
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..b6d12ea
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,12 @@
+# file : buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+d = cutl/
+./: $d doc{INSTALL LICENSE NEWS README version} file{manifest}
+include $d
+
+# Don't install tests or the INSTALL file.
+#
+dir{tests/}: install = false
+doc{INSTALL}@./: install = false