xref: /trunk/main/Repository.mk (revision 8ccb802deaeefe6ca1ee26d7eb48b6df2d8ccdf6)
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    checksingleton \
31    g2g \
32    mkunroll \
33    rdbedit \
34    rdbmaker \
35    rscdep \
36    so_checksum \
37    srvdepy \
38    svidl \
39    sspretty \
40    xml2cmp \
41))
42
43$(eval $(call gb_Helper_register_executables,OOO, \
44    spadmin.bin \
45))
46
47$(eval $(call gb_Helper_register_executables,SDK, \
48    autodoc \
49    regcompare \
50    uno-skeletonmaker \
51))
52
53$(eval $(call gb_Helper_register_executables,UREBIN, \
54    javaldx \
55    regmerge \
56    regview \
57))
58
59$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
60    AppleRemote \
61    MacOSXSpell \
62    adabas \
63    adabasui \
64    agg \
65    animcore \
66    avmedia \
67    avmediagst \
68    avmediaMacAVF \
69    avmediaQuickTime \
70    avmediawin \
71    basctl \
72    basebmp \
73    basegfx \
74    cached1 \
75    canvastools \
76    communi \
77    cppcanvas \
78    ctl \
79    cui \
80    dba \
81    dbaxml \
82    dbmm \
83    dbui \
84    dbpool \
85    dbtools \
86    desktop_detector \
87    dnd \
88    drawinglayer \
89    dtrans \
90    svgio \
91    editeng \
92    embobj \
93    emboleobj \
94    evtatt \
95    file \
96    fileacc \
97    fop \
98    for \
99    forui \
100    fps \
101    ftransl \
102    fwe \
103    fwi \
104    fwk \
105    fwl \
106    fwm \
107    guesslang \
108    i18npaper \
109    juh \
110    juhx \
111    lng \
112    mcnttype \
113    msfilter \
114    msword \
115    odbc \
116    odbcbase \
117    oox \
118    package2 \
119    qstart_gtk \
120    rpt \
121    rptui \
122    rptxml \
123    sax \
124    sb \
125    sc \
126    scd \
127    scfilt \
128    scui \
129    sdbc \
130    sdbt \
131    sfx \
132    simplecm \
133    sm \
134    smd \
135    solver \
136    sot \
137    spa \
138    sts \
139    svl \
140    svt \
141    svx \
142    svxcore \
143    sw \
144    swd \
145    swui \
146    sd \
147    sdd \
148    sdui \
149    sdfilt \
150    srtrs1 \
151    sysdtran \
152    sysdtrans \
153    textconversiondlgs \
154    ootk \
155    tl \
156    utl \
157    unordf \
158    unoxml \
159    vbahelper \
160    writerfilter \
161    ucb1 \
162    ucpdav1 \
163    ucpfile1 \
164    ucpftp1 \
165    ucphier1 \
166    ucppkg1 \
167    vcl \
168    vclplug_gen \
169    vclplug_gtk \
170    vclplug_kde \
171    vclplug_kde4 \
172    vclplug_svp \
173    uui \
174    xcr \
175    xo \
176    xof \
177    xstor \
178))
179
180$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
181    jpipe \
182    jpipx \
183    sunjavaplugin \
184    xmlreader \
185))
186
187$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
188))
189
190
191$(eval $(call gb_Helper_register_libraries,RTLIBS, \
192    comphelper \
193    i18nisolang1 \
194    i18nutil \
195    ucbhelper \
196    vos3 \
197))
198
199$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
200    cppuhelper \
201    jvmaccess \
202    salhelper \
203))
204
205$(eval $(call gb_Helper_register_libraries,STLLIBS, \
206    stl \
207))
208
209$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
210    OGLTrans \
211    acceptor \
212    binaryurp \
213    cairocanvas \
214    canvasfactory \
215    configmgr \
216    connector \
217    directx5canvas \
218    directx9canvas \
219    expwrap \
220    fastsax \
221    fpicker \
222    fps_aqua \
223    fps_gnome \
224    fps_kde4 \
225    fps_office \
226    fsstorage \
227    gdipluscanvas \
228    hatchwindowfactory \
229    hyphen_uno \
230    lnth \
231    nullcanvas \
232    passwordcontainer \
233    simplecanvas \
234    slideshow \
235    spell \
236    streams \
237    textinstream \
238    textoutstream \
239    vbaswobj \
240    msforms \
241    vclcanvas \
242    ucpext \
243    ucpexpand1 \
244    ucpgio1 \
245    ucpgvfs1 \
246    ucptdoc1 \
247    uuresolver \
248    vbaobj \
249    writerfilter_debug \
250))
251
252
253$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
254    cppu \
255    jvmfwk \
256    reg \
257    sal \
258    store \
259))
260
261$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
262    basegfx_s \
263    codemaker \
264    commoncpp \
265    commonjava \
266    cosv \
267    ooopathutils \
268    salcpprt \
269    sldshw_s \
270    vclmain \
271    udm \
272    ulingu \
273))
274
275# vim: set noet sw=4 ts=4:
276