aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/submit/buildfile
blob: fd9fe140aa9d8a0700ae65bf32149db6554493e8 (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-2018 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}