summaryrefslogtreecommitdiff
path: root/tools/Module_tools.mk
blob: 5632a5b94a2df8f4c7ec5ced9fc217fa7af4eb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#


$(eval $(call gb_Module_Module,tools))

$(eval $(call gb_Module_add_targets,tools,\
    CustomTarget_reversemap \
    Library_tl \
    StaticLibrary_ooopathutils \
))

$(eval $(call gb_Module_add_targets_for_build,tools,\
    Executable_bestreversemap \
))

$(eval $(call gb_Module_add_check_targets,tools,\
    CppunitTest_tools_test \
    CppunitTest_tools_config \
))

# vim: set noet sw=4 ts=4:
/cgit/lo/core/commit/xmerge?id=cdbd6957a59183667f65dcb233bd9ddffd7b6e91'>gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-07-20new does not return nullStephan Bergmann 2012-07-04re-base on ALv2 code.Michael Meeks 2012-06-29Java5 update - convert to using generics where feasibleNoel Grandin 2012-06-29Java5 update - convert Vector to ArrayList and Enumeration to IteratorNoel Grandin 2012-06-29re-base on ALv2 code.Michael Meeks 2012-06-22re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-05remove obsolete (and scary) stuff in xmerge/workbenBjoern Michaelsen 2012-06-05remove obsolete palm stuffBjoern Michaelsen 2012-05-28Fix typosJulien Nabet 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-02-21WaE: unreadVariableThomas Arnhold 2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-10list source files explicitlyDavid Tardon 2011-12-08Less succes, more successStefan Knorr (astron) 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud 2011-11-27remove include o pch header from xmergeNorbert Thiebaud 2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud