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