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