Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / libwpd / ExternalPackage_libwpd.mk
blobf2375d190c43937fe6ed3394b0eee2795090e686
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_ExternalPackage_ExternalPackage,libwpd,wpd))
12 $(eval $(call gb_ExternalPackage_add_unpacked_files,libwpd,inc/external/libwpd,\
13 src/lib/libwpd.h \
14 src/lib/WPDocument.h \
15 src/lib/WPXBinaryData.h \
16 src/lib/WPXDocumentInterface.h \
17 src/lib/WPXProperty.h \
18 src/lib/WPXPropertyList.h \
19 src/lib/WPXString.h \
20 src/lib/WPXPropertyListVector.h \
23 $(eval $(call gb_ExternalPackage_add_unpacked_files,libwpd,inc/external/libwpd-stream,\
24 src/lib/libwpd-stream.h \
25 src/lib/WPXStream.h \
26 src/lib/WPXStreamImplementation.h \
29 $(eval $(call gb_ExternalPackage_use_external_project,libwpd,libwpd))
31 ifeq ($(OS)$(COM),WNTMSC)
32 $(eval $(call gb_ExternalPackage_add_file,libwpd,lib/wpd-0.9.lib,build/win32/Release/lib/libwpd-0.9.lib))
33 else
34 $(eval $(call gb_ExternalPackage_add_file,libwpd,lib/libwpd-0.9.a,src/lib/.libs/libwpd-0.9.a))
35 endif
37 # vim: set noet sw=4 ts=4: