16a727156621462629cc0eefb3dee4bad04d1269
[vswitchperf.git] / src / mk / make-subsys.mk
1 # Master makefile definitions for project opnfv vswitchperf
2 #
3 # Copyright (C) 2015 OPNFV
4 #
5 # Copying and distribution of this file, with or without modification,
6 # are permitted in any medium without royalty provided the copyright
7 # notice and this notice are preserved.  This file is offered as-is,
8 # without warranty of any kind.
9 #
10 # Contributors:
11 #   Aihua Li, Huawei Technologies.
12
13 .PHONY: $(SUBDIRS)
14
15 all clean cleanse clobber install uninstall test sanity: $(SUBDIRS)
16         $(AT)echo "finished making $@"
17
18 $(SUBDIRS):
19         $(AT)echo "Enter directory $@"
20         $(AT)$(MAKE) -C $@ $(MAKECMDGOALS)