summaryrefslogtreecommitdiff
path: root/external/clcc/UnpackedTarball_clcc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'external/clcc/UnpackedTarball_clcc.mk')
-rw-r--r--external/clcc/UnpackedTarball_clcc.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/external/clcc/UnpackedTarball_clcc.mk b/external/clcc/UnpackedTarball_clcc.mk
deleted file mode 100644
index 011d0a52af4b..000000000000
--- a/external/clcc/UnpackedTarball_clcc.mk
+++ /dev/null
@@ -1,25 +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_UnpackedTarball_UnpackedTarball,clcc))
-
-$(eval $(call gb_UnpackedTarball_set_tarball,clcc,$(CLCC_TARBALL),0))
-
-$(eval $(call gb_UnpackedTarball_set_patchlevel,clcc,0))
-
-$(eval $(call gb_UnpackedTarball_fix_end_of_line,clcc,\
- src/clew.c \
- src/clew.h \
-))
-
-$(eval $(call gb_UnpackedTarball_add_patches,clcc,\
- external/clcc/clew-non-static.patch \
-))
-
-# vim: set noet sw=4 ts=4: