Bump for 3.6-28
[LibreOffice.git] / filter / Library_xsltdlg.mk
blobc5eda06b55adb38595b8885db8c3ddfc1da78b81
1 #***************************************************************
2 # Licensed to the Apache Software Foundation (ASF) under one
3 # or more contributor license agreements. See the NOTICE file
4 # distributed with this work for additional information
5 # regarding copyright ownership. The ASF licenses this file
6 # to you under the Apache License, Version 2.0 (the
7 # "License"); you may not use this file except in compliance
8 # with the License. You may obtain a copy of the License at
10 # http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing,
13 # software distributed under the License is distributed on an
14 # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 # KIND, either express or implied. See the License for the
16 # specific language governing permissions and limitations
17 # under the License.
18 #***************************************************************
20 $(eval $(call gb_Library_Library,xsltdlg))
22 $(eval $(call gb_Library_set_componentfile,xsltdlg,filter/source/xsltdialog/xsltdlg))
24 $(eval $(call gb_Library_use_api,xsltdlg,\
25 udkapi \
26 offapi \
29 $(eval $(call gb_Library_set_include,xsltdlg,\
30 $$(INCLUDE) \
31 -I$(SRCDIR)/filter/inc \
34 $(eval $(call gb_Library_use_libraries,xsltdlg,\
35 sfx \
36 svt \
37 tk \
38 vcl \
39 svl \
40 utl \
41 tl \
42 comphelper \
43 cppuhelper \
44 cppu \
45 sal \
46 $(gb_STDLIBS) \
49 $(eval $(call gb_Library_add_exception_objects,xsltdlg,\
50 filter/source/xsltdialog/typedetectionexport \
51 filter/source/xsltdialog/typedetectionimport \
52 filter/source/xsltdialog/xmlfileview \
53 filter/source/xsltdialog/xmlfilterdialogcomponent \
54 filter/source/xsltdialog/xmlfilterjar \
55 filter/source/xsltdialog/xmlfiltersettingsdialog \
56 filter/source/xsltdialog/xmlfiltertabdialog \
57 filter/source/xsltdialog/xmlfiltertabpagebasic \
58 filter/source/xsltdialog/xmlfiltertabpagexslt \
59 filter/source/xsltdialog/xmlfiltertestdialog \
62 # vim: set noet sw=4 ts=4: