代码拉取完成,页面将自动刷新
.SUFFIXES: .o .lsp
default:
@echo "Targets:"
@echo " clean - remove build droppings"
@echo " sbcl - build using SBCL"
@echo " clisp - build using CLISP"
@echo " "
git-push :
git push --all git+ssh://repo.or.cz/srv/git/CommonLispStat.git
asdf-create :
cd ASDF ; ln -s ../external/*/*.asd .
## Workspace cleanup
clean:
rm -f *.o *.fasl *~ *.flc
lib-clean :
(cd lib; make clean)
dist-clean: clean
rm -rf fasl sbcl-fasl
## C compilation
#
# Modify according to your system's needs for dynamic loading
#
CFLAGS = -O -G 0 -DINTPTR
# Directory for Examples and Data -- MUST end in a / if not null
# For now, you have to install the Examples and Data directories by hand.
#
LSLIB=/usr/statlocal/lib/xlispstat/
lib/clib.a:
(cd lib; make CFLAGS="${CFLAGS}")
lib/exclglue.o:
(cd lib; make CFLAGS="${CFLAGS}" exclglue.o)
## Lisp targets and compilation
sbcl :
clisp :
## Debugging/Building
sbcl-debug :
clisp-debug :
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。