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