📄 makefile
字号:
## @(#)Makefile 92/07/30 1.1 SMI#WHOAMI= string_utils#HDRSPUBLIC= string_utils.hCFILESLIB= string_utils.c white_space.cOBJS = $(CFILESLIB:%.c=$(VARIANT)/%.o)TAGFILESALL= ${FULLPATH}/string_utils.c ${FULLPATH}/white_space.c \ ${FULLPATH}/string_utils.hall : xall#include common stuff from ../Makefile.masterinclude ../Makefile.masterxall : $$(LIBS)$(LIBS) : $$(VARIANT) $(HDRSPUBLIC) $(HDRSPRIVATE) $$(OBJS)string_utils.o: string_utils.c /usr/include/ctype.h \ ${INCLUDE}/sunwindow/sun.h \ /usr/include/stdio.h \ ${INCLUDE}/sunwindow/string_utils.h white_space.o: white_space.c string_utils.h \ ${INCLUDE}/sunwindow/sun.h \ /usr/include/stdio.h clean: master.clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -