makefile.tmpl

来自「uClinux下用的数据库」· TMPL 代码 · 共 29 行

TMPL
29
字号
## This makegen template is grafted from the original Makefile (also# included in this directory).  Look there for further porting hints## Things you might want to put in ENV and LENV:# -Dvoid=int		compilers that don't do void# -DCHARBITS=0377	compilers that don't do unsigned char# -DSTATIC=extern	compilers that don't like "static foo();" as forward dec# -DSTRCSPN		library does not have strcspn()# -Dstrchr=index	library does not have strchr()CC_OPT= -OENV=LENV=-Dvoid=int -DCHARBITS=0377CC_FLAGS= $(CFLAGS) $(ENV) -I.LINT_FLAGS= $(LINTFLAGS) $(ENV) -I.!library_unix libregexp.a regexp.c,regsub.c!library_os2 libregexp.a regexp.c,regsub.c!libinstall libregexp.a $(INST_DIR)/lib/libregexp.a 744 $(ROOT)!install regexp.h $(INST_DIR)/include/regexp.h 744 $(ROOT)all : libregexp.a

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?