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

📄 makefile.am

📁 LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that sol
💻 AM
字号:
SUBDIRS = include blaspp matrix src testing macros contribACLOCAL_AMFLAGS = -I macrosEXTRA_DIST = README.W32 README MAINTAINER \ Doxyfile \ mainpage.doxygen.in \ RELEASE.NOTES \ lapackpp.spec.in \ lapackpp.spec \ lapackpp.iss \ lapackpp.sln \ lapackpp.vcproj \ lapackpp-onlyreal.vcprojpkgconfigdir = $(libdir)/pkgconfigpkgconfig_DATA = $(PACKAGE).pc# Directory where the doxygen output is written intoDOC_DIR = api-doc# Rule for running doxygensrcdoc: mainpage.doxygen	make -C include lacomplex.h	@if test ! -d $(DOC_DIR); then \	  mkdir $(DOC_DIR); \	fi	doxygen	# Rule for rpm generationrpm:    $(PACKAGE).spec dist	rpmbuild="rpm" && \	if [ `rpm --version | awk '{ print $$3 }'` > /dev/null ]; then rpmbuild="rpmbuild"; fi && \	$$rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz# Rule for rpm generationsrpm:    $(PACKAGE).spec dist	rpmbuild="rpm" && \	if [ `rpm --version | awk '{ print $$3 }'` > /dev/null ]; then rpmbuild="rpmbuild"; fi && \	$$rpmbuild -ts $(PACKAGE)-$(VERSION).tar.gz# Rule for using the Inno Setup compiler. Set the path to iscc.exe# here.ISCC = "C:\Programme\Inno Setup 5\iscc.exe"win_buildroot=distributionsetup: lapackpp.iss	mkdir -p $(win_buildroot)	make prefix="`pwd`/$(win_buildroot)/win32-tmp" \	     WIN_PATH_WINDOWS_MINGW="`pwd`/$(win_buildroot)" \	     install \	 && $(ISCC) lapackpp.iss \	 && rm -rf $(win_buildroot)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -