vp-build/common/build-style
John 568df64d8e meson: fix cpp cross compilation 2017-09-30 14:20:47 +02:00
..
R-cran.sh Add and document R-cran build style; support CRAN in update-check. 2017-06-08 13:32:40 +02:00
README
cmake.sh build-style/cmake.sh: $CC and $CXX are good enough for cross-compiling. 2017-08-16 18:09:35 +02:00
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh build_style/gnu-makefile: allow good makefiles 2017-04-25 16:20:59 -04:00
go.sh build-style: check for Gopkg.{toml,lock} in go 2017-09-17 23:58:52 +02:00
haskell-stack.sh haskell-stack: Add support for stack.yaml in source 2017-06-26 23:21:09 -07:00
meson.sh meson: fix cpp cross compilation 2017-09-30 14:20:47 +02:00
meta.sh
perl-ModuleBuild.sh
perl-module.sh common/build-style/perl-module.sh: Config_heavy.pl doesn't have a .pm extensions. 2017-09-25 16:57:31 +02:00
python-module.sh
python2-module.sh build-style/python{2,3}-module: do not use custom build directory 2017-08-25 16:17:12 +02:00
python3-module.sh build-style/python{2,3}-module: do not use custom build directory 2017-08-25 16:17:12 +02:00
qmake.sh build-style qmake: detect qmake w/o qtchooser 2017-03-21 19:35:01 +01:00
ruby-module.sh
scons.sh
slashpackage.sh
waf.sh
waf3.sh

README

BUILD STYLES
============

These shell snippets provide support for multiple build systems, i.e GNU configure,
CMake, etc. A build style file must provide at least the following functions:

	- do_configure
	- do_build
	- do_install

If a source package defines its own do_xxx() function, the function defined in
the build style file is simply ignored.