File: linuxoctave.sh

package info (click to toggle)
psychtoolbox-3 3.0.19.14.dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,796 kB
  • sloc: ansic: 176,245; cpp: 20,103; objc: 5,393; sh: 2,753; python: 1,397; php: 384; makefile: 193; java: 113
file content (11 lines) | stat: -rwxr-xr-x 855 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
# Build GetSecs.oct ...
#./mex2oct Octave/GetSecs.cc -IOctave -ICommon/Base -ILinux/Base -ICommon/GetSecs Common/Base/*.cc Linux/Base/*.c Common/Base/*.c Common/GetSecs/*.c -g -lc -v

# Build WaitSecs.oct ...
#./mex2oct Octave/WaitSecs.cc -IOctave -ICommon/Base -ILinux/Base -ICommon/WaitSecs Common/Base/*.cc Linux/Base/*.c Common/Base/*.c Common/WaitSecs/*.c -g -lc -v

# Build Screen.oct ...
./mex2oct Octave/Screen.cc -IOctave -I/usr/X11R6/include -ICommon/Base -ILinux/Base -ILinux/Screen -ICommon/Screen Common/Base/*.cc Linux/Base/*.c Common/Base/*.c Linux/Screen/*.c Common/Screen/*.c /usr/X11R6/lib/libXxf86vm.a /usr/X11R6/lib/libGLU.a /usr/local/lib/libdc1394.a /usr/local/lib/libraw1394.a -L/usr/X11R6/lib -g -lc -lGL -lX11 -lXext -v 

# Copy all oct files to the PsychBasic folder:
/bin/cp -f ./*.oct ./../../Psychtoolbox/PsychBasic/