xref: /trunk/main/Repository.mk (revision dd913a84c5cd930e291131881e40955d911547e5)
1#**************************************************************
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
23
24$(eval $(call gb_Helper_register_repository,SRCDIR))
25
26
27$(eval $(call gb_Helper_register_executables,NONE, \
28    bmp \
29    bmpsum \
30    g2g \
31    mkunroll \
32    rscdep \
33    so_checksum \
34    svidl \
35    sspretty \
36))
37
38$(eval $(call gb_Helper_register_executables,OOO, \
39    spadmin.bin \
40))
41
42$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
43    AppleRemote \
44    adabas \
45    adabasui \
46    agg \
47    animcore \
48    avmedia \
49    avmediagst \
50    avmediaMacAVF \
51    avmediaQuickTime \
52    avmediawin \
53    basctl \
54    basebmp \
55    basegfx \
56    canvastools \
57    communi \
58    cppcanvas \
59    cui \
60    dba \
61    dbaxml \
62    dbmm \
63    dbui \
64    dbpool \
65    dbtools \
66    desktop_detector \
67    dnd \
68    drawinglayer \
69    dtrans \
70    svgio \
71    editeng \
72    embobj \
73    emboleobj \
74    evtatt \
75    file \
76    fileacc \
77    fop \
78    for \
79    forui \
80    fps \
81    ftransl \
82    fwe \
83    fwi \
84    fwk \
85    fwl \
86    fwm \
87    i18npaper \
88    juh \
89    juhx \
90    lng \
91    mcnttype \
92    msfilter \
93    msword \
94    odbc \
95    odbcbase \
96    oox \
97    package2 \
98    qstart_gtk \
99    rpt \
100    rptui \
101    rptxml \
102    sax \
103    sb \
104    sdbc \
105    sdbt \
106    sfx \
107    simplecm \
108    sm \
109    smd \
110    sot \
111    spa \
112    sts \
113    svl \
114    svt \
115    svx \
116    svxcore \
117    sw \
118    swd \
119    swui \
120    sd \
121    sdd \
122    sdui \
123    sdfilt \
124    sysdtran \
125    sysdtrans \
126    textconversiondlgs \
127    ootk \
128    tl \
129    utl \
130    unordf \
131    unoxml \
132    vbahelper \
133    writerfilter \
134    vcl \
135    vclplug_gen \
136    vclplug_gtk \
137    vclplug_kde \
138    vclplug_kde4 \
139    vclplug_svp \
140    uui \
141    xcr \
142    xo \
143    xof \
144    xstor \
145))
146
147$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
148    xmlreader \
149))
150
151$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
152))
153
154
155$(eval $(call gb_Helper_register_libraries,RTLIBS, \
156    comphelper \
157    i18nisolang1 \
158    i18nutil \
159    jvmaccess \
160    ucbhelper \
161    vos3 \
162))
163
164$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
165    cppuhelper \
166    salhelper \
167))
168
169$(eval $(call gb_Helper_register_libraries,STLLIBS, \
170    stl \
171))
172
173$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
174    OGLTrans \
175    acceptor \
176    binaryurp \
177    cairocanvas \
178    canvasfactory \
179    configmgr \
180    connector \
181    directx5canvas \
182    directx9canvas \
183    expwrap \
184    fastsax \
185    fpicker \
186    fps_aqua \
187    fps_gnome \
188    fps_kde4 \
189    fps_office \
190    fsstorage \
191    gdipluscanvas \
192    hatchwindowfactory \
193    nullcanvas \
194    passwordcontainer \
195    simplecanvas \
196    slideshow \
197    streams \
198    textinstream \
199    textoutstream \
200    vbaswobj \
201    msforms \
202    vclcanvas \
203    uuresolver \
204    writerfilter_debug \
205))
206
207
208$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
209    cppu \
210    jvmfwk \
211    sal \
212))
213
214$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
215    basegfx_s \
216    ooopathutils \
217    salcpprt \
218    sldshw_s \
219    vclmain \
220    udm \
221))
222
223# vim: set noet sw=4 ts=4:
224