📄 imakefile
字号:
XCOMM $XConsortium: Imakefile,v 1.5 93/09/04 16:43:32 rws Exp $#include <Server.tmpl>INCLUDES = -I$(FONTINCSRC) -I../includeSRCS = \ arith.c \ curves.c \ fontfcn.c \ hints.c \ lines.c \ objects.c \ paths.c \ regions.c \ scanfont.c \ spaces.c \ t1funcs.c \ t1info.c \ t1io.c \ t1malloc.c \ t1snap.c \ t1stub.c \ token.c \ type1.c \ util.cOBJS = \ arith.o \ curves.o \ fontfcn.o \ hints.o \ lines.o \ objects.o \ paths.o \ regions.o \ scanfont.o \ spaces.o \ t1funcs.o \ t1info.o \ t1io.o \ t1malloc.o \ t1snap.o \ t1stub.o \ token.o \ type1.o \ util.oSubdirLibraryRule($(OBJS))NormalLibraryObjectRule()NormalLintTarget($(SRCS))DependTarget()
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -