feat: build proect for restproxy

This commit is contained in:
zhangsz
2025-03-06 20:02:40 +08:00
parent aca2bace68
commit fea044e6fe
3962 changed files with 979480 additions and 222551 deletions

36
proxy_c/inc/Makefile.usage Executable 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 ] "