Importing release version 322 from old repos
This commit is contained in:
27
src/wsi/ra/tool/matlab/Makefile
Normal file
27
src/wsi/ra/tool/matlab/Makefile
Normal 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
|
Reference in New Issue
Block a user