summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorMartin Schaller <martin.schaller@it-schaller.de>2014-05-16 02:21:09 -0700
committerMartin Schaller <martin.schaller@it-schaller.de>2014-05-16 02:21:09 -0700
commit5029033df0cc5dc82275e8b8aa44156bf2acecde (patch)
treebe3d89e6537118c2b8cf9ef95f1409841ef11787 /src/script
parentaea15a3513d0856bbfe54c5be20d66c53c988b47 (diff)
downloadnavigation-5029033df0cc5dc82275e8b8aa44156bf2acecde.tar.gz
Undo last commit
Diffstat (limited to 'src/script')
-rw-r--r--src/script/z_tripcomputer.mk42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/script/z_tripcomputer.mk b/src/script/z_tripcomputer.mk
deleted file mode 100644
index 6b9848d..0000000
--- a/src/script/z_tripcomputer.mk
+++ /dev/null
@@ -1,42 +0,0 @@
-# @licence app begin@
-# SPDX-License-Identifier: MPL-2.0
-#
-# \copyright Copyright (C) 2013-2014, PCA Peugeot Citroen
-#
-# \file tripcomputer.mk
-#
-# \brief This file is part of the Build System.
-#
-# \author Martin Schaller <martin.schaller@it-schaller.de>
-#
-# \version 1.0
-#
-# This Source Code Form is subject to the terms of the
-# Mozilla Public License (MPL), 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/.
-#
-# For further information see http://www.genivi.org/.
-#
-# List of changes:
-#
-# <date>, <name>, <description of change>
-#
-# @licence end@
-tripcomputer_SRC=$(SRC_DIR)/tripcomputer
-tripcomputer_BIN=$(BIN_DIR)/tripcomputer
-
-ALL+=tripcomputer
-CONSTANTS_SRC+=$(tripcomputer_SRC)/constants.xml
-
-help::
- @echo "tripcomputer: Build tripcomputer"
-
-$(tripcomputer_BIN)/Makefile: $(tripcomputer_SRC)/CMakeLists.txt navigation-service-checkout
- mkdir -p $(tripcomputer_BIN)
- cd $(tripcomputer_BIN) && cmake $(tripcomputer_SRC)
-
-$(tripcomputer_BIN)/tripcomputer: $(tripcomputer_BIN)/Makefile
- $(MAKE) -C $(tripcomputer_BIN)
-
-tripcomputer: $(tripcomputer_BIN)/tripcomputer