Move builds to bonnibel 0.2

This commit is contained in:
Justin C. Miller
2019-03-30 01:33:00 -07:00
parent f9193b4602
commit ee6d69bcd2
6 changed files with 23 additions and 202 deletions

View File

@@ -1,26 +0,0 @@
builddir = $builddir/{{ target }}
target = {{ target }}
{% block variables %}
{% endblock %}
{% block binaries %}
cc = clang
cxx = clang++
ld = clang++
ar = ar
nasm = nasm
objcopy = objcopy
{% endblock %}
{% for module in modules %}
subninja {{ module.name }}.ninja
{% endfor %}
build ${builddir}/cc.defs : dump_cc_defs | {{ buildfile }}
build ${builddir}/cxx.defs : dump_cxx_defs | {{ buildfile }}
build ${builddir}/cc.run : dump_cc_run | {{ buildfile }}
build ${builddir}/cxx.run : dump_cxx_run | {{ buildfile }}
# vim: ft=ninja et ts=4 sts=4 sw=4