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