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