summaryrefslogtreecommitdiff
path: root/tmpl/regen_all.sh
blob: f9f4c95158d125a8d93d8f6bb504b7a0c83a5138 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

SCRIPT="`readlink -e $0`"
SCRIPTPATH="`dirname $SCRIPT`"
DEST=${SCRIPTPATH}/../include/gras

python expand_template.py factory.tmpl.hpp ${DEST}/factory.hpp
python expand_template.py factory_detail.tmpl.hpp ${DEST}/detail/factory.hpp
python expand_template.py callable.tmpl.hpp ${DEST}/callable.hpp
python expand_template.py callable_detail.tmpl.hpp ${DEST}/detail/callable.hpp