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 2000, 2010 Oracle and/or its affiliates.
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_Module_Module
,ooo
))
31 $(eval
$(call gb_Module_add_moduledirs
,ooo
,\
33 $(call gb_Helper_optional
,AFMS
,afms
) \
35 $(call gb_Helper_optional
,APACHE_COMMONS
,apache-commons
) \
44 $(call gb_Helper_optional
,BSH
,beanshell
) \
46 $(call gb_Helper_optional
,BLUEZ
,bluez_bluetooth
) \
47 $(call gb_Helper_optional
,BOOST
,boost
) \
49 $(call gb_Helper_optional
,CAIRO
,cairo
) \
53 $(call gb_Helper_optional
,CLUCENE
,clucene
) \
54 $(call gb_Helper_optional
,DESKTOP
,codemaker
) \
63 $(call gb_Helper_optional
,CT2N
,ct2n
) \
65 $(call gb_Helper_optional
,CURL
,curl
) \
68 $(call gb_Helper_optional
,DICTIONARIES
,dictionaries
) \
74 $(call gb_Helper_optional
,EPM
,epm
) \
76 $(call gb_Helper_optional
,EXPAT
,expat
) \
81 $(call gb_Helper_optional
,FONTCONFIG
,fontconfig
) \
86 $(call gb_Helper_optional
,FREETYPE
,freetype
) \
87 $(call gb_Helper_optional
,GRAPHITE
,graphite
) \
88 $(call gb_Helper_optional
,DESKTOP
,helpcompiler
) \
89 $(call gb_Helper_optional
,HSQLDB
,hsqldb
) \
90 $(call gb_Helper_optional
,HUNSPELL
,hunspell
) \
92 $(call gb_Helper_optional
,HYPHEN
,hyphen
) \
96 $(call gb_Helper_optional
,DESKTOP
,idlc
) \
99 $(call gb_Helper_optional
,JFREEREPORT
,jfreereport
) \
101 $(call gb_Helper_optional
,JPEG
,jpeg
) \
104 $(call gb_Helper_optional
,DESKTOP
,l10ntools
) \
105 $(call gb_Helper_optional
,LANGUAGETOOL
,languagetool
) \
106 $(call gb_Helper_optional
,LCMS2
,lcms2
) \
109 $(call gb_Helper_optional
,LIBEXTTEXTCAT
,libexttextcat
) \
110 $(call gb_Helper_optional
,LIBLANGTAG
,liblangtag
) \
113 $(call gb_Helper_optional
,LIBPNG
,libpng
) \
123 $(call gb_Helper_optional
,LPSOLVE
,lpsolve
) \
127 $(call gb_Helper_optional
,MORE_FONTS
,more_fonts
) \
128 $(call gb_Helper_optional
,MYTHES
,mythes
) \
129 $(call gb_Helper_optional
,NEON
,neon
) \
130 $(call gb_Helper_optional
,NLPSOLVER
,nlpsolver
) \
137 $(call gb_Helper_optional
,OPENLDAP
,openldap
) \
141 $(call gb_Helper_optional
,POSTGRESQL
,postgresql
) \
143 $(call gb_Helper_optional
,PYTHON
,python3
) \
144 $(call gb_Helper_optional
,PYUNO
,pyuno
) \
145 $(call gb_Helper_optional
,QADEVOOO
,qadevOOo
) \
151 $(call gb_Helper_optional
,RHINO
,rhino
) \
161 $(call gb_Helper_optional
,DESKTOP
,scp2
) \
183 $(call gb_Helper_optional
,TOMCAT
,tomcat
) \
191 $(call gb_Helper_optional
,UCPP
,ucpp
) \
209 $(call gb_Helper_optional
,X11_EXTENSIONS
,x11_extensions
) \
211 $(call gb_Helper_optional
,DESKTOP
,xmlhelp
) \
217 $(call gb_Helper_optional
,ZLIB
,zlib
) \
220 # vim: set noet ts=4 sw=4: