8 [ -d $OUTDIR ] || mkdir
-p $OUTDIR ||
exit 1
10 PIDL
="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --python --dcom-proxy --com-header --includedir ../librpc/idl -- "
12 if [ x
$FULLBUILD = xFULL
]; then
13 echo Rebuilding all idl files
in $IDLDIR
14 $PIDL $IDL_FILES ||
exit 1
20 for f
in $IDL_FILES ; do
21 basename=`basename $f .idl`
22 ndr
="$OUTDIR/ndr_$basename.c"
23 # blergh - most shells don't have the -nt function
25 if [ x
`find $f -newer $ndr -print` = x
$f ]; then
33 if [ "x$list" != x
]; then