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
, \
433 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_URE
, \
441 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
458 java_uno_accessbridge \
488 unobootstrapprotector \
489 unoexceptionprotector \
497 $(if
$(filter $(OS
),ANDROID
), \
500 $(if
$(filter $(OS
),WNT
), \
506 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
525 $(eval
$(call gb_Helper_register_libraries
,RTLIBS
, \
532 $(eval
$(call gb_Helper_register_libraries
,RTVERLIBS
, \
539 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
577 postgresql-sdbc-impl \
594 $(if
$(filter $(GUIBASE
),aqua
), \
600 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
608 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_URE
, \
624 testtools_bridgetest \
625 testtools_constructors \
631 $(eval
$(call gb_Helper_register_libraries
,UNOVERLIBS
, \
639 $(eval
$(call gb_Helper_register_libraries
,EXTENSIONLIBS
, \
640 SunPresentationMinimizer \
643 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
644 $(if
$(filter $(OS
),ANDROID
), \
666 shell_xmlparser_x64 \
667 shlxthandler_common \
668 shlxthandler_common_x64 \
670 testtools_bridgetest_s \
676 $(if
$(filter-out $(OS
),IOS
), \
679 $(if
$(filter $(OS
),IOS
), \
685 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
689 ifneq ($(CROSS_COMPILING
),YES
)
690 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
695 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
701 $(eval
$(call gb_Helper_register_jars
,URE
, \
711 $(eval
$(call gb_Helper_register_jars
,OOO
, \
719 ScriptProviderForBeanShell \
720 ScriptProviderForJava \
721 ScriptProviderForJavaScript \
733 java_uno_accessbridge \
740 reportbuilderwizard \
749 $(eval
$(call gb_Helper_register_jars
,OXT
, \
756 # External executables
757 $(eval
$(call gb_ExternalExecutable_register_executables
,\
764 # vim: set noet sw=4 ts=4: