sax: ConverterTest: add leap year tests
[LibreOffice.git] / basctl / Library_basctl.mk
blob438c8c325ca58f02b1a205380f226b7eeab5e295
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,basctl))
31 $(eval $(call gb_Library_set_componentfile,basctl,basctl/util/basctl))
33 $(eval $(call gb_Library_set_include,basctl,\
34 -I$(realpath $(SRCDIR)/basctl/inc) \
35 -I$(realpath $(SRCDIR)/basctl/sdi) \
36 -I$(realpath $(SRCDIR)/basctl/source/inc) \
37 $$(INCLUDE) \
38 -I$(WORKDIR)/SdiTarget/basctl/sdi \
41 $(eval $(call gb_Library_add_api,basctl,\
42 udkapi \
43 offapi \
46 $(eval $(call gb_Library_add_linked_libs,basctl,\
47 comphelper \
48 cppu \
49 cppuhelper \
50 editeng \
51 fwe \
52 sal \
53 sb \
54 sfx \
55 sot \
56 svl \
57 svt \
58 svx \
59 svxcore \
60 tk \
61 tl \
62 utl \
63 ucbhelper \
64 vcl \
65 xcr \
66 $(gb_STDLIBS) \
69 $(eval $(call gb_Library_add_exception_objects,basctl,\
70 basctl/source/accessibility/accessibledialogcontrolshape \
71 basctl/source/accessibility/accessibledialogwindow \
72 basctl/source/basicide/basdoc \
73 basctl/source/basicide/basicbox \
74 basctl/source/basicide/basicrenderable \
75 basctl/source/basicide/baside2b \
76 basctl/source/basicide/baside2 \
77 basctl/source/basicide/baside3 \
78 basctl/source/basicide/basidectrlr \
79 basctl/source/basicide/basides1 \
80 basctl/source/basicide/basides2 \
81 basctl/source/basicide/basides3 \
82 basctl/source/basicide/basidesh \
83 basctl/source/basicide/basobj2 \
84 basctl/source/basicide/basobj3 \
85 basctl/source/basicide/bastype2 \
86 basctl/source/basicide/bastype3 \
87 basctl/source/basicide/bastypes \
88 basctl/source/basicide/breakpoint \
89 basctl/source/basicide/brkdlg \
90 basctl/source/basicide/doceventnotifier \
91 basctl/source/basicide/docsignature \
92 basctl/source/basicide/documentenumeration \
93 basctl/source/basicide/iderdll \
94 basctl/source/basicide/linenumberwindow \
95 basctl/source/basicide/localizationmgr \
96 basctl/source/basicide/macrodlg \
97 basctl/source/basicide/moduldl2 \
98 basctl/source/basicide/moduldlg \
99 basctl/source/basicide/objdlg \
100 basctl/source/basicide/register \
101 basctl/source/basicide/sbxitem \
102 basctl/source/basicide/scriptdocument \
103 basctl/source/basicide/tbxctl \
104 basctl/source/basicide/unomodel \
105 basctl/source/dlged/dlgedclip \
106 basctl/source/dlged/dlged \
107 basctl/source/dlged/dlgedfac \
108 basctl/source/dlged/dlgedfunc \
109 basctl/source/dlged/dlgedlist \
110 basctl/source/dlged/dlgedmod \
111 basctl/source/dlged/dlgedobj \
112 basctl/source/dlged/dlgedpage \
113 basctl/source/dlged/dlgedview \
114 basctl/source/dlged/managelang \
115 basctl/source/dlged/propbrw \
118 $(eval $(call gb_Library_add_sdi_headers,basctl,basctl/sdi/basslots))
120 $(eval $(call gb_SdiTarget_SdiTarget,basctl/sdi/basslots,basctl/sdi/baside))
122 $(eval $(call gb_SdiTarget_set_include,basctl/sdi/basslots,\
123 $$(INCLUDE) \
126 ifeq ($(OS),WNT)
127 $(eval $(call gb_Library_add_linked_libs,basctl,\
128 advapi32 \
129 gdi32 \
130 shell32 \
132 endif
134 # vim: set noet sw=4 ts=4: