Library_xstor.mk (873c956e) Library_xstor.mk (2204446b)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 33 unchanged lines hidden (view full) ---

42 udkapi \
43))
44
45$(eval $(call gb_Library_add_linked_libs,xstor,\
46 comphelper \
47 cppuhelper \
48 cppu \
49 sal \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 33 unchanged lines hidden (view full) ---

42 udkapi \
43))
44
45$(eval $(call gb_Library_add_linked_libs,xstor,\
46 comphelper \
47 cppuhelper \
48 cppu \
49 sal \
50 stl \
50 $(gb_STDLIBS) \
51))
52
53
54$(eval $(call gb_Library_add_exception_objects,xstor,\
55 package/source/xstor/ohierarchyholder \
56 package/source/xstor/ocompinstream \
57 package/source/xstor/oseekinstream \
58 package/source/xstor/owriteablestream \
59 package/source/xstor/xstorage \
60 package/source/xstor/xfactory \
61 package/source/xstor/disposelistener \
62 package/source/xstor/selfterminatefilestream \
63 package/source/xstor/switchpersistencestream \
64 package/source/xstor/register \
65))
66
67# vim: set noet sw=4 ts=4:
51 $(gb_STDLIBS) \
52))
53
54
55$(eval $(call gb_Library_add_exception_objects,xstor,\
56 package/source/xstor/ohierarchyholder \
57 package/source/xstor/ocompinstream \
58 package/source/xstor/oseekinstream \
59 package/source/xstor/owriteablestream \
60 package/source/xstor/xstorage \
61 package/source/xstor/xfactory \
62 package/source/xstor/disposelistener \
63 package/source/xstor/selfterminatefilestream \
64 package/source/xstor/switchpersistencestream \
65 package/source/xstor/register \
66))
67
68# vim: set noet sw=4 ts=4: