2011-08-09 12:12:48 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-04-02 07:57:37 -05:00
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-02 07:57:37 -05:00
|
|
|
#
|
2013-04-19 15:10:42 -05:00
|
|
|
# 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/.
|
2011-04-02 07:57:37 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_Library,fileacc))
|
|
|
|
|
2012-07-02 07:00:50 -05:00
|
|
|
$(eval $(call gb_Library_use_sdk_api,fileacc))
|
2011-05-30 11:47:56 -05:00
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_Library_use_libraries,fileacc,\
|
2012-09-14 11:08:57 -05:00
|
|
|
comphelper \
|
2011-04-02 07:57:37 -05:00
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
sal \
|
|
|
|
tl \
|
|
|
|
ucbhelper \
|
|
|
|
utl \
|
2012-09-26 16:45:28 -05:00
|
|
|
$(gb_UWINAPI) \
|
2011-04-02 07:57:37 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_set_componentfile,fileacc,fileaccess/source/fileacc))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_add_exception_objects,fileacc,fileaccess/source/FileAccess))
|
2011-04-03 11:31:11 -05:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|