xref: /AOO41X/main/Repository.mk (revision 45d3892737e7ab73df3f0ace0046e7222e74b996)
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$(eval $(call gb_Helper_register_repository,SRCDIR))
23
24$(eval $(call gb_Helper_register_executables,NONE, \
25    mkunroll \
26    rscdep \
27    so_checksum \
28    sspretty \
29))
30
31$(eval $(call gb_Helper_register_executables,OOO, \
32    spadmin.bin \
33))
34
35$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
36    AppleRemote \
37    avmedia \
38    basegfx \
39    basebmp \
40    canvastools \
41    cppcanvas \
42    cui \
43    desktop_detector \
44    drawinglayer \
45    svgio \
46    editeng \
47    fwe \
48    fwi \
49    fwk \
50    fwl \
51    fwm \
52    i18npaper \
53    lng \
54    msfilter \
55    msword \
56    qstart_gtk \
57    sax \
58    sb \
59    sfx \
60    sot \
61    spa \
62    svl \
63    svt \
64    svx \
65    svxcore \
66    sw \
67    swd \
68    swui \
69    textconversiondlgs \
70    ootk \
71    tl \
72    utl \
73    unordf \
74    unoxml \
75    vbahelper \
76    vcl \
77    vclplug_gen \
78    vclplug_gtk \
79    vclplug_kde \
80    vclplug_kde4 \
81    vclplug_svp \
82    xcr \
83    xo \
84    xof \
85))
86
87$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
88    xml2 \
89))
90
91$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
92    icuuc \
93    icule \
94    rdf \
95    xslt \
96))
97
98
99$(eval $(call gb_Helper_register_libraries,RTLIBS, \
100    comphelper \
101    i18nisolang1 \
102    i18nutil \
103    jvmaccess \
104    ucbhelper \
105    vos3 \
106))
107
108$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
109    cppuhelper \
110    salhelper \
111))
112
113$(eval $(call gb_Helper_register_libraries,STLLIBS, \
114    stl \
115))
116
117$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
118    fsstorage \
119    hatchwindowfactory \
120    passwordcontainer \
121    vbaswobj \
122    msforms \
123))
124
125
126$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
127    cppu \
128    jvmfwk \
129    sal \
130))
131
132$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
133    jpeglib \
134    ooopathutils \
135    salcpprt \
136    zlib \
137    graphite \
138    vclmain \
139))
140
141# vim: set noet sw=4 ts=4:
142