summaryrefslogtreecommitdiff
path: root/basebmp/Module_basebmp.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-16 04:36:43 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-16 04:36:43 -0500
commiteccac35fff3c4d90e2fc60fdd67ed8e7a99aad76 (patch)
treed372549fa84ccc1d6a1fd7911b148f25e2426105 /basebmp/Module_basebmp.mk
parenta96262179e38837717256a05242af0ad04ddabeb (diff)
basebmp gbuildification
Change-Id: I9b24ff3503b1dc1198aab622e36224e75cb31255
Diffstat (limited to 'basebmp/Module_basebmp.mk')
-rw-r--r--basebmp/Module_basebmp.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/basebmp/Module_basebmp.mk b/basebmp/Module_basebmp.mk
new file mode 100644
index 000000000000..f6080f656571
--- /dev/null
+++ b/basebmp/Module_basebmp.mk
@@ -0,0 +1,21 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Module_Module,basebmp))
+
+$(eval $(call gb_Module_add_targets,basebmp,\
+ Library_basebmp \
+ Package_inc \
+))
+
+$(eval $(call gb_Module_add_check_targets,basebmp,\
+ CppunitTest_basebmp \
+))
+
+# vim: set noet sw=4 ts=4: