summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-12-20 05:43:36 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-01-10 21:35:26 -0600
commit75a677b3a44e365d95b483d60fce3296f184ea41 (patch)
treeb3976ed4261a9069a42ec9e2bf204a6e66c0351b /Repository.mk
parent674e799f601df89be5c4a2bb6fbae359117e5758 (diff)
simpified repository setup
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk34
1 files changed, 16 insertions, 18 deletions
diff --git a/Repository.mk b/Repository.mk
index 6bd044ae0408..a7ba4d28ecb6 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -25,19 +25,17 @@
#
#*************************************************************************
-gb_REPOSITORYDIRNAME := SRCDIR
+$(eval $(call gb_Helper_register_repository,SRCDIR))
-gb_Executable_UREBIN := \
+gb_Executable_UREBIN +=
-gb_Executable_SDK := \
-
-gb_Executable_OOO := \
-
-gb_Executable_BRAND := \
+gb_Executable_SDK +=
+gb_Executable_OOO +=
+gb_Executable_BRAND +=
# not installed
-gb_Executable_NONE := \
+gb_Executable_NONE +=\
mkunroll \
rscdep \
so_checksum \
@@ -46,7 +44,7 @@ gb_Executable_NONE := \
bmpsum \
g2g \
-gb_Library_OOOLIBS :=\
+gb_Library_OOOLIBS +=\
avmedia \
basegfx \
cui \
@@ -83,32 +81,32 @@ gb_Library_OOOLIBS :=\
xof \
xcr \
-gb_Library_PLAINLIBS_URE :=\
+gb_Library_PLAINLIBS_URE +=\
xml2 \
-gb_Library_PLAINLIBS_OOO :=\
+gb_Library_PLAINLIBS_OOO +=\
icuuc \
# => OOOLIB
-gb_Library_RTLIBS :=\
+gb_Library_RTLIBS +=\
comphelper \
i18nisolang1 \
i18nutil \
ucbhelper \
# => URELIB
-gb_Library_RTVERLIBS :=\
+gb_Library_RTVERLIBS +=\
cppuhelper \
salhelper \
# => URELIB
-gb_Library_STLLIBS :=\
+gb_Library_STLLIBS +=\
stl \
-gb_Library_UNOLIBS_URE := \
+gb_Library_UNOLIBS_URE +=\
-gb_Library_UNOLIBS_OOO := \
+gb_Library_UNOLIBS_OOO +=\
fsstorage \
hatchwindowfactory \
passwordcontainer \
@@ -117,12 +115,12 @@ gb_Library_UNOLIBS_OOO := \
# => URELIB
-gb_Library_UNOVERLIBS :=\
+gb_Library_UNOVERLIBS +=\
jvmfwk \
cppu \
sal \
-gb_StaticLibrary_PLAINLIBS :=\
+gb_StaticLibrary_PLAINLIBS +=\
salcpprt \
jpeglib \
zlib \