xref: /aoo42x/main/Repository.mk (revision cdf0e10c)
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	cui \
51    desktop_detector \
52	drawinglayer \
53	editeng \
54	eggtray \
55	fwe \
56	fwi \
57	fwk \
58	fwl \
59	fwm \
60    i18npaper \
61	lng \
62	msfilter \
63	msword \
64	qstart_gtk \
65	sax \
66	sb \
67	sfx \
68	sot \
69	spa \
70	svl \
71	svt \
72	svx \
73	svxcore \
74	sw \
75	swd \
76	swui \
77	textconversiondlgs \
78	tk \
79	tl \
80	utl \
81	unordf \
82	unoxml \
83	vbahelper \
84	vcl \
85    vclplug_gen \
86    vclplug_gtk \
87    vclplug_kde \
88    vclplug_kde4 \
89    vclplug_svp \
90	xcr \
91	xo \
92	xof \
93))
94
95$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
96	xml2 \
97))
98
99$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
100	cppunit \
101	icuuc \
102	icule \
103	graphite_dll \
104	cppunit \
105	rdf \
106	xslt \
107))
108
109
110$(eval $(call gb_Helper_register_libraries,RTLIBS, \
111	comphelper \
112	i18nisolang1 \
113	i18nutil \
114    jvmaccess \
115	ucbhelper \
116	vos3 \
117))
118
119$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
120	cppuhelper \
121	salhelper \
122))
123
124$(eval $(call gb_Helper_register_libraries,STLLIBS, \
125	stl \
126))
127
128$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
129	fsstorage \
130	hatchwindowfactory \
131	passwordcontainer \
132	productregistration \
133	vbaswobj \
134    msforms \
135))
136
137
138$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
139	cppu \
140	jvmfwk \
141	sal \
142))
143
144$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
145	jpeglib \
146	ooopathutils \
147	salcpprt \
148	zlib \
149    graphite \
150    vclmain \
151))
152
153# vim: set noet sw=4 ts=4:
154