makefile
来自「COOOL:CWP面向对象最优化库(CWP Object Oriented Op」· 代码 · 共 36 行
TXT
36 行
################################ Makefile for COOOL/lib/c++u# Adapted to CWP makefiles 04/28/94################################include $(COOOLROOT)/src/Makefile.config#D = $(COOOLI)/C++u.hhLIB = $(COOOLL)/libc++u.aARCH = $(LIB)(AString.o)INSTALL : $(LIB) @touch $@${ARCH} : $D$(LIB) : $(ARCH) $(RANLIB) $(LIB)remake : @-rm -f $(LIB) @$(MAKE)list : $(AR) tv $(LIB)clean: rm -f junk* core a.out *.o *.rpodistclean: rm -f junk* core a.out *.o *.rpo @-rm -f $(LIB).PRECIOUS: $(LIB)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?