blob: 83624602422cc76a5a3cd5e9d49e929570274cac [file] [log] [blame]
David Ostrovskyf3653d32012-04-14 00:30:19 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
David Ostrovskyf3653d32012-04-14 00:30:19 +02002#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01003# This file is part of the LibreOffice project.
David Ostrovskyf3653d32012-04-14 00:30:19 +02004#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01005# 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/.
David Ostrovskyf3653d32012-04-14 00:30:19 +02008#
David Ostrovskyf3653d32012-04-14 00:30:19 +02009
10$(eval $(call gb_Module_Module,codemaker))
11
Matúš Kukanbdfdd052013-03-08 14:14:46 +010012# if not cross-compiling or we need this for ODK
13ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE)))
David Ostrovskyf3653d32012-04-14 00:30:19 +020014$(eval $(call gb_Module_add_targets,codemaker,\
David Ostrovskyf3653d32012-04-14 00:30:19 +020015 StaticLibrary_codemaker \
Norbert Thiebaudb60bf1e2012-04-14 05:31:32 -050016 StaticLibrary_codemaker_cpp \
jan Iversenb59722cd2017-06-27 13:00:04 +020017 StaticLibrary_codemaker_java \
18 Executable_javamaker \
David Ostrovskyf3653d32012-04-14 00:30:19 +020019 Executable_cppumaker \
RMZeroFoure597e712024-06-12 13:56:05 +053020 Executable_netmaker \
David Ostrovskyf3653d32012-04-14 00:30:19 +020021))
jan Iversen1e2831e2017-06-24 09:29:04 +020022endif
Tor Lillqvistcf0186d2012-04-20 10:15:04 +030023
Michael Stahl5a61e282013-01-26 22:19:07 +010024# vim:set noet sw=4 ts=4: