47 lines
998 B
Makefile
47 lines
998 B
Makefile
# $OpenBSD: Makefile,v 1.10 2000/12/18 02:21:21 obecian Exp $
|
|
#
|
|
|
|
# SUBDIR += Scilab
|
|
# SUBDIR += apc
|
|
# SUBDIR += blas
|
|
SUBDIR += calc
|
|
# SUBDIR += calctool
|
|
# SUBDIR += eispack
|
|
# SUBDIR += eval
|
|
# SUBDIR += femlab
|
|
# SUBDIR += fftpack
|
|
# SUBDIR += freefem
|
|
# SUBDIR += fudgit
|
|
SUBDIR += gnuplot
|
|
SUBDIR += gnuplot:no_x11
|
|
SUBDIR += grpn
|
|
# SUBDIR += hexcalc
|
|
SUBDIR += hoc
|
|
# SUBDIR += lapack
|
|
# SUBDIR += libranlib
|
|
# SUBDIR += linpack
|
|
SUBDIR += maple
|
|
SUBDIR += maple-share
|
|
# SUBDIR += metis
|
|
# SUBDIR += numpy
|
|
# SUBDIR += octave
|
|
# SUBDIR += oleo
|
|
# SUBDIR += p5-MatrixReal
|
|
# SUBDIR += pari
|
|
# SUBDIR += plplot
|
|
# SUBDIR += r
|
|
# SUBDIR += siag
|
|
# SUBDIR += simpack
|
|
# SUBDIR += ss
|
|
# SUBDIR += umatrix
|
|
SUBDIR += wingz
|
|
# SUBDIR += xgfe
|
|
# SUBDIR += xgraph
|
|
# SUBDIR += xldlas
|
|
# SUBDIR += xlispstat
|
|
# SUBDIR += xmgr
|
|
# SUBDIR += xplot
|
|
SUBDIR += xspread
|
|
#
|
|
.include <bsd.port.subdir.mk>
|