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
, \
35 cppunit
/cppunittester \
68 $(eval
$(call gb_Helper_register_executables
,SDK
, \
75 $(eval
$(call gb_Helper_register_executables
,SDK
, \
84 $(eval
$(call gb_Helper_register_executables
,OOO
, \
89 $(if
$(filter $(GUIBASE
)$(ENABLE_TDE
),unxTRUE
), \
93 $(if
$(filter $(GUIBASE
)$(ENABLE_KDE
),unxTRUE
), \
100 $(eval
$(call gb_Helper_register_executables
,OOO
,\
126 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
134 $(eval
$(call gb_Helper_register_executables
,OOO
,\
143 $(eval
$(call gb_Helper_register_executables
,OOO
,\
149 $(eval
$(call gb_Helper_register_executables
,OOO
,\
159 $(eval
$(call gb_Helper_register_executables
,OOO
,\
160 basegfx_cppunittester_all \
161 basebmp_cppunittester_all \
162 i18npool_cppunittester_all \
163 sax_cppunittester_all \
164 tools_cppunittester_all \
171 $(eval
$(call gb_Helper_register_executables
,UREBIN
,\
182 $(eval
$(call gb_Helper_register_executables
,UREBIN
,\
188 ifeq ($(ENABLE_NSPLUGIN
),YES
)
189 $(eval
$(call gb_Helper_register_executables
,OOO
,\
192 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
197 ifeq ($(WITH_MOZILLA
),YES
)
198 $(eval
$(call gb_Helper_register_executables
,OOO
,\
201 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
209 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_NONE
, \
210 OOoSpotlightImporter \
215 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
388 ifeq ($(filter MACOSX WNT
,$(OS
)),)
390 $(eval
$(call gb_Helper_register_libraries
,OOOLIBS
, \
396 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_URE
, \
410 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_URE
, \
416 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
431 java_uno_accessbridge \
459 unobootstrapprotector \
460 unoexceptionprotector \
468 $(if
$(filter $(OS
),ANDROID
), \
471 $(if
$(filter $(OS
),WNT
), \
478 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
498 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
503 $(eval
$(call gb_Helper_register_libraries
,RTLIBS
, \
510 $(eval
$(call gb_Helper_register_libraries
,RTVERLIBS
, \
517 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
550 postgresql-sdbc-impl \
568 $(if
$(filter $(GUIBASE
),aqua
), \
571 $(if
$(filter $(OS
),WNT
), \
577 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
585 ifeq ($(WITH_LDAP
),YES
)
586 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_OOO
, \
591 $(eval
$(call gb_Helper_register_libraries
,UNOLIBS_URE
, \
607 testtools_bridgetest \
608 testtools_constructors \
614 $(eval
$(call gb_Helper_register_libraries
,UNOVERLIBS
, \
622 $(eval
$(call gb_Helper_register_libraries
,EXTENSIONLIBS
, \
625 SunPresentationMinimizer \
628 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
645 shell_xmlparser_x64 \
646 shlxthandler_common \
647 shlxthandler_common_x64 \
649 testtools_bridgetest_s \
654 $(if
$(filter-out $(OS
),IOS
), \
657 $(if
$(filter $(OS
),IOS
), \
660 $(if
$(filter $(OS
),WNT
), \
666 $(eval
$(call gb_Helper_register_libraries
,PLAINLIBS_OOO
, \
672 $(eval
$(call gb_Helper_register_static_libraries
,PLAINLIBS
, \
679 # vim: set noet sw=4 ts=4: