File: waf.plugin

package info (click to toggle)
foundry 1.1~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,552 kB
  • sloc: ansic: 167,487; xml: 417; makefile: 21; sh: 19; javascript: 10
file content (14 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Plugin]
Name=Waf
Description=Allow building using the Waf build system
Builtin=true
Embedded=_plugin_waf_register_types
Module=waf
X-Category=buildsystem
X-BuildSystem-Name=waf
X-BuildSystem-Config-Command=waf -t $SRCDIR -o $BUILDDIR configure
X-BuildSystem-Build-Command=waf -t $SRCDIR -o $BUILDDIR build
X-BuildSystem-Install-Command=waf -t $SRCDIR -o $BUILDDIR install
X-BuildSystem-Clean-Command=waf -t $SRCDIR -o $BUILDDIR clean
X-BuildSystem-Pattern=^wscript$
X-BuildSystem-Priority=500