xref: /aoo41x/main/Repository.mk (revision 090f0eb8)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2009 by Sun Microsystems, Inc.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.	If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28$(eval $(call gb_Helper_register_repository,SRCDIR))
29
30
31$(eval $(call gb_Helper_register_executables,NONE, \
32	bmp \
33	bmpsum \
34	g2g \
35	mkunroll \
36	rscdep \
37	so_checksum \
38	sspretty \
39))
40
41$(eval $(call gb_Helper_register_executables,OOO, \
42    spadmin.bin \
43))
44
45$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
46    AppleRemote \
47	avmedia \
48	basegfx \
49	basebmp \
50	canvastools \
51	cppcanvas \
52	cui \
53    desktop_detector \
54	drawinglayer \
55	editeng \
56	eggtray \
57	fwe \
58	fwi \
59	fwk \
60	fwl \
61	fwm \
62    i18npaper \
63	lng \
64	msfilter \
65	msword \
66	qstart_gtk \
67	sax \
68	sb \
69	sfx \
70	sot \
71	spa \
72	svl \
73	svt \
74	svx \
75	svxcore \
76	sw \
77	swd \
78	swui \
79	textconversiondlgs \
80	tk \
81	tl \
82	utl \
83	unordf \
84	unoxml \
85	vbahelper \
86	vcl \
87    vclplug_gen \
88    vclplug_gtk \
89    vclplug_kde \
90    vclplug_kde4 \
91    vclplug_svp \
92	xcr \
93	xo \
94	xof \
95))
96
97$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
98	xml2 \
99))
100
101$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
102	cppunit \
103	icuuc \
104	icule \
105	cppunit \
106	rdf \
107	xslt \
108))
109
110
111$(eval $(call gb_Helper_register_libraries,RTLIBS, \
112	comphelper \
113	i18nisolang1 \
114	i18nutil \
115    jvmaccess \
116	ucbhelper \
117	vos3 \
118))
119
120$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
121	cppuhelper \
122	salhelper \
123))
124
125$(eval $(call gb_Helper_register_libraries,STLLIBS, \
126	stl \
127))
128
129$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
130	fsstorage \
131	hatchwindowfactory \
132	passwordcontainer \
133	productregistration \
134	vbaswobj \
135    msforms \
136))
137
138
139$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
140	cppu \
141	jvmfwk \
142	sal \
143))
144
145$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
146	jpeglib \
147	ooopathutils \
148	salcpprt \
149	zlib \
150    graphite \
151    vclmain \
152))
153
154# vim: set noet sw=4 ts=4:
155