Simplify a bit
[LibreOffice.git] / canvas / StaticLibrary_directxcanvas.mk
blob1e0d34409806f866e740412256a3c08b52f1ba56
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_StaticLibrary_StaticLibrary,directxcanvas))
13 $(eval $(call gb_StaticLibrary_set_include,directxcanvas,\
14 $$(INCLUDE) \
15 -I$(SRCDIR)/canvas/inc \
18 $(eval $(call gb_StaticLibrary_use_external,directxcanvas,boost_headers))
20 $(eval $(call gb_StaticLibrary_use_api,directxcanvas,\
21 offapi \
22 udkapi \
25 $(eval $(call gb_StaticLibrary_add_exception_objects,directxcanvas,\
26 canvas/source/directx/dx_bitmap \
27 canvas/source/directx/dx_bitmapcanvashelper \
28 canvas/source/directx/dx_canvasbitmap \
29 canvas/source/directx/dx_canvasfont \
30 canvas/source/directx/dx_canvashelper \
31 canvas/source/directx/dx_canvashelper_texturefill \
32 canvas/source/directx/dx_devicehelper \
33 canvas/source/directx/dx_gdiplususer \
34 canvas/source/directx/dx_impltools \
35 canvas/source/directx/dx_linepolypolygon \
36 canvas/source/directx/dx_textlayout \
37 canvas/source/directx/dx_textlayout_drawhelper \
38 canvas/source/directx/dx_vcltools \
41 # vim:set noet sw=4 ts=4: