summaryrefslogtreecommitdiffstats
path: root/tomcat/Module_tomcat.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-29 02:02:03 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-29 02:43:28 -0500
commit311babc08009ff4014f9b6b14d82ca41f5e6f942 (patch)
tree9c37fb7787108cc3ca4a5ecb52e8b9afd8f9f172 /tomcat/Module_tomcat.mk
parentMake --enable-64-bit automatically turn on --enable-coretext (diff)
downloadcore-311babc08009ff4014f9b6b14d82ca41f5e6f942.tar.gz
core-311babc08009ff4014f9b6b14d82ca41f5e6f942.zip
gbuildify tomcat
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
Diffstat (limited to 'tomcat/Module_tomcat.mk')
-rw-r--r--tomcat/Module_tomcat.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/tomcat/Module_tomcat.mk b/tomcat/Module_tomcat.mk
new file mode 100644
index 000000000000..ffe909089a3a
--- /dev/null
+++ b/tomcat/Module_tomcat.mk
@@ -0,0 +1,22 @@
+# -*- 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,tomcat))
+
+ifneq ($(SOLAR_JAVA),)
+ifneq ($(filter TOMCAT,$(BUILD_TYPE)),)
+$(eval $(call gb_Module_add_targets,tomcat,\
+ ExternalProject_tomcat \
+ Package_tomcat \
+ UnpackedTarball_tomcat \
+))
+endif
+endif
+
+# vim: set noet sw=4 ts=4: