fix: makefile renew

This commit is contained in:
zhangsz
2025-03-04 11:29:37 +08:00
parent dae6fc93f7
commit 5ee8bed99c
29 changed files with 1328 additions and 22 deletions

36
include/Makefile.usage Normal file
View File

@@ -0,0 +1,36 @@
##----------------------------------------------------------##
## ##
## Universal Makefile usage ##
## ##
## Created : Wei Liu 07/04/11 ##
## Revision: [Last]Wei Liu 07/07/09 ##
## ##
##----------------------------------------------------------##
##-------------------------------------
##
## Universal Makefile Usage
##
##-------------------------------------
usage:
@echo "usage: [make ] = make all "
@echo "usage: [make all ] "
@echo "usage: [make clean ] "
@echo "usage: [make rebuild ] "
@echo "usage: [make test ] "
@echo "usage: [make indent ] "
@echo "usage: [make splint ] "
@echo "usage: [make prtdebug ] "
@echo "usage: [make dir ] "
@echo "usage: [make config ] = make dir now "
@echo "usage: [make check ] = not supported now "
@echo "usage: [make bk ] "
@echo "usage: [make lsbk ] "
@echo "usage: [make rmbk backfile=*/[filename]] "
@echo "usage: [make unzip backfile=[filename] ] "
@echo "usage: [make version ] "
@echo "usage: [make umakever ] "