Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / libwpg / StaticLibrary_wpg.mk
blobfaaa5a3b14c74a08d5fec5e5208a6e8c6fbf182b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_StaticLibrary_StaticLibrary,wpglib))
12 $(eval $(call gb_StaticLibrary_use_unpacked,wpglib,wpg))
14 $(eval $(call gb_StaticLibrary_use_package,wpglib,libwpg_inc))
16 $(eval $(call gb_StaticLibrary_use_externals,wpglib,\
17 wpd \
20 $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,wpglib,cpp))
22 $(eval $(call gb_StaticLibrary_add_generated_exception_objects,wpglib,\
23 UnpackedTarball/wpg/src/lib/WPG1Parser \
24 UnpackedTarball/wpg/src/lib/WPG2Parser \
25 UnpackedTarball/wpg/src/lib/WPGBitmap \
26 UnpackedTarball/wpg/src/lib/WPGColor \
27 UnpackedTarball/wpg/src/lib/WPGDashArray \
28 UnpackedTarball/wpg/src/lib/WPGHeader \
29 UnpackedTarball/wpg/src/lib/WPGInternalStream \
30 UnpackedTarball/wpg/src/lib/WPGraphics \
31 UnpackedTarball/wpg/src/lib/WPGSVGGenerator \
32 UnpackedTarball/wpg/src/lib/WPGXParser \
35 # vim: set noet sw=4 ts=4: