summaryrefslogtreecommitdiff
path: root/cli_ure/version
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-29 11:53:28 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:27 +0200
commit97eb770d288a5411d767391cc7b6421069fdd38d (patch)
tree8f6399b59dadf2ae163ad1e21ef50f9be19f66b9 /cli_ure/version
parent39c530ce5551ab1d104fa8a9ffd12aa308923c0d (diff)
switch cli_ure to gbuild
Change-Id: Icad2f8019130781f036b5d46105cf5a99709663f
Diffstat (limited to 'cli_ure/version')
-rw-r--r--cli_ure/version/makefile.mk37
1 files changed, 0 insertions, 37 deletions
diff --git a/cli_ure/version/makefile.mk b/cli_ure/version/makefile.mk
deleted file mode 100644
index 9d88275dd009..000000000000
--- a/cli_ure/version/makefile.mk
+++ /dev/null
@@ -1,37 +0,0 @@
-#
-# 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 .
-#
-
-PRJ = ..
-PRJNAME = cli_ure
-
-# for dummy
-TARGET = cliureversion.mk
-
-.INCLUDE : settings.mk
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-
-.INCLUDE : $(PRJ)$/util$/target.pmk
-.INCLUDE : target.mk
-
-ALLTAR : \
- $(BIN)$/cliureversion.mk
-
-#always deliver a cliureversion.mk. It is needed for the packing process even for all other
-#platforms. Therefore BUILD_FOR_CLI is not used here
-$(BIN)$/cliureversion.mk: version.txt
- $(GNUCOPY) $< $@