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