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