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 \
19 $(eval
$(call gb_Executable_use_libraries
,uno-skeletonmaker
,\
25 $(eval
$(call gb_Executable_use_static_libraries
,uno-skeletonmaker
,\
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: