2 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_Package_Package
,odk_headers
,$(SRCDIR
)/include))
13 $(eval
$(call gb_Package_set_outdir
,odk_headers
,$(INSTDIR
)))
15 $(eval
$(call gb_Package_add_files_with_dir
,odk_headers
,$(SDKDIRNAME
)/include,\
16 com
/sun
/star
/uno
/Any.h \
17 com
/sun
/star
/uno
/Any.hxx \
18 com
/sun
/star
/uno
/Reference.h \
19 com
/sun
/star
/uno
/Reference.hxx \
20 com
/sun
/star
/uno
/Sequence.h \
21 com
/sun
/star
/uno
/Sequence.hxx \
22 com
/sun
/star
/uno
/Type.h \
23 com
/sun
/star
/uno
/Type.hxx \
24 com
/sun
/star
/uno
/genfunc.h \
25 com
/sun
/star
/uno
/genfunc.hxx \
31 cppu
/helper
/purpenv
/Environment.hxx \
32 cppu
/helper
/purpenv
/Mapping.hxx \
35 cppuhelper
/access_control.hxx \
36 cppuhelper
/basemutex.hxx \
37 cppuhelper
/bootstrap.hxx \
38 cppuhelper
/compbase1.hxx \
39 cppuhelper
/compbase10.hxx \
40 cppuhelper
/compbase11.hxx \
41 cppuhelper
/compbase12.hxx \
42 cppuhelper
/compbase2.hxx \
43 cppuhelper
/compbase3.hxx \
44 cppuhelper
/compbase4.hxx \
45 cppuhelper
/compbase5.hxx \
46 cppuhelper
/compbase6.hxx \
47 cppuhelper
/compbase7.hxx \
48 cppuhelper
/compbase8.hxx \
49 cppuhelper
/compbase9.hxx \
50 cppuhelper
/compbase_ex.hxx \
51 cppuhelper
/component.hxx \
52 cppuhelper
/component_context.hxx \
53 cppuhelper
/cppuhelperdllapi.h \
54 cppuhelper
/exc_hlp.hxx \
55 cppuhelper
/factory.hxx \
56 cppuhelper
/findsofficepath.h \
57 cppuhelper
/implbase1.hxx \
58 cppuhelper
/implbase10.hxx \
59 cppuhelper
/implbase11.hxx \
60 cppuhelper
/implbase12.hxx \
61 cppuhelper
/implbase13.hxx \
62 cppuhelper
/implbase2.hxx \
63 cppuhelper
/implbase3.hxx \
64 cppuhelper
/implbase4.hxx \
65 cppuhelper
/implbase5.hxx \
66 cppuhelper
/implbase6.hxx \
67 cppuhelper
/implbase7.hxx \
68 cppuhelper
/implbase8.hxx \
69 cppuhelper
/implbase9.hxx \
70 cppuhelper
/implbase_ex.hxx \
71 cppuhelper
/implbase_ex_post.hxx \
72 cppuhelper
/implbase_ex_pre.hxx \
73 cppuhelper
/implementationentry.hxx \
74 cppuhelper
/interfacecontainer.h \
75 cppuhelper
/interfacecontainer.hxx \
76 cppuhelper
/propertysetmixin.hxx \
77 cppuhelper
/propshlp.hxx \
78 cppuhelper
/proptypehlp.h \
79 cppuhelper
/proptypehlp.hxx \
80 cppuhelper
/queryinterface.hxx \
81 cppuhelper
/shlib.hxx \
82 cppuhelper
/supportsservice.hxx \
83 cppuhelper
/typeprovider.hxx \
84 cppuhelper
/unourl.hxx \
86 cppuhelper
/weakagg.hxx \
87 cppuhelper
/weakref.hxx \
91 osl
/doublecheckedlocking.h \
95 osl
/getglobalmutex.hxx \
110 osl
/security_decl.hxx \
114 osl
/socket_decl.hxx \
129 rtl
/malformeduriexception.hxx \
139 rtl
/stringconcat.hxx \
140 rtl
/stringutils.hxx \
161 salhelper
/condition.hxx \
162 salhelper
/dynload.hxx \
163 salhelper
/linkhelper.hxx \
164 salhelper
/refobj.hxx \
165 salhelper
/salhelperdllapi.h \
166 salhelper
/simplereferenceobject.hxx \
167 salhelper
/singletonref.hxx \
168 salhelper
/thread.hxx \
169 salhelper
/timer.hxx \
170 typelib
/typeclass.h \
171 typelib
/typedescription.h \
172 typelib
/typedescription.hxx \
177 uno
/current_context.h \
178 uno
/current_context.hxx \
183 uno
/environment.hxx \
191 # vim: set noet sw=4 ts=4: