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