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