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