kagera/Makefile

39 wiersze
687 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:=2013
RELEASE:=1
PATCHLEVEL:=
CODENAME:=Evans Peek
FORCE:=clean distclean mrproper world
LANG:=C
LC_ALL:=C
TOPDIR:=${CURDIR}
all: world
include rules/config.mk
include rules/help.mk
include rules/kagera.mk
include rules/openwrt.mk
include rules/rules.mk
include rules/version.mk
clean: config/clean
distclean: clean
@rm -rf $(TOPDIR)/binaries $(TOPDIR)/temp
@rm -f $(TOPDIR)/.config $(TOPDIR)/.config.old
mrproper: distclean
world: .config kagera/build
.PHONY: $(FORCE)