Build libs/pbd/pbd/signal.h from its generator python

script.


git-svn-id: svn://localhost/ardour2/branches/3.0@12268 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-05-14 17:46:07 +00:00
parent b14c75172b
commit f012a84e62
2 changed files with 4 additions and 903 deletions

View file

@ -54,6 +54,10 @@ def configure(conf):
# autowaf.check_header(conf, 'cxx', 'boost/uuid/uuid.hpp')
def build(bld):
# Make signal.h using signal.h.py
bld(rule = 'python ${SRC} ${TGT}', source = 'pbd/signal.h.py', target = 'pbd/signal.h')
# Library
obj = bld(features = 'cxx cxxshlib')
obj.source = '''