tdf#130857 qt weld: Support mail merge "Server Auth" dialog
[LibreOffice.git] / unodevtools / Executable_uno-skeletonmaker.mk
blob0bee9985434d1524abd12b1fe18027f6d9971942
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_set_include,uno-skeletonmaker,\
13 -I$(SRCDIR)/unodevtools/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_Executable_use_libraries,uno-skeletonmaker,\
18 sal \
19 salhelper \
20 unoidl \
23 $(eval $(call gb_Executable_use_static_libraries,uno-skeletonmaker,\
24 codemaker \
25 codemaker_cpp \
26 codemaker_java \
29 $(eval $(call gb_Executable_add_exception_objects,uno-skeletonmaker,\
30 unodevtools/source/unodevtools/options \
31 unodevtools/source/skeletonmaker/skeletonmaker \
32 unodevtools/source/skeletonmaker/skeletoncommon \
33 unodevtools/source/skeletonmaker/javatypemaker \
34 unodevtools/source/skeletonmaker/cpptypemaker \
35 unodevtools/source/skeletonmaker/javacompskeleton \
36 unodevtools/source/skeletonmaker/cppcompskeleton \
39 # vim:set noet sw=4 ts=4: