代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。