make gbuild makefiles run independant of pwd again
[LibreOffice.git] / sd / Library_sdui.mk
blob4305fe2fa19bde00523b025563cb8c6c7b4c819b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
21 # For minor contributions see the git repository.
23 # Alternatively, the contents of this file may be used under the terms of
24 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
25 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
26 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
27 # instead of those above.
29 $(eval $(call gb_Library_Library,sdui))
31 $(eval $(call gb_Library_add_precompiled_header,sdui,$(SRCDIR)/sd/inc/pch/precompiled_sd))
33 $(eval $(call gb_Library_set_include,sdui,\
34 $$(INCLUDE) \
35 -I$(realpath $(SRCDIR)/sd/inc) \
36 -I$(realpath $(SRCDIR)/sd/inc/pch) \
37 -I$(realpath $(SRCDIR)/sd/source/ui/inc) \
38 -I$(OUTDIR)/inc \
41 $(eval $(call gb_Library_add_defs,sdui,\
42 -DSD_DLLIMPLEMENTATION \
45 $(eval $(call gb_Library_add_api,sdui,\
46 offapi \
47 udkapi \
50 $(eval $(call gb_Library_add_linked_libs,sdui,\
51 basegfx \
52 comphelper \
53 cppcanvas \
54 cppu \
55 cppuhelper \
56 editeng \
57 i18nisolang1 \
58 sal \
59 sd \
60 sfx \
61 sot \
62 svl \
63 svt \
64 svxcore \
65 svx \
66 tl \
67 utl \
68 vcl \
69 $(gb_STDLIBS) \
72 $(eval $(call gb_Library_add_exception_objects,sdui,\
73 sd/source/filter/html/htmlattr \
74 sd/source/filter/html/pubdlg \
75 sd/source/ui/dlg/brkdlg \
76 sd/source/ui/dlg/copydlg \
77 sd/source/ui/dlg/custsdlg \
78 sd/source/ui/dlg/dlgass \
79 sd/source/ui/dlg/dlgassim \
80 sd/source/ui/dlg/dlgchar \
81 sd/source/ui/dlg/dlgfield \
82 sd/source/ui/dlg/dlgolbul \
83 sd/source/ui/dlg/dlgpage \
84 sd/source/ui/dlg/dlgsnap \
85 sd/source/ui/dlg/headerfooterdlg \
86 sd/source/ui/dlg/inspagob \
87 sd/source/ui/dlg/masterlayoutdlg \
88 sd/source/ui/dlg/morphdlg \
89 sd/source/ui/dlg/paragr \
90 sd/source/ui/dlg/present \
91 sd/source/ui/dlg/prltempl \
92 sd/source/ui/dlg/prntopts \
93 sd/source/ui/dlg/sddlgfact \
94 sd/source/ui/dlg/sdpreslt \
95 sd/source/ui/dlg/sduiexp \
96 sd/source/ui/dlg/tabtempl \
97 sd/source/ui/dlg/tpaction \
98 sd/source/ui/dlg/tpoption \
99 sd/source/ui/dlg/vectdlg \
102 # $(WORKDIR)/inc/sd/sddll0.hxx :
103 # echo "#define" DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
105 # vim: set noet sw=4 ts=4: