xref: /trunk/main/Repository.mk (revision 2d333e0d)
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	sdbc \
109	sdbt \
110	sfx \
111	simplecm \
112	sm \
113	smd \
114	sot \
115	spa \
116	sts \
117	svl \
118	svt \
119	svx \
120	svxcore \
121	sw \
122	swd \
123	swui \
124	sd \
125	sdd \
126	sdui \
127	sdfilt \
128	srtrs1 \
129	sysdtran \
130	sysdtrans \
131	textconversiondlgs \
132	ootk \
133	tl \
134	utl \
135	unordf \
136	unoxml \
137	vbahelper \
138	writerfilter \
139	ucb1 \
140	ucpdav1 \
141	ucpfile1 \
142	ucpftp1 \
143	ucphier1 \
144	ucppkg1 \
145	vcl \
146    vclplug_gen \
147    vclplug_gtk \
148    vclplug_kde \
149    vclplug_kde4 \
150    vclplug_svp \
151	uui \
152	xcr \
153	xo \
154	xof \
155	xstor \
156))
157
158$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
159	xmlreader \
160))
161
162$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
163))
164
165
166$(eval $(call gb_Helper_register_libraries,RTLIBS, \
167	comphelper \
168	i18nisolang1 \
169	i18nutil \
170    jvmaccess \
171	ucbhelper \
172	vos3 \
173))
174
175$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
176	cppuhelper \
177	salhelper \
178))
179
180$(eval $(call gb_Helper_register_libraries,STLLIBS, \
181	stl \
182))
183
184$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
185	OGLTrans \
186	acceptor \
187	binaryurp \
188	cairocanvas \
189	canvasfactory \
190	configmgr \
191	connector \
192	directx5canvas \
193	directx9canvas \
194	expwrap \
195	fastsax \
196	fpicker \
197	fps_aqua \
198	fps_gnome \
199	fps_kde4 \
200	fps_office \
201	fsstorage \
202	gdipluscanvas \
203	hatchwindowfactory \
204	nullcanvas \
205	passwordcontainer \
206	simplecanvas \
207	slideshow \
208	streams \
209	textinstream \
210	textoutstream \
211	vbaswobj \
212    msforms \
213	vclcanvas \
214	ucpext \
215	ucpexpand1 \
216	ucpgio1 \
217	ucpgvfs1 \
218	ucptdoc1 \
219	uuresolver \
220	writerfilter_debug \
221))
222
223
224$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
225	cppu \
226	jvmfwk \
227	sal \
228))
229
230$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
231	basegfx_s \
232	ooopathutils \
233	salcpprt \
234	sldshw_s \
235    vclmain \
236	udm \
237))
238
239# vim: set noet sw=4 ts=4:
240