xref: /trunk/main/Repository.mk (revision 0de2e9a6)
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	srvdepy \
35	svidl \
36	sspretty \
37	xml2cmp \
38))
39
40$(eval $(call gb_Helper_register_executables,OOO, \
41    spadmin.bin \
42))
43
44$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
45    AppleRemote \
46	adabas \
47	adabasui \
48	agg \
49	animcore \
50	avmedia \
51	avmediagst \
52	avmediaMacAVF \
53	avmediaQuickTime \
54	avmediawin \
55	basctl \
56	basebmp \
57	basegfx \
58	canvastools \
59	communi \
60	cppcanvas \
61	ctl \
62	cui \
63	dba \
64	dbaxml \
65	dbmm \
66	dbui \
67	dbpool \
68	dbtools \
69    desktop_detector \
70	dnd \
71	drawinglayer \
72	dtrans \
73	svgio \
74	editeng \
75	embobj \
76	emboleobj \
77	evtatt \
78	file \
79	fileacc \
80	fop \
81	for \
82	forui \
83	fps \
84	ftransl \
85	fwe \
86	fwi \
87	fwk \
88	fwl \
89	fwm \
90    i18npaper \
91	juh \
92	juhx \
93	lng \
94	mcnttype \
95	msfilter \
96	msword \
97	odbc \
98	odbcbase \
99	oox \
100	package2 \
101	qstart_gtk \
102	rpt \
103	rptui \
104	rptxml \
105	sax \
106	sb \
107	sdbc \
108	sdbt \
109	sfx \
110	simplecm \
111	sm \
112	smd \
113	sot \
114	spa \
115	sts \
116	svl \
117	svt \
118	svx \
119	svxcore \
120	sw \
121	swd \
122	swui \
123	sd \
124	sdd \
125	sdui \
126	sdfilt \
127	sysdtran \
128	sysdtrans \
129	textconversiondlgs \
130	ootk \
131	tl \
132	utl \
133	unordf \
134	unoxml \
135	vbahelper \
136	writerfilter \
137	vcl \
138    vclplug_gen \
139    vclplug_gtk \
140    vclplug_kde \
141    vclplug_kde4 \
142    vclplug_svp \
143	uui \
144	xcr \
145	xo \
146	xof \
147	xstor \
148))
149
150$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
151	xmlreader \
152))
153
154$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
155))
156
157
158$(eval $(call gb_Helper_register_libraries,RTLIBS, \
159	comphelper \
160	i18nisolang1 \
161	i18nutil \
162    jvmaccess \
163	ucbhelper \
164	vos3 \
165))
166
167$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
168	cppuhelper \
169	salhelper \
170))
171
172$(eval $(call gb_Helper_register_libraries,STLLIBS, \
173	stl \
174))
175
176$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
177	OGLTrans \
178	acceptor \
179	binaryurp \
180	cairocanvas \
181	canvasfactory \
182	configmgr \
183	connector \
184	directx5canvas \
185	directx9canvas \
186	expwrap \
187	fastsax \
188	fpicker \
189	fps_aqua \
190	fps_gnome \
191	fps_kde4 \
192	fps_office \
193	fsstorage \
194	gdipluscanvas \
195	hatchwindowfactory \
196	nullcanvas \
197	passwordcontainer \
198	simplecanvas \
199	slideshow \
200	streams \
201	textinstream \
202	textoutstream \
203	vbaswobj \
204    msforms \
205	vclcanvas \
206	uuresolver \
207	writerfilter_debug \
208))
209
210
211$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
212	cppu \
213	jvmfwk \
214	sal \
215))
216
217$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
218	basegfx_s \
219	ooopathutils \
220	salcpprt \
221	sldshw_s \
222    vclmain \
223	udm \
224))
225
226# vim: set noet sw=4 ts=4:
227