11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.40 2003/09/23 15:57:18 gawthrop
## And back to gv
##
## Revision 1.39 2003/09/22 17:38:56 gawthrop
## gv --> ghostview
##
## Revision 1.38 2003/07/13 21:53:24 geraint
|
>
>
>
>
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.41 2004/02/17 17:53:34 geraint
## Fixed [ 898739 ] libhdf5 dependency breaks -cc reps.
## Now uses mkoctfile to determine include and library flags.
##
## Revision 1.40 2003/09/23 15:57:18 gawthrop
## And back to gv
##
## Revision 1.39 2003/09/22 17:38:56 gawthrop
## gv --> ghostview
##
## Revision 1.38 2003/07/13 21:53:24 geraint
|
297
298
299
300
301
302
303
304
305
306
307
|
MATLAB_LIBS="-Wl,--rpath-link,${MATLAB_ROOT}/extern/lib/${MATLAB_ARCH},--rpath-link,${MATLAB_ROOT}/bin/${MATLAB_ARCH} -L${MATLAB_ROOT}/bin/${MATLAB_ARCH} -lmx -lmex -lm"
# exported variables
export MTT_MATLAB_FLAGS="${MATLAB_FLAGS} ${MATLAB_INCS} ${MATLAB_LIBS}"
## End of Matlab environment configuration
##
#############################################################
fi
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
|
MATLAB_LIBS="-Wl,--rpath-link,${MATLAB_ROOT}/extern/lib/${MATLAB_ARCH},--rpath-link,${MATLAB_ROOT}/bin/${MATLAB_ARCH} -L${MATLAB_ROOT}/bin/${MATLAB_ARCH} -lmx -lmex -lm"
# exported variables
export MTT_MATLAB_FLAGS="${MATLAB_FLAGS} ${MATLAB_INCS} ${MATLAB_LIBS}"
## End of Matlab environment configuration
##
#############################################################
#######################################################
##
## Configure environment for compilation of RTXI module
RTXI_INCS="-I/usr/local/src/mtt/rtxi/rtxi_cvs_30Sep05/include -I/usr/include/qt3"
# MORE_RTXI_INCS="-I/usr/realtime/include -I/usr/src/linux/include"
RTXI_FLAGS="-DHAVE_CONFIG_H -D_REENTRANT -DQT_THREAD_SUPPORT"
export MTT_RTXI_FLAGS="${RTXI_INCS}"
## End of RTXI environment configuration
##
#############################################################
fi
|