📄 imakefile
字号:
HEADERS = XMenu.h LINTLIBS = ../lib/X/llib-lX.ln INSTALLFLAGS = $(INSTINCFLAGS) RANLIB = ranlib -tSRCS = Activate.c \ AddPane.c \ AddSel.c \ ChgPane.c \ ChgSel.c \ Create.c \ DelPane.c \ DelSel.c \ Destroy.c \ Error.c \ EvHand.c \ FindPane.c \ FindSel.c \ InsPane.c \ InsSel.c \ Internal.c \ Locate.c \ Post.c \ Recomp.c \ SetAEQ.c \ SetFrz.c \ SetPane.c \ SetSel.cOBJS = Activate.o \ AddPane.o \ AddSel.o \ ChgPane.o \ ChgSel.o \ Create.o \ DelPane.o \ DelSel.o \ Destroy.o \ Error.o \ EvHand.o \ FindPane.o \ FindSel.o \ InsPane.o \ InsSel.o \ Internal.o \ Locate.o \ Post.o \ Recomp.o \ SetAEQ.o \ SetFrz.o \ SetPane.o \ SetSel.o#if DebugOldLibXMenu && ProfileOldLibXMenuDebuggedAndProfiledLibraryObjectRule()#else# if DebugOldLibXMenuDebuggedLibraryObjectRule()# else# if ProfileOldLibXMenuProfiledLibraryObjectRule()# elseNormalLibraryObjectRule()# endif# endif#endifNormalLibraryTarget(XMenu11,$(OBJS))LintLibraryTarget(XMenu11,$(SRCS))InstallLibrary(XMenu11,$(USRLIBDIR))#if InstallLintLibsInstallLintLibrary(XMenu11,$(LINTLIBDIR))#endifInstallMultiple($(HEADERS),$(INCDIR))#if ProfileOldLibXMenuProfiledLibraryTarget(XMenu11,$(OBJS))InstallLibrary(XMenu11_p,$(USRLIBDIR))#endif#if DebugOldLibXMenuDebuggedLibraryTarget(XMenu11,$(OBJS))#endifDependTarget()NormalLintTarget($(SRCS))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -