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