📄 makefile
字号:
# Makefile for ...xplot/libinclude $(CWPROOT)/src/Makefile.configD = $I/xplot.hCFLAGS = $(XCFLAGS) LFLAGS= -L$LLIB = $L/libxplot.aARCH = \ $(LIB)(axesbox.o) \ $(LIB)(colormap.o) \ $(LIB)(drawcurve.o) \ $(LIB)(image.o) \ $(LIB)(legendbox.o) \ $(LIB)(xContour.o) \ $(LIB)(rubberbox.o) \ $(LIB)(window.o) \ $(LIB)(garnish.o)INSTALL: $(LIB) @-rm -f INSTALL @touch $@$(ARCH) : $D$(LIB) : $(ARCH) $(RANLIB) $(LIB)remake : @-rm -f $(LIB) INSTALL @$(MAKE)list : $(AR) tv $(LIB)clean: rm -f junk* core a.out.PRECIOUS: $(LIB)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -