| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 2 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 3 | # This file is part of the LibreOffice project. |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 4 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 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/. |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 8 | # |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 9 | |
| 10 | $(eval $(call gb_Module_Module,codemaker)) |
| 11 | |
| Matúš Kukan | bdfdd05 | 2013-03-08 14:14:46 +0100 | [diff] [blame] | 12 | # if not cross-compiling or we need this for ODK |
| 13 | ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE))) |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 14 | $(eval $(call gb_Module_add_targets,codemaker,\ |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 15 | StaticLibrary_codemaker \ |
| Norbert Thiebaud | b60bf1e | 2012-04-14 05:31:32 -0500 | [diff] [blame] | 16 | StaticLibrary_codemaker_cpp \ |
| jan Iversen | b59722cd | 2017-06-27 13:00:04 +0200 | [diff] [blame] | 17 | StaticLibrary_codemaker_java \ |
| 18 | Executable_javamaker \ |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 19 | Executable_cppumaker \ |
| RMZeroFour | e597e71 | 2024-06-12 13:56:05 +0530 | [diff] [blame] | 20 | Executable_netmaker \ |
| David Ostrovsky | f3653d3 | 2012-04-14 00:30:19 +0200 | [diff] [blame] | 21 | )) |
| jan Iversen | 1e2831e | 2017-06-24 09:29:04 +0200 | [diff] [blame] | 22 | endif |
| Tor Lillqvist | cf0186d | 2012-04-20 10:15:04 +0300 | [diff] [blame] | 23 | |
| Michael Stahl | 5a61e28 | 2013-01-26 22:19:07 +0100 | [diff] [blame] | 24 | # vim:set noet sw=4 ts=4: |