xref: /trunk/main/fpicker/Library_fps_office.mk (revision 6ecc4615)
18d854f23Sdamjan#**************************************************************
28d854f23Sdamjan#
38d854f23Sdamjan#  Licensed to the Apache Software Foundation (ASF) under one
48d854f23Sdamjan#  or more contributor license agreements.  See the NOTICE file
58d854f23Sdamjan#  distributed with this work for additional information
68d854f23Sdamjan#  regarding copyright ownership.  The ASF licenses this file
78d854f23Sdamjan#  to you under the Apache License, Version 2.0 (the
88d854f23Sdamjan#  "License"); you may not use this file except in compliance
98d854f23Sdamjan#  with the License.  You may obtain a copy of the License at
108d854f23Sdamjan#
118d854f23Sdamjan#    http://www.apache.org/licenses/LICENSE-2.0
128d854f23Sdamjan#
138d854f23Sdamjan#  Unless required by applicable law or agreed to in writing,
148d854f23Sdamjan#  software distributed under the License is distributed on an
158d854f23Sdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168d854f23Sdamjan#  KIND, either express or implied.  See the License for the
178d854f23Sdamjan#  specific language governing permissions and limitations
188d854f23Sdamjan#  under the License.
198d854f23Sdamjan#
208d854f23Sdamjan#**************************************************************
218d854f23Sdamjan
228d854f23Sdamjan
238d854f23Sdamjan
248d854f23Sdamjan$(eval $(call gb_Library_Library,fps_office))
258d854f23Sdamjan
268d854f23Sdamjan$(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office))
278d854f23Sdamjan
288d854f23Sdamjan$(eval $(call gb_Library_set_include,fps_office,\
298d854f23Sdamjan        $$(INCLUDE) \
308d854f23Sdamjan	-I$(SRCDIR)/fpicker/inc/pch \
318d854f23Sdamjan))
328d854f23Sdamjan
338d854f23Sdamjan$(eval $(call gb_Library_add_api,fps_office,\
348d854f23Sdamjan	offapi \
358d854f23Sdamjan	udkapi \
368d854f23Sdamjan))
378d854f23Sdamjan
388d854f23Sdamjan$(eval $(call gb_Library_add_linked_libs,fps_office,\
398d854f23Sdamjan	comphelper \
408d854f23Sdamjan	cppu \
418d854f23Sdamjan	cppuhelper \
428d854f23Sdamjan	ootk \
438d854f23Sdamjan	sal \
44*6ecc4615Sdamjan	stl \
458d854f23Sdamjan	svl \
468d854f23Sdamjan	svt \
478d854f23Sdamjan	tl \
488d854f23Sdamjan	ucbhelper \
498d854f23Sdamjan	utl \
508d854f23Sdamjan	vcl \
518d854f23Sdamjan	$(gb_STDLIBS) \
528d854f23Sdamjan))
538d854f23Sdamjan
548d854f23Sdamjan
558d854f23Sdamjan$(eval $(call gb_Library_add_exception_objects,fps_office,\
568d854f23Sdamjan	fpicker/source/office/asyncfilepicker \
578d854f23Sdamjan	fpicker/source/office/commonpicker \
588d854f23Sdamjan	fpicker/source/office/OfficeControlAccess \
598d854f23Sdamjan	fpicker/source/office/OfficeFilePicker \
608d854f23Sdamjan	fpicker/source/office/OfficeFolderPicker \
618d854f23Sdamjan	fpicker/source/office/fpinteraction \
628d854f23Sdamjan	fpicker/source/office/fpsmartcontent \
638d854f23Sdamjan	fpicker/source/office/fps_office \
648d854f23Sdamjan	fpicker/source/office/iodlg \
658d854f23Sdamjan	fpicker/source/office/iodlgimp \
668d854f23Sdamjan))
678d854f23Sdamjan
688d854f23Sdamjan# vim: set noet sw=4 ts=4:
69