classabbyamp 46e756a27b common/build-style: remove waf build style
no longer needed by any packages, and should not ever be needed by any
new packages
2024-09-28 23:21:44 -04:00
..
2023-02-07 03:26:02 -05:00
2024-02-08 06:23:24 -05:00

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.