1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # Copyright 2009 by Sun Microsystems, Inc.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval
$(call gb_Helper_register_executables
,NONE
, \
40 cppunit
/cppunittester \
75 $(if
$(filter UCPP
,$(BUILD_TYPE
)),\
85 $(eval
$(call gb_Helper_register_executables
,SDK
, \
91 $(eval
$(call gb_Helper_register_executables
,SDK
, \
102 $(eval
$(call gb_Helper_register_executables
,OOO
, \
105 $(if
$(filter $(GUIBASE
)$(ENABLE_TDE
),unxTRUE
), \
109 $(if
$(filter $(GUIBASE
)$(ENABLE_KDE
),unxTRUE
), \
117 $(eval
$(call gb_Helper_register_executables
,OOO
,\
144 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
152 $(eval
$(call gb_Helper_register_executables
,OOO
,\
162 $(eval
$(call gb_Helper_register_executables
,OOO
,\
168 $(eval
$(call gb_Helper_register_executables
,OOO
,\
178 $(eval
$(call gb_Helper_register_executables
,UREBIN
,\
189 $(eval
$(call gb_Helper_register_executables
,UREBIN
,\
195 ifeq ($(ENABLE_NPAPI_FROM_BROWSER
),YES
)
196 $(eval
$(call gb_Helper_register_executables
,OOO
,\
199 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
204 ifeq ($(ENABLE_NPAPI_INTO_BROWSER
),YES
)
205 $(eval
$(call gb_Helper_register_executables
,OOO
,\
208 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
215 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_NONE
, \
216 OOoSpotlightImporter \
221 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
231 $(if
$(filter $(OS
),ANDROID
),, \
398 ifneq (,$(filter ANDROID IOS
,$(OS
)))
400 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
406 ifeq ($(filter MACOSX WNT
,$(OS
)),)
408 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
414 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_URE
, \
435 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_URE
, \
443 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
460 java_uno_accessbridge \
490 unobootstrapprotector \
491 unoexceptionprotector \
499 $(if
$(filter $(OS
),ANDROID
), \
502 $(if
$(filter $(OS
),WNT
), \
508 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
527 $(eval
$(call gb_Helper_register_libraries
,RTLIBS
, \
534 $(eval
$(call gb_Helper_register_libraries
,RTVERLIBS
, \
541 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
579 postgresql-sdbc-impl \
596 $(if
$(filter $(GUIBASE
),aqua
), \
602 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
610 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_URE
, \
627 testtools_bridgetest \
628 testtools_constructors \
634 $(eval
$(call gb_Helper_register_libraries
,UNOVERLIBS
, \
642 $(eval
$(call gb_Helper_register_libraries
,EXTENSIONLIBS
, \
643 SunPresentationMinimizer \
646 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
647 $(if
$(filter $(OS
),ANDROID
), \
669 shell_xmlparser_x64 \
670 shlxthandler_common \
671 shlxthandler_common_x64 \
673 testtools_bridgetest_s \
679 $(if
$(filter-out $(OS
),IOS
), \
682 $(if
$(filter $(OS
),IOS
), \
688 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
692 ifneq ($(CROSS_COMPILING
),YES
)
693 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
698 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
704 $(eval
$(call gb_Helper_register_jars
,URE
, \
714 $(eval
$(call gb_Helper_register_jars
,OOO
, \
722 ScriptProviderForBeanShell \
723 ScriptProviderForJava \
724 ScriptProviderForJavaScript \
736 java_uno_accessbridge \
743 reportbuilderwizard \
752 $(eval
$(call gb_Helper_register_jars
,OXT
, \
759 # External executables
760 $(eval
$(call gb_ExternalExecutable_register_executables
,\
767 # vim: set noet sw=4 ts=4: