summaryrefslogtreecommitdiff
path: root/sot/Package_inc.mk
blob: 371ab98ebbb9f2a015784308d7fa660bfd0e2c2e (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
25
26
27
28
29
30
31
32
33
34
# -*- 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 .
#

$(eval $(call gb_Package_Package,sot_inc,$(SRCDIR)/sot/inc))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/clsids.hxx,sot/clsids.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/exchange.hxx,sot/exchange.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/factory.hxx,sot/factory.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/filelist.hxx,sot/filelist.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/formats.hxx,sot/formats.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/object.hxx,sot/object.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/sotdata.hxx,sot/sotdata.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/sotdllapi.h,sot/sotdllapi.h))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/sotref.hxx,sot/sotref.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/stg.hxx,sot/stg.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/storage.hxx,sot/storage.hxx))
$(eval $(call gb_Package_add_file,sot_inc,inc/sot/storinfo.hxx,sot/storinfo.hxx))

# vim: set noet sw=4 ts=4:
-6.2-16&id=86c280acb528048131d233d96ce95848c6acf683'>linguistic: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-05fixincludeguards.sh: linguisticThomas Arnhold 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac 2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara 2012-06-21re-base on ALv2 code.Michael Meeks 2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz 2011-04-04Remove commented code in libs-core/linguisticXisco Fauli 2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito 2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens 2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko 2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang 2010-10-28add modelines to .hxx files as wellCaolán McNamara 2010-04-20CWS gnumake2: move all delivered linguistic headers to inc/linguisticMathias Bauer 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer 2008-04-10INTEGRATION: CWS changefileheader (1.3.114); FILE MERGEDRüdiger Timm