0%

Makefile

Makefile

SUBDIR=
#SUBDIR=./xxx
CLEANSUBDIR=$(SUBDIR)

VER=
git_ver=$(shell git describe –tags git rev-list --tags --max-count=1)

all:$(SUBDIR)
$(SUBDIR):ECHO
ifeq (“$(VER)”,””)
@echo “##################################################################################”
@echo “########### ## PLEASE SET XXX VERSION ## ##########”
@echo “########### 1.Set The XXX Version By Youself //Make VER=x.x.x ##########”
@echo “########### 2.Set The XXX Version By Latest Git tag //Make VER=git ##########”
@echo “##################################################################################”
else ifeq (“$(VER)”,”git”)
#@cd ..
make -C $@
else
#@cd ..
make -C $@

endif

clean:
-for x in $(SUBDIR) ; do make -C $$x clean; done

ECHO:
@echo $(SUBDIR)

Donate comment here.
Jay 微信

微信