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