blob: 93a43bbe1b8fec262fbe696d0224c294716d1c90 [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)))
Tor Lillqvistcf0186d2012-04-20 10:15:04 +030014
David Ostrovskyf3653d32012-04-14 00:30:19 +020015$(eval $(call gb_Module_add_targets,codemaker,\
David Ostrovskyf3653d32012-04-14 00:30:19 +020016 StaticLibrary_codemaker \
Norbert Thiebaudb60bf1e2012-04-14 05:31:32 -050017 StaticLibrary_codemaker_cpp \
18 StaticLibrary_codemaker_java \
David Ostrovskyf3653d32012-04-14 00:30:19 +020019 Executable_javamaker \
20 Executable_cppumaker \
21))
22
Tor Lillqvistcf0186d2012-04-20 10:15:04 +030023endif
24
Michael Stahl5a61e282013-01-26 22:19:07 +010025# vim:set noet sw=4 ts=4: