diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-16 14:11:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-16 14:11:14 +0200 |
commit | c106259517d7693ea8e24564bc890fe575d5edcd (patch) | |
tree | bbf87f83edeaf60ff3dfa6fff33c6b7504f5318b /build/buildfile | |
parent | df50091259a34fa4718f38c0e3b7b64f6e2469ac (diff) |
Implement rule chaining for cxx::link
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/build/buildfile b/build/buildfile index 73f2e91..3575baa 100644 --- a/build/buildfile +++ b/build/buildfile @@ -1,22 +1,4 @@ -exe{b1}: obj{b algorithm scope parser lexer trace target prerequisite rule \ +exe{b1}: cxx{b algorithm scope parser lexer trace target prerequisite rule \ native context diagnostics cxx/target cxx/rule process timestamp path \ utility} -obj{b}: cxx{b} -obj{algorithm}: cxx{algorithm} -obj{scope}: cxx{scope} -obj{parser}: cxx{parser} -obj{lexer}: cxx{lexer} -obj{trace}: cxx{trace} -obj{target}: cxx{target} -obj{prerequisite}: cxx{prerequisite} -obj{rule}: cxx{rule} -obj{native}: cxx{native} -obj{context}: cxx{context} -obj{diagnostics}: cxx{diagnostics} -obj{cxx/target}: cxx{cxx/target} -obj{cxx/rule}: cxx{cxx/rule} -obj{process}: cxx{process} -obj{timestamp}: cxx{timestamp} -obj{path}: cxx{path} -obj{utility}: cxx{utility} |