Importing release version 322 from old repos

This commit is contained in:
Marcel Kronfeld
2007-12-11 16:38:11 +00:00
parent 8cecdb016d
commit 7ae15be788
668 changed files with 109288 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# This makefile builds JMatLink library on RH7.3.
# Joerg K. Wegner 27/09/02
#
# for using this feature
# setenv MATLAB /afs/informatik.uni-tuebingen.de/i386_rh62/ra/Matlab-6.1
# setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$MATLAB/extern/lib/glnx86/
CC = gcc
LD = ld
# MATLAB
MATLAB = /afs/informatik.uni-tuebingen.de/i386_rh62/ra/Matlab-6.1
MLIB = -L$(MATLAB)/extern/lib/glnx86
MINCLUDE = -I$(MATLAB)/extern/include