kagera/rules/version.mk

18 lines
524 B
Makefile

#
# Copyright(C) 2010-2013, Asio Software Technologies
#
# This is free software, licensed under the GNU General Public License v2.
# See COPYING in the top level directory for more information.
#
VERSION_DESC:=Kagera Router Management Utility
VERSION_NAME:=Kagera
VSED:=@sed -i -e 's/\$${A}/$(TARGET_ARCH)/g' \
-e 's/\$${C}/$(CODENAME)/g' \
-e 's/\$${D}/$(VERSION_DESC)/g' \
-e 's/\$${M}/$(shell whoami)/g' \
-e 's/\$${N}/$(VERSION_NAME)/g' \
-e 's/\$${T}/$(shell date +"%d\/%m\/%Y")/g' \
-e 's/\$${V}/$(KVER)/g' \