3 ARGS
="--includedir=../librpc/idl --outputdir $PIDL_OUTPUTDIR --header --ndr-parser --samba3-ndr-server --samba3-ndr-client $PIDL_ARGS --"
9 [ -d $PIDL_OUTPUTDIR ] || mkdir
-p $PIDL_OUTPUTDIR ||
exit 1
14 ## Find newer files rather than rebuild all of them
18 for f
in ${IDL_FILES}; do
19 basename=`basename $f .idl`
20 ndr
="$PIDL_OUTPUTDIR/ndr_$basename.c"
23 if [ "x`find $f -newer $ndr -print`" = "x$f" ]; then
32 ## generate the ndr stubs
35 if [ "x$list" != x
]; then
36 # echo "${PIDL} ${list}"