summaryrefslogtreecommitdiff
path: root/xmlsecurity/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
210dc7846767fc0ac6ece2a0d7812a8'>gbuild: "use" vs. "add":Michael Stahl 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann 2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan 2012-02-08Added READMEs for modules used by LibO Base and LibO Calc.Josh Heidenreich 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-05Fix for fdo43460 Part XXIX getLength() to isEmpty()Olivier Hallot 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud 2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen 2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe