sc: copy cache values when clone color conditional format
[LibreOffice.git] / unodevtools / Executable_uno-skeletonmaker.mk
blob87f8d3ca9b176e9ad6203b74095cb723358f7ffa
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_Executable_Executable,uno-skeletonmaker))
12 $(eval $(call gb_Executable_use_external,uno-skeletonmaker,boost_headers))
14 $(eval $(call gb_Executable_set_include,uno-skeletonmaker,\
15 -I$(SRCDIR)/unodevtools/inc \
16 $$(INCLUDE) \
19 $(eval $(call gb_Executable_use_libraries,uno-skeletonmaker,\
20 sal \
21 salhelper \
22 unoidl \
25 $(eval $(call gb_Executable_use_static_libraries,uno-skeletonmaker,\
26 codemaker \
27 codemaker_cpp \
28 codemaker_java \
31 $(eval $(call gb_Executable_add_exception_objects,uno-skeletonmaker,\
32 unodevtools/source/unodevtools/options \
33 unodevtools/source/skeletonmaker/skeletonmaker \
34 unodevtools/source/skeletonmaker/skeletoncommon \
35 unodevtools/source/skeletonmaker/javatypemaker \
36 unodevtools/source/skeletonmaker/cpptypemaker \
37 unodevtools/source/skeletonmaker/javacompskeleton \
38 unodevtools/source/skeletonmaker/cppcompskeleton \
41 # vim:set noet sw=4 ts=4: