aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-30 14:23:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-30 14:23:30 +0200
commitf69a52486b9b9521ee47843ece1093b0b6ee81ea (patch)
tree14b9be8547e1fbb8384c4d8baf39e0179f283b4c /build
parentb1d778b2303c3dcb3f70e4b29a0a9bcba72c11d6 (diff)
Cosmetic change
Diffstat (limited to 'build')
-rw-r--r--build/buildfile104
1 files changed, 52 insertions, 52 deletions
diff --git a/build/buildfile b/build/buildfile
index 77ed6ed..db32797 100644
--- a/build/buildfile
+++ b/build/buildfile
@@ -4,58 +4,58 @@
import libs = libbutl%lib{butl}
-exe{b}: \
- { hxx ixx txx cxx }{ algorithm } \
- { cxx }{ b } \
- { hxx txx cxx }{ context } \
- { hxx cxx }{ diagnostics } \
- { hxx cxx }{ dump } \
- { hxx ixx cxx }{ file } \
- { hxx cxx }{ lexer } \
- { hxx cxx }{ module } \
- { hxx cxx }{ name } \
- { hxx cxx }{ operation } \
- { hxx ixx cxx }{ options } \
- { hxx cxx }{ parser } \
- { hxx cxx }{ path-io } \
- { hxx cxx }{ prerequisite } \
- { hxx cxx }{ rule } \
- { hxx }{ rule-map } \
- { hxx cxx }{ scope } \
- { hxx cxx }{ search } \
- { hxx cxx }{ spec } \
- { hxx ixx txx cxx }{ target } \
- { hxx }{ target-key } \
- { hxx }{ target-type } \
- { hxx cxx }{ token } \
- { hxx }{ types } \
- { hxx cxx }{ utility } \
- { hxx ixx txx cxx }{ variable } \
- bin/{ hxx cxx }{ module } \
- bin/{ hxx cxx }{ rule } \
- bin/{ hxx cxx }{ target } \
- cli/{ hxx cxx }{ module } \
- cli/{ hxx cxx }{ rule } \
- cli/{ hxx cxx }{ target } \
- config/{ hxx cxx }{ module } \
- config/{ hxx cxx }{ operation } \
- config/{ hxx ixx txx cxx }{ utility } \
- cxx/{ hxx cxx }{ compile } \
- cxx/{ hxx cxx }{ install } \
- cxx/{ hxx cxx }{ link } \
- cxx/{ hxx cxx }{ module } \
- cxx/{ hxx cxx }{ target } \
- cxx/{ hxx txx cxx }{ utility } \
- dist/{ hxx cxx }{ module } \
- dist/{ hxx cxx }{ operation } \
- dist/{ hxx cxx }{ rule } \
-install/{ hxx cxx }{ module } \
-install/{ hxx cxx }{ operation } \
-install/{ hxx cxx }{ rule } \
-install/{ hxx }{ utility } \
- test/{ hxx cxx }{ module } \
- test/{ hxx cxx }{ operation } \
- test/{ hxx cxx }{ rule } \
+exe{b}: \
+ {hxx ixx txx cxx}{ algorithm } \
+ { cxx}{ b } \
+ {hxx txx cxx}{ context } \
+ {hxx cxx}{ diagnostics } \
+ {hxx cxx}{ dump } \
+ {hxx ixx cxx}{ file } \
+ {hxx cxx}{ lexer } \
+ {hxx cxx}{ module } \
+ {hxx cxx}{ name } \
+ {hxx cxx}{ operation } \
+ {hxx ixx cxx}{ options } \
+ {hxx cxx}{ parser } \
+ {hxx cxx}{ path-io } \
+ {hxx cxx}{ prerequisite } \
+ {hxx cxx}{ rule } \
+ {hxx }{ rule-map } \
+ {hxx cxx}{ scope } \
+ {hxx cxx}{ search } \
+ {hxx cxx}{ spec } \
+ {hxx ixx txx cxx}{ target } \
+ {hxx }{ target-key } \
+ {hxx }{ target-type } \
+ {hxx cxx}{ token } \
+ {hxx }{ types } \
+ {hxx cxx}{ utility } \
+ {hxx ixx txx cxx}{ variable } \
+ bin/{hxx cxx}{ module } \
+ bin/{hxx cxx}{ rule } \
+ bin/{hxx cxx}{ target } \
+ cli/{hxx cxx}{ module } \
+ cli/{hxx cxx}{ rule } \
+ cli/{hxx cxx}{ target } \
+ config/{hxx cxx}{ module } \
+ config/{hxx cxx}{ operation } \
+ config/{hxx ixx txx cxx}{ utility } \
+ cxx/{hxx cxx}{ compile } \
+ cxx/{hxx cxx}{ install } \
+ cxx/{hxx cxx}{ link } \
+ cxx/{hxx cxx}{ module } \
+ cxx/{hxx cxx}{ target } \
+ cxx/{hxx txx cxx}{ utility } \
+ dist/{hxx cxx}{ module } \
+ dist/{hxx cxx}{ operation } \
+ dist/{hxx cxx}{ rule } \
+install/{hxx cxx}{ module } \
+install/{hxx cxx}{ operation } \
+install/{hxx cxx}{ rule } \
+install/{hxx }{ utility } \
+ test/{hxx cxx}{ module } \
+ test/{hxx cxx}{ operation } \
+ test/{hxx cxx}{ rule } \
$libs
#@@ TODO