aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/submit/buildfile
blob: 7951a460a76b7e9db82a692d8c3bd9eab0d7a5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : brep/handler/submit/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

./: exe{brep-submit-dir} exe{brep-submit-git}

include ../

exe{brep-submit-dir}: in{submit-dir} bash{submit} ../bash{handler}

exe{brep-submit-git}: in{submit-git} \
                      bash{submit-git} bash{submit} ../bash{handler}

bash{submit}:     in{submit} ../bash{handler}
bash{submit-git}: in{submit-git} bash{submit} ../bash{handler}