summaryrefslogtreecommitdiffstats
path: root/profile/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Switch to non-recursive MakefileOneric2022-05-121-7/+0
| | | | | | | | | | | | | | Non-recursive Makefiles allow better and more robust automatic dependency resolution and higher parallelism for shorter build-times. This change keeps all locations of the non-installed targets unchanged for minimal firction. Calling make from subdirectories no longer works, but instead the specific build targets can be invoked directly from the toplevel. If we bumped the required Automake version to 1.13+, the library fragment could use %reldir% or %D% to be unaffected by potential future directory moves, but it is unlikely we'll ever change the location or name of the libass directory.
* Test/Profile: Support out-of-tree builds11rcombs2014-01-251-2/+2
|
* Added profile program and corresponding configure options11rcombs2014-01-251-0/+7