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