File: domake

package info (click to toggle)
wip 2p3-6
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 3,188 kB
  • ctags: 893
  • sloc: ansic: 13,319; csh: 962; makefile: 123; sed: 92
file content (14 lines) | stat: -rwxr-xr-x 618 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 ""
#-lib "/scratch/build/wip-devel/wip-2p3/debian/usr/lib" -bin "/scratch/build/wip-devel/wip-2p3/debian/usr/bin"