Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / libcdr / ExternalPackage_libcdr.mk
blobd032e8fa1b3494d0bdf7946c99ada7e9b29d5571
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,libcdr,cdr))
12 $(eval $(call gb_ExternalPackage_add_unpacked_files,libcdr,inc/external/libcdr,\
13 src/lib/libcdr.h \
14 src/lib/CDRDocument.h \
15 src/lib/CDRStringVector.h \
16 src/lib/CMXDocument.h \
19 $(eval $(call gb_ExternalPackage_use_external_project,libcdr,libcdr))
21 ifeq ($(OS)$(COM),WNTMSC)
22 $(eval $(call gb_ExternalPackage_add_file,libcdr,lib/cdr-0.0.lib,build/win32/Release/lib/libcdr-0.0.lib))
23 else
24 $(eval $(call gb_ExternalPackage_add_file,libcdr,lib/libcdr-0.0.a,src/lib/.libs/libcdr-0.0.a))
25 endif
28 # vim: set noet sw=4 ts=4: