office-gobmx/fileaccess/Library_fileacc.mk

30 lines
766 B
Makefile
Raw Normal View History

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2011-04-02 07:57:37 -05:00
#
# This file is part of the LibreOffice project.
2011-04-02 07:57:37 -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))
$(eval $(call gb_Library_use_sdk_api,fileacc))
$(eval $(call gb_Library_use_libraries,fileacc,\
comphelper \
2011-04-02 07:57:37 -05:00
cppu \
cppuhelper \
sal \
tl \
ucbhelper \
utl \
$(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: