aboutsummaryrefslogtreecommitdiffstats
path: root/buildsys.mk.in
Commit message (Expand)AuthorAgeFilesLines
* build: Fix dependency tracking.•••Submitted by: aji Gravatar Jilles Tjoelker2013-03-231-36/+11
* buildsys: more parallelism fixesGravatar William Pitcock2012-05-291-1/+2
* buildsys: avoid using shell even more (only used for linking now)Gravatar William Pitcock2012-04-191-145/+157
* buildsys: clarify this is a derivativeGravatar William Pitcock2012-04-181-0/+4
* buildsys: switch to tracking dependencies on a per-sourceunit basis.•••This synthesizes a make rule for each dependency file, and includes them all. This allows us to build dependencies at other parts of the source tree while other source units are building. Gravatar William Pitcock2012-04-181-29/+7
* buildsys: remove dependency on if for compiling specific source unitsGravatar William Pitcock2012-04-181-125/+37
* buildsys: Allow parallel building of subdirs by resolving them as build tasks.•••This has the bonus of allowing us to not invoke shell for looping, which provides a massive build speed increase. Gravatar William Pitcock2012-04-181-11/+5
* buildsys: use same style as V=1 when V=1 is not in use, also remove V=1 defaultGravatar William Pitcock2012-04-181-26/+26
* Use V=1 output by default (but not for 7.0 since it's still experimental).•••Also, squelch some tasks like "changing directory". Gravatar William Pitcock2012-04-181-5/+26
* Update buildsys for make V=1 feature.Gravatar William Pitcock2012-04-181-92/+232
* Fix up buildsys from upgrade.Gravatar William Pitcock2012-02-191-1/+1
* Update buildsys.Gravatar William Pitcock2012-02-191-111/+286
* Add missing USE_NLS variable.Gravatar William Pitcock2011-04-261-0/+1
* missing other part of previous commitGravatar Stephen Bennett2011-03-121-1/+1
* make --disable-nls work againGravatar Yoshiki Yazawa2011-02-101-9/+10
* buildsys: Use multiple cores in the modules/ part (with make -j).•••Apart from that, this also reduces the number of times make is started. Gravatar Jilles Tjoelker2010-06-271-1/+3
* Allow dependency generation with non-standard include paths.•••It seems that tools like pkg-config think the concept of separate CPPFLAGS is stupid, and various of our libraries do not use it. Therefore, the dependency generation needs to use CFLAGS. Gravatar Jilles Tjoelker2010-05-231-1/+1
* Fix previous patch.Gravatar William Pitcock2010-05-191-0/+2
* Helps if we install the PO files.Gravatar William Pitcock2010-05-191-0/+9
* Use buildsys gettext patches from Audacious.Gravatar William Pitcock2010-05-191-6/+9
* Replace more substs, apparently I copied the non-preprocessed buildsys file. ...Gravatar William Pitcock2010-05-181-28/+28
* PACKAGE should be a subst.Gravatar William Pitcock2010-05-181-1/+1
* "oops"Gravatar William Pitcock2010-05-181-1/+1
* Make dependencies before subdirs, to ensure include/hooktypes.h is generated ...Gravatar William Pitcock2010-05-181-1/+1
* Convert ALIS makefile.Gravatar William Pitcock2010-05-181-1/+1
* Modules are building.Gravatar William Pitcock2010-05-181-0/+495