xref: /trunk/main/Repository.mk (revision ab743807)
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	uui \
121	xcr \
122	xo \
123	xof \
124	xstor \
125))
126
127$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
128	xmlreader \
129))
130
131$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
132))
133
134
135$(eval $(call gb_Helper_register_libraries,RTLIBS, \
136	comphelper \
137	i18nisolang1 \
138	i18nutil \
139    jvmaccess \
140	ucbhelper \
141	vos3 \
142))
143
144$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
145	cppuhelper \
146	salhelper \
147))
148
149$(eval $(call gb_Helper_register_libraries,STLLIBS, \
150	stl \
151))
152
153$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
154	acceptor \
155	binaryurp \
156	cairocanvas \
157	canvasfactory \
158	configmgr \
159	connector \
160	directx5canvas \
161	directx9canvas \
162	expwrap \
163	fastsax \
164	fsstorage \
165	gdipluscanvas \
166	hatchwindowfactory \
167	nullcanvas \
168	passwordcontainer \
169	simplecanvas \
170	streams \
171	textinstream \
172	textoutstream \
173	vbaswobj \
174    msforms \
175	vclcanvas \
176	uuresolver \
177	writerfilter_debug \
178))
179
180
181$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
182	cppu \
183	jvmfwk \
184	sal \
185))
186
187$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
188	basegfx_s \
189	ooopathutils \
190	salcpprt \
191    vclmain \
192))
193
194# vim: set noet sw=4 ts=4:
195