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