makefile

来自「su 的源代码库」· 代码 · 共 45 行

TXT
45
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?