1 Star 0 Fork 0

WangYue0426/Ipopt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile.am 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
# Copyright (C) 2004, 2008 International Business Machines and others.
# All Rights Reserved.
# This file is distributed under the Eclipse Public License.
#
# Authors: Carl Laird, Andreas Waechter IBM 2004-08-13
SUBDIRS = src/Common src/LinAlg src/Algorithm src/contrib/CGPenalty
if BUILD_LINEARSOLVERLOADER
SUBDIRS += src/contrib/LinearSolverLoader
endif
SUBDIRS += src/Interfaces src/Apps
if BUILD_SIPOPT
SUBDIRS += contrib/sIPOPT
endif
doc_DATA = README.md AUTHORS LICENSE
.PHONY: test unitTest doc javadoc astyle
test: unitTest
unitTest: all
cd test; $(MAKE) test
doc :
cd doc && doxygen
if BUILD_JAVA
javadoc :
$(JAVADOC) -d javadoc -windowtitle "JIpopt API documentation" $(srcdir)/src/Interfaces/Ipopt.java
endif
clean-doc:
cd doc && rm -rf html *.log *.tag
rm -rf javadoc
clean-local : clean-doc
astyle:
cd $(srcdir) && astyle --mode=c -A1 --indent=spaces=3 --indent-switches --min-conditional-indent=1 --convert-tabs --align-pointer=type --pad-oper --add-brackets -n -r "*.hpp" "*.h" "*.cpp" "*.c"
cd $(srcdir) && astyle --mode=java -A1 --indent=spaces=3 --indent-switches --min-conditional-indent=1 --convert-tabs --align-pointer=type --pad-oper --add-brackets -n -r "*.java"
pkgconfiglibdir = $(libdir)/pkgconfig
pkgconfiglib_DATA = ipopt.pc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyue0426/Ipopt.git
git@gitee.com:wangyue0426/Ipopt.git
wangyue0426
Ipopt
Ipopt
stable/3.13

搜索帮助