vp-build/common/build-style
2015-08-23 17:45:45 +02:00
..
cmake.sh build-style/cmake.sh: allow build subdirectory 2015-06-29 14:29:46 +00:00
configure.sh
fetch.sh
gnu-configure.sh
gnu-makefile.sh
go.sh build-style/go: don't set GOBIN 2015-08-22 20:58:24 +02:00
meta.sh
perl-module.sh
perl-ModuleBuild.sh
python-module.sh
qmake.sh build_style qmake: generalized CFLAGS/LDFLAGS passing 2015-08-23 17:45:45 +02:00
README
ruby-module.sh build-style/ruby-module: force LANG=C to workaround musl. 2015-07-29 10:24:53 +02:00
slashpackage.sh
waf.sh
waf3.sh

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.