File: autotools.plugin

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