5 @echo
" clean - remove build droppings"
6 @echo
" sbcl - build using SBCL"
7 @echo
" clisp - build using CLISP"
11 git push
--all git
+ssh
://repo.or.cz
/srv
/git
/CommonLispStat.git
15 cd ASDF
; ln
-s ..
/external
/*/*.asd .
21 rm -f
*.o
*.fasl
*~
*.flc
32 # Modify according to your system's needs for dynamic loading
34 CFLAGS
= -O
-G
0 -DINTPTR
36 # Directory for Examples and Data -- MUST end in a / if not null
37 # For now, you have to install the Examples and Data directories by hand.
39 LSLIB
=/usr
/statlocal
/lib
/xlispstat
/
42 (cd lib
; make CFLAGS
="${CFLAGS}")
45 (cd lib
; make CFLAGS
="${CFLAGS}" exclglue.o
)
48 ## Lisp targets and compilation