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