xref: /trunk/main/Repository.mk (revision 7c736323a3a78d11537e3f8c912d232c6973a7c3)
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    basebmp \
50    basegfx \
51    canvastools \
52    cppcanvas \
53    cui \
54    dba \
55    dbaxml \
56    dbmm \
57    dbui \
58    dbpool \
59    dbtools \
60    desktop_detector \
61    drawinglayer \
62    svgio \
63    editeng \
64    evtatt \
65    file \
66    fileacc \
67    for \
68    forui \
69    fwe \
70    fwi \
71    fwk \
72    fwl \
73    fwm \
74    i18npaper \
75    juh \
76    juhx \
77    lng \
78    msfilter \
79    msword \
80    odbc \
81    odbcbase \
82    oox \
83    package2 \
84    qstart_gtk \
85    rpt \
86    rptui \
87    rptxml \
88    sax \
89    sb \
90    sdbc \
91    sdbt \
92    sfx \
93    sm \
94    smd \
95    sot \
96    spa \
97    svl \
98    svt \
99    svx \
100    svxcore \
101    sw \
102    swd \
103    swui \
104    sd \
105    sdd \
106    sdui \
107    sdfilt \
108    textconversiondlgs \
109    ootk \
110    tl \
111    utl \
112    unordf \
113    unoxml \
114    vbahelper \
115    writerfilter \
116    vcl \
117    vclplug_gen \
118    vclplug_gtk \
119    vclplug_kde \
120    vclplug_kde4 \
121    vclplug_svp \
122    uui \
123    xcr \
124    xo \
125    xof \
126    xstor \
127))
128
129$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
130    xmlreader \
131))
132
133$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
134))
135
136
137$(eval $(call gb_Helper_register_libraries,RTLIBS, \
138    comphelper \
139    i18nisolang1 \
140    i18nutil \
141    jvmaccess \
142    ucbhelper \
143    vos3 \
144))
145
146$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
147    cppuhelper \
148    salhelper \
149))
150
151$(eval $(call gb_Helper_register_libraries,STLLIBS, \
152    stl \
153))
154
155$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
156    acceptor \
157    binaryurp \
158    cairocanvas \
159    canvasfactory \
160    configmgr \
161    connector \
162    directx5canvas \
163    directx9canvas \
164    expwrap \
165    fastsax \
166    fsstorage \
167    gdipluscanvas \
168    hatchwindowfactory \
169    nullcanvas \
170    passwordcontainer \
171    simplecanvas \
172    streams \
173    textinstream \
174    textoutstream \
175    vbaswobj \
176    msforms \
177    vclcanvas \
178    uuresolver \
179    writerfilter_debug \
180))
181
182
183$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
184    cppu \
185    jvmfwk \
186    sal \
187))
188
189$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
190    basegfx_s \
191    ooopathutils \
192    salcpprt \
193    vclmain \
194))
195
196# vim: set noet sw=4 ts=4:
197