File: domake

package info (click to toggle)
wip 2p3-7
  • links: PTS
  • area: non-free
  • in suites: sarge
  • size: 3,192 kB
  • ctags: 893
  • sloc: ansic: 13,307; csh: 962; makefile: 122; sed: 92
file content (15 lines) | stat: -rwxr-xr-x 688 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/csh -f
#
# All the options for makewip (and explanations for these options) are
# explained in detail in the script makewip.
#
# set options = ""
# if ($?MIRDEBUG != 0) set options = "$options -debug"
# if (-e $MIRLIB/libreadline.a) set options = "$options -readline $MIRLIB"
# $MIR/borrow/wip/makewip -wip $MIR/borrow/wip -pgplot $MIRLIB -lib $MIRLIB \
#   -bin $MIRBIN -xlib "$MIRXLIB" -host $MIRHOST $options $*
#
./makewip -wip `pwd` -pgplot /usr/lib/pgplot5 -xlib "/usr/X11R6/lib" -readline ""
#./makewip -wip `pwd` -pgplot /usr/lib/pgplot5 -xlib "/usr/X11R6/lib"
#-lib "/scratch/build/wip-devel/wip-2p3/debian/usr/lib" -bin "/scratch/build/wip-devel/wip-2p3/debian/usr/bin"