makefile
来自「COOOL:CWP面向对象最优化库(CWP Object Oriented Op」· 代码 · 共 35 行
TXT
35 行
############################################### This file is for running tests of library functions # in this directory.## H. L. Deng###################################################include ${COOOLROOT}/src/Makefile.configCWPI = ${CWPROOT}/includeCWPL = ${CWPROOT}/libLIBRARIES = -L$(COOOLL) -L$(CWPL) \ -loptima -lobjfcn -lc++u -lsu -lpar -lcwp -lmINCLUDE = -I$(CWPI) -I$(COOOLI)PROGS = \ ${COOOLB}/test_linearINSTALL: $(PROGS) touch $@$(PROGS): $(C++TARGET) $(C++) -g -c $(INCLUDE) $(@F).cc $(C++) -g -o $@ $(@F).o $(LIBRARIES) @-rm -f $(@F).oremake : @-touch *.cc @-rm -f ${PROGS} @$(MAKE)clean : @-rm -f ${PROGS} @-rm -rf core $(REPOSITORY)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?