blob: dd320a8e808a653774030fa4b55215284763ec0b [file] [log] [blame]
Takeshi Abeb2bd33e2011-08-10 02:12:48 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Norbert Thiebaud7c1026a2011-04-23 21:14:25 -05002#
3# Version: MPL 1.1 / GPLv3+ / LGPLv3+
4#
5# The contents of this file are subject to the Mozilla Public License Version
6# 1.1 (the "License"); you may not use this file except in compliance with
7# the License. You may obtain a copy of the License at
8# http://www.mozilla.org/MPL/
9#
10# Software distributed under the License is distributed on an "AS IS" basis,
11# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12# for the specific language governing rights and limitations under the
13# License.
14#
15# The Initial Developer of the Original Code is
16# Norbert Thiebaud <nthiebaud@gmail.com> (C) 2011, All Rights Reserved.
17#
18# Alternatively, the contents of this file may be used under the terms of
19# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
20# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
21# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
22# instead of those above.
23
24
25$(eval $(call gb_Module_Module,tail_end))
26
27$(eval $(call gb_Module_add_moduledirs,tail_end,\
Norbert Thiebaud69a45422011-08-10 22:09:22 -050028 animations \
Norbert Thiebaudcb125582011-08-11 11:17:06 -050029 basctl \
Peter Foley4478b732011-09-18 10:40:37 -040030 bean \
Norbert Thiebaud7c1026a2011-04-23 21:14:25 -050031 chart2 \
32 cui \
33 dbaccess \
David Tardonfca439e2011-09-15 14:44:36 +020034 desktop \
Peter Foley4aba8d52011-09-18 16:36:58 -040035 eventattacher \
David Tardon52ac8572011-04-27 08:06:47 +020036 fileaccess \
Matúš Kukan568e5592011-10-01 18:49:05 +020037 filter \
Norbert Thiebaud37f8c9b2011-08-10 22:00:36 -050038 forms \
Norbert Thiebaud7c1026a2011-04-23 21:14:25 -050039 formula \
Caolán McNamaraac41a4d2011-06-13 23:18:05 +010040 hwpfilter \
David Tardone4593482011-04-27 07:56:39 +020041 lotuswordpro \
Peter Foley4d42a512011-09-12 17:19:42 -040042 MathMLDTD \
Peter Foley1bd28842011-09-09 17:42:24 -040043 Mesa \
Norbert Thiebaud751531d2011-08-11 23:10:40 -050044 oox \
Matúš Kukancad38382011-10-07 23:00:10 +020045 package \
David Tardona5246db2011-04-27 08:04:30 +020046 padmin \
Norbert Thiebaudc6134b92011-04-24 16:09:57 -050047 reportdesign \
Norbert Thiebaud7c1026a2011-04-23 21:14:25 -050048 sc \
Norbert Thiebaude503a7e2011-08-21 05:00:14 -050049 sccomp \
Matúš Kukan6764aef12011-10-01 17:15:43 +020050 scripting \
Norbert Thiebaud7c1026a2011-04-23 21:14:25 -050051 sd \
52 slideshow \
53 starmath \
54 sw \
Peter Foleye7a1e172011-09-21 15:38:53 -040055 swext \
David Tardon9a161292011-04-27 08:00:49 +020056 unoxml \
Norbert Thiebaud29ad3b92011-08-11 02:43:35 -050057 uui \
Matúš Kukan85de0512011-10-01 18:39:29 +020058 vbahelper \
Thomas Arnhold59def012011-08-10 21:35:55 +020059 wizards \
David Tardond5aa7a92011-04-27 07:57:01 +020060 writerfilter \
Norbert Thiebaudfdb2c982011-08-11 23:11:27 -050061 writerperfect \
Peter Foleyb78a7ae2011-09-24 21:40:19 -040062 xmerge \
Peter Foley1a04d9f2011-10-01 18:32:08 -040063 xmlsecurity \
Norbert Thiebaud7c1026a2011-04-23 21:14:25 -050064))
65
Michael Meeks87610042011-08-24 14:23:13 +010066ifeq ($(MERGELIBS),TRUE)
Matúš Kukan75fac982011-08-24 12:17:31 +010067$(eval $(call gb_Module_add_targets,tail_end,\
68 Library_merged \
69))
70endif
71
Tor Lillqvist35491072011-08-02 21:22:35 +030072# vim: set noet sw=4 ts=4: