summaryrefslogtreecommitdiffstats
path: root/sal/Module_sal.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-17 13:13:11 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-19 10:14:53 +0100
commita9e130ab82f3216334e432e9d6ee19a600b6c287 (patch)
treee36f219b5e5b854335657dc57410bb401b9e3ec1 /sal/Module_sal.mk
parentcppu: add visibility symbols (diff)
downloadcore-a9e130ab82f3216334e432e9d6ee19a600b6c287.tar.gz
core-a9e130ab82f3216334e432e9d6ee19a600b6c287.zip
sal: convert to gbuild
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r--sal/Module_sal.mk19
1 files changed, 17 insertions, 2 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk
index bee84db46d64..f7982adbb99e 100644
--- a/sal/Module_sal.mk
+++ b/sal/Module_sal.mk
@@ -1,4 +1,4 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -28,7 +28,22 @@
$(eval $(call gb_Module_Module,sal))
-$(eval $(call gb_Module_add_subsequentcheck_targets,sal,\
+$(eval $(call gb_Module_add_targets,sal,\
+ Executable_cppunittester \
+ $(if $(filter $(CROSS_COMPILING),YES)$(filter $(COM),MSC),, \
+ Executable_typesconfig) \
+ $(if $(filter $(OS),ANDROID), \
+ Library_lo-bootstrap) \
+ Library_sal \
+ Library_sal_textenc \
+ $(if $(filter $(OS),WNT), \
+ Library_uwinapi) \
+ Package_inc \
+ Package_generated \
+ StaticLibrary_salcpprt \
+))
+
+$(eval $(call gb_Module_add_check_targets,sal,\
CppunitTest_sal_osl_mutex \
CppunitTest_sal_osl_pipe \
CppunitTest_sal_osl_profile \