makefile
来自「This Source-Navigator, an IDE for C/C++/」· 代码 · 共 46 行
TXT
46 行
# 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 + =
减小字号Ctrl + -
显示快捷键?