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