xref: /aoo41x/main/Repository.mk (revision ddde725d)
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	svgio \
56	editeng \
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	icuuc \
103	icule \
104	rdf \
105	xslt \
106))
107
108
109$(eval $(call gb_Helper_register_libraries,RTLIBS, \
110	comphelper \
111	i18nisolang1 \
112	i18nutil \
113    jvmaccess \
114	ucbhelper \
115	vos3 \
116))
117
118$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
119	cppuhelper \
120	salhelper \
121))
122
123$(eval $(call gb_Helper_register_libraries,STLLIBS, \
124	stl \
125))
126
127$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
128	fsstorage \
129	hatchwindowfactory \
130	passwordcontainer \
131	productregistration \
132	vbaswobj \
133    msforms \
134))
135
136
137$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
138	cppu \
139	jvmfwk \
140	sal \
141))
142
143$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
144	jpeglib \
145	ooopathutils \
146	salcpprt \
147	zlib \
148    graphite \
149    vclmain \
150))
151
152# vim: set noet sw=4 ts=4:
153