From 504e1de9de483f6f8ba54c5424c2327db1be6755 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 25 Aug 2014 09:40:57 +1000 Subject: gdb-python: Add waf script to install under a prefix. --- tools/gdb/python/wscript | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tools/gdb/python/wscript diff --git a/tools/gdb/python/wscript b/tools/gdb/python/wscript new file mode 100644 index 0000000..22d44e8 --- /dev/null +++ b/tools/gdb/python/wscript @@ -0,0 +1,23 @@ +# +# Install the RTEMS gdb python +# + +def configure(conf): + conf.load('python') + +def build(bld): + bld.install_files('${PREFIX}/share/gdb/python/rtems', + ['chains.py', + 'classic.py', + 'classic_printer.py', + 'heaps.py', + 'helper.py', + 'main.py', + 'objects.py', + 'pretty.py', + 'rtems.py', + 'sparc.py', + 'supercore.py', + 'supercore_printer.py', + 'threads.py', + 'watchdog.py']) -- cgit v1.2.3