summaryrefslogtreecommitdiff
path: root/tools/Executable_mkunroll.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-15 22:20:17 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-02-15 22:43:09 +0100
commitb2ded51418a272c300f10370032933c9671446b2 (patch)
tree0fbefe39bf8622ac4ca24699c0d721a9c80d1387 /tools/Executable_mkunroll.mk
parent9a73122622bc44e34d9e7c56d1a16de43ed3adae (diff)
mkunroll is dead and gone ... and there was much rejoicing
Change-Id: Ib5e791e85b244ac5af5b504a237892b6d81eeba8
Diffstat (limited to 'tools/Executable_mkunroll.mk')
-rw-r--r--tools/Executable_mkunroll.mk39
1 files changed, 0 insertions, 39 deletions
diff --git a/tools/Executable_mkunroll.mk b/tools/Executable_mkunroll.mk
deleted file mode 100644
index d030d1d85f4e..000000000000
--- a/tools/Executable_mkunroll.mk
+++ /dev/null
@@ -1,39 +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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-$(eval $(call gb_Executable_Executable,mkunroll))
-
-$(eval $(call gb_Executable_set_include,mkunroll,\
- $$(INCLUDE) \
- -I$(SRCDIR)/tools/inc \
- -I$(SRCDIR)/tools/bootstrp \
-))
-
-$(eval $(call gb_Executable_use_libraries,mkunroll,\
- basegfx \
- sal \
- tl \
- $(gb_UWINAPI) \
-))
-
-$(eval $(call gb_Executable_add_exception_objects,mkunroll,\
- tools/bootstrp/mkunroll/mkunroll \
-))
-
-# vim: set noet sw=4 ts=4: