summaryrefslogtreecommitdiff
path: root/compilerplugins/Makefile.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann1-1/+1
...in anticipation of building with clang-cl.exe on Windows Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398 Reviewed-on: https://gerrit.libreoffice.org/19928 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-17compilerplugins: Build them in parallel.Jan Holesovsky1-1/+5
Change-Id: Idddc9a2b76e33c7e90ca51cb2c53e0d9f34d3906
2012-10-09initial support for clang compiler pluginsLuboš Luňák1-0/+32
The plugin is intentionally built using a custom Makefile, because it's used by gbuild, so I don't want to build the plugin using gbuild too. It is also intentionally not placed under workdir/, as that is cleaned by 'make clean', the plugin is cleaned only by 'make distclean', so that cleaning it doesn't cause ccache misses. No actual functionality in the plugin itself yet. Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f