mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
Remove old scripts from when scons was used for build system
This commit is contained in:
parent
aed58d6f39
commit
edac6abdd7
3 changed files with 0 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
. `dirname "$0"`/ardev_common.sh
|
|
||||||
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
|
|
||||||
export ARDOUR_INSIDE_GDB=1
|
|
||||||
exec gdb --args $TOP/$EXECUTABLE "$@"
|
|
||||||
|
|
@ -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 "$@"
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
. `dirname "$0"`/ardev_common.sh
|
|
||||||
export ARDOUR_RUNNING_UNDER_VALGRIND=TRUE
|
|
||||||
exec valgrind --num-callers=50 --tool=memcheck $TOP/$EXECUTABLE --novst "$@"
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue