File: domake

package info (click to toggle)
wip 2p3-9
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 3,160 kB
  • ctags: 889
  • sloc: ansic: 13,304; csh: 534; makefile: 109; sed: 92
file content (12 lines) | stat: -rwxr-xr-x 496 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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 /home/wip -pgplot $MIRLIB -xlib "$MIRXLIB" -cc "gcc -ansi"