summaryrefslogtreecommitdiff
path: root/soltools/Executable_javadep.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-28 18:15:50 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-28 19:59:23 -0500
commita6f361b06f86d49edaad47486ae3eaa16fb2fac7 (patch)
treee547fc33ee30814021ce3d1f697fb13795b3a3db /soltools/Executable_javadep.mk
parent84374b2d4c44a5c81277ebc18eadd632cd8497b5 (diff)
remove dmake-only utils
Change-Id: Id0723277613cf1867b28dbd98c2249ff9ea73649
Diffstat (limited to 'soltools/Executable_javadep.mk')
-rw-r--r--soltools/Executable_javadep.mk22
1 files changed, 0 insertions, 22 deletions
diff --git a/soltools/Executable_javadep.mk b/soltools/Executable_javadep.mk
deleted file mode 100644
index 77dd829eeff9..000000000000
--- a/soltools/Executable_javadep.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*- 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_Executable_Executable,javadep))
-
-ifeq ($(COM),MSC)
-$(eval $(call gb_Executable_use_packages,javadep,\
- soltools_inc \
-))
-endif
-
-$(eval $(call gb_Executable_add_cobjects,javadep,\
- soltools/javadep/javadep \
-))
-
-# vim:set noet sw=4 ts=4: