WAF: as suggested by George, add a bunch of helper waf scripts that call the toplevel waf script, so that it is possible to compile with ./waf from emacs regardless of which buffer you are visiting (the other alternative is to install waf system wide and run 'waf'.

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-09-08 19:24:39 +01:00
parent 054e06daa9
commit 8f13030ade
14 changed files with 13 additions and 2 deletions
-2
View File
@@ -7,5 +7,3 @@ build
doc/html.*
doc/latex.*
.lock-wscript
.waf*
waf
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../../waf "$@"
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../../waf "$@"
Vendored Executable
+1
View File
@@ -0,0 +1 @@
exec "`dirname "$0"`"/../waf "$@"