summaryrefslogtreecommitdiff
path: root/officecfg/CustomTarget_registry.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-06-12The truncate command is not portableTor Lillqvist1-1/+1
Change-Id: Ieadcda1b8e3088c228917c91fbf10b8823203661
2014-06-12officecfg: fix build of officecfg_qa_allheaders.hxx with Win32 makeMichael Stahl1-0/+10
The "#" character and line-breaks make it difficult to use the non-$(file) var2file here so add a hacky conditional. Change-Id: I1618a96b54209588cfe24190bfcbcda5b83f980f
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-3/+3
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-27/+10
2013-03-19move files.mk to officecfg directoryDavid Ostrovsky1-1/+1
Change-Id: Ia2b793491e4d378ac012debf0beaf6c40d0ee1e1 Reviewed-on: https://gerrit.libreoffice.org/2823 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2012-12-29rethink external executable setupDavid Tardon1-1/+1
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon1-2/+3
Change-Id: Icacd44abfa5bf5f75f0ee719b39fba6821976a8a
2012-10-26simplify pattern-target by using a simple recursion…Christian Lohmaier1-23/+10
…instead of using eval to process the same rule multiple times Saves quoting, makes it more readable. (% always matches whole sub-paths, not only on Mac, see http://www.gnu.org/software/make/manual/html_node/Pattern-Match.html) Change-Id: I80e481d4a7e1cd62ad9916257a75c77c87d3bbdd Reviewed-on: https://gerrit.libreoffice.org/858 Reviewed-by: Peter Foley <jpfoley2@gmail.com> Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2012-09-19officecfg: oops, create directory first...Michael Stahl1-0/+1
Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5
2012-09-19officecfg: define list of schema files only once in files.mkMichael Stahl1-4/+2
Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15
2012-09-19officecfg: replace hardcoded includes in unit test with generated headerMichael Stahl1-1/+10
Change-Id: Id2c6758055ad9c12b23bbb9dc8c84f0c4b65b83d
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl1-17/+14
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan1-1/+1
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan1-1/+1
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-04officecfg: use CustomTarget makefileMatúš Kukan1-0/+62