📄 makefile
字号:
# WARNING## This Makefile is NOT for installation purposes. Please read the file# docs/Install.html for information about installing Tix.####### fs = font scheme source # cs = color scheme source ## fsc = font scheme compiled# csc = color scheme compiled#.SUFFIXES: .fs .cs .csc .fscall:: FONT_PREF COLOR_PREFFONT_SRC = 14Point.fs 12Point.fs TK.fs FONT_PREF:: ${FONT_SRC:.fs=.fsc}COLOR_SRC = Bisque.cs Blue.cs Gray.cs SGIGray.cs TixGray.cs TK.csCOLOR_PREF:: ${COLOR_SRC:.cs=.csc}fresh:: -rm -f ${COLOR_SRC:.cs=.csc} FONT_PREF:: ${FONT_SRC:.fs=.fsc} make.cs.csc: tixmkpref -color $< > $@.fs.fsc: tixmkpref -font $< > $@distclean: - rm -f *.a *.o core errs *~ \#* TAGS *.E a.out errors \ *.psclean:: distclean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -