summaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAgeFilesLines
* Update the pkg-config installation macro for library substitutionVincent Sanders2014-11-271-1/+1
| | | | | | | | This adds REQUIRED_LIBS variable which is a space separated list of libraries that will be macro expanded into LIBRARIES in pkg-config install target. This is typically used in the "Libs:" stanza for additional (possibly conditional) libraries necessary to link the final program.
* Allow Makefile.tools to find the test tools etc, and use NSSHARED as the ↵Daniel Silverstone2012-06-291-1/+3
| | | | | | root of everything svn path=/trunk/tools/buildsystem/; revision=13997
* Initial rework to have Makefile.tools find itself and set NSBUILDDaniel Silverstone2012-06-295-5/+5
| | | | svn path=/trunk/tools/buildsystem/; revision=13996
* Bring up to dateJohn Mark Bell2009-05-301-8/+4
| | | | svn path=/trunk/tools/buildsystem/; revision=7653
* An example buildsystem, using the core makefilesJohn Mark Bell2009-03-2412-0/+95
svn path=/trunk/tools/buildsystem/; revision=6832