summaryrefslogtreecommitdiff
path: root/sal/Makefile
blob: d22b9aca91d5ca2c9a84fa26722cd5414a243fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

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

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

# vim: set noet sw=4 ts=4:
ary_sot.mk?h=distro/collabora/co-2021&id=13b25198008e621c881416b0d6898c1b41375728'>update_pch: add a bunch of pch filesThomas Arnhold 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-05new module i18nlangtagEike Rathke 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2012-11-23some i18n wrappers with LanguageTagEike Rathke 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-01-04gbuild: define NOMINMAX in windows.mkMichael Stahl 2011-12-21disable min as macro under msvcCaolán McNamara 2011-11-27remove pch from the include listNorbert Thiebaud 2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud 2011-08-25UnoStorageHolder is never ctored, follow logical consequences of thatCaolán McNamara 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-07-21resyncing to masterBjoern Michaelsen 2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen 2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau 2011-06-17gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags...Michael Stahl 2011-03-16Use realpath to avoid -I options containing symlinks on CygwinTor Lillqvist 2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky 2011-02-02CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ind...Mathias Bauer 2011-02-01CWS gnumake3: use standard linked libs on WindowsMathias Bauer 2011-01-26CWS gnumake3: several clean ups and fixes in makefilesMathias Bauer 2011-01-25gnumake3: adjust sot project to the new build environmentMikhail Voytenko