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

import mods  = libbutl.bash%bash{manifest-parser}
import mods += libbutl.bash%bash{manifest-serializer}

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

exe{brep-submit-dir}: in{submit-dir} bash{submit}
exe{brep-submit-git}: in{submit-git} bash{submit-git} bash{submit}

bash{submit}:     in{submit} $mods
bash{submit-git}: in{submit-git} bash{submit}