⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 COOOL:CWP面向对象最优化库(CWP Object Oriented Optimization Library) COOOL是C++类的一个集合
💻
字号:
################################ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -