summaryrefslogtreecommitdiff
path: root/ucpp/Module_ucpp.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-03 16:24:13 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-03 16:30:27 +0200
commit3ce453d4c93d43c8ad8367a77ad9b7c134d5b374 (patch)
treee2bfaacf89cf6cbe8b4b148e52941d99ac3baf2a /ucpp/Module_ucpp.mk
parentd07e8fe18e470a08926cb43d2280f154277de137 (diff)
gbuildize ucpp
Change-Id: I1e7eda073906f5b289317d307358a63aca2c24dc
Diffstat (limited to 'ucpp/Module_ucpp.mk')
-rw-r--r--ucpp/Module_ucpp.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/ucpp/Module_ucpp.mk b/ucpp/Module_ucpp.mk
new file mode 100644
index 000000000000..9829bb2519f7
--- /dev/null
+++ b/ucpp/Module_ucpp.mk
@@ -0,0 +1,17 @@
+# -*- 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,ucpp))
+
+$(eval $(call gb_Module_add_targets,ucpp,\
+ CustomTarget_source \
+ Executable_ucpp \
+))
+
+# vim: set noet sw=4 ts=4: