blob: fa70f99e955d90210b2ed97ae5261eeb3bf3dc6f [file] [log] [blame]
Andrew Rist2f688382012-01-10 23:11:10 +00001#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance
9# with the License. You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing,
14# software distributed under the License is distributed on an
15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16# KIND, either express or implied. See the License for the
17# specific language governing permissions and limitations
18# under the License.
19#
20#**************************************************************
21
22
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020023
Bjoern Michaelsen21ee80a2010-11-11 15:36:05 +010024$(eval $(call gb_Helper_register_repository,SRCDIR))
Bjoern Michaelsen3dbc4af2010-11-11 12:19:55 +010025
26
Bjoern Michaelsen6acfbf72010-11-11 18:38:32 +010027$(eval $(call gb_Helper_register_executables,NONE, \
Bjoern Michaelsena76b1112010-11-26 13:37:22 +010028 bmp \
29 bmpsum \
30 g2g \
Michael Stahldbd21fc2010-05-11 20:17:15 +020031 mkunroll \
32 rscdep \
33 so_checksum \
34 sspretty \
Bjoern Michaelsen6acfbf72010-11-11 18:38:32 +010035))
Michael Stahldbd21fc2010-05-11 20:17:15 +020036
Philipp Lohmann [pl]8c5a96f2011-01-20 13:38:53 +010037$(eval $(call gb_Helper_register_executables,OOO, \
38 spadmin.bin \
39))
40
Bjoern Michaelsen01273042010-11-11 19:01:45 +010041$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
Philipp Lohmann [pl]65bff132011-01-26 19:18:52 +010042 AppleRemote \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020043 avmedia \
44 basegfx \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +010045 basebmp \
Eike Rathke8fc0f052011-09-10 21:46:16 +000046 canvastools \
47 cppcanvas \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020048 cui \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +010049 desktop_detector \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020050 drawinglayer \
Armin Le Grande2e16712011-12-19 15:41:21 +000051 svgio \
Bjoern Michaelsena76b1112010-11-26 13:37:22 +010052 editeng \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020053 fwe \
54 fwi \
55 fwk \
56 fwl \
57 fwm \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +010058 i18npaper \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020059 lng \
60 msfilter \
61 msword \
Bjoern Michaelsene9e13212010-07-08 16:05:14 +020062 qstart_gtk \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020063 sax \
64 sb \
65 sfx \
66 sot \
Philipp Lohmann [pl]2b2de532011-01-27 18:37:48 +010067 spa \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020068 svl \
69 svt \
70 svx \
71 svxcore \
72 sw \
73 swd \
74 swui \
75 textconversiondlgs \
Armin Le Grand8a6f84c2013-07-27 11:40:32 +000076 ootk \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020077 tl \
78 utl \
Michael Stahl1ef780d2011-02-10 18:37:54 +010079 unordf \
80 unoxml \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020081 vbahelper \
82 vcl \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +010083 vclplug_gen \
84 vclplug_gtk \
85 vclplug_kde \
86 vclplug_kde4 \
87 vclplug_svp \
Bjoern Michaelsena76b1112010-11-26 13:37:22 +010088 xcr \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020089 xo \
90 xof \
Bjoern Michaelsen01273042010-11-11 19:01:45 +010091))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020092
Bjoern Michaelsen01273042010-11-11 19:01:45 +010093$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020094 xml2 \
Bjoern Michaelsen01273042010-11-11 19:01:45 +010095))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020096
Bjoern Michaelsen01273042010-11-11 19:01:45 +010097$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
Michael Stahldbd21fc2010-05-11 20:17:15 +020098 icuuc \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +010099 icule \
Michael Stahl1ef780d2011-02-10 18:37:54 +0100100 rdf \
101 xslt \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100102))
Michael Stahldbd21fc2010-05-11 20:17:15 +0200103
Michael Stahldbd21fc2010-05-11 20:17:15 +0200104
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100105$(eval $(call gb_Helper_register_libraries,RTLIBS, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200106 comphelper \
107 i18nisolang1 \
108 i18nutil \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +0100109 jvmaccess \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200110 ucbhelper \
111 vos3 \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100112))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200113
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100114$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200115 cppuhelper \
116 salhelper \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100117))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200118
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100119$(eval $(call gb_Helper_register_libraries,STLLIBS, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200120 stl \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100121))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200122
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100123$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200124 fsstorage \
125 hatchwindowfactory \
126 passwordcontainer \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200127 vbaswobj \
Mathias Bauerb83f8382011-01-25 08:56:46 +0100128 msforms \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100129))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200130
Michael Stahldbd21fc2010-05-11 20:17:15 +0200131
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100132$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200133 cppu \
Bjoern Michaelsenb8c94f12010-08-04 16:32:43 +0200134 jvmfwk \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200135 sal \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100136))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200137
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100138$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200139 jpeglib \
Bjoern Michaelsenb8c94f12010-08-04 16:32:43 +0200140 ooopathutils \
141 salcpprt \
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200142 zlib \
Philipp Lohmann [pl]e60595b2011-01-25 17:35:20 +0100143 graphite \
144 vclmain \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100145))
146
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200147# vim: set noet sw=4 ts=4: