summaryrefslogtreecommitdiff
path: root/gtk2_ardour/arprof
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-07-22 13:53:19 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-07-22 13:53:19 +0000
commitee2936bad88280ec65f14a52a6faa53881c1feaf (patch)
tree775b7d89577dcad45037bc1a205bf0479d043f22 /gtk2_ardour/arprof
parent3b7230552d8aa6c36fd2fbc3ccc1cfb9109fc843 (diff)
waf is now the official build system for 3.0 - all/several gtk2_ardour/ar* scripts renamed to reflect this (-scons variants are now so-named)
git-svn-id: svn://localhost/ardour2/branches/3.0@5413 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/arprof')
-rwxr-xr-xgtk2_ardour/arprof9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk2_ardour/arprof b/gtk2_ardour/arprof
deleted file mode 100755
index 47c11cdb99..0000000000
--- a/gtk2_ardour/arprof
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ gprofhelper.c -nt gprofhelper.so ] ; then
- echo "Recompiling gprof helper ..."
- gcc -shared -nostdlib -fPIC gprofhelper.c -o gprofhelper.so -lpthread -ldl || exit 1
-fi
-
-. ardev_common.sh
-LDPRELOAD=./gprofhelper.so $EXECUTABLE "$@"