makecint -mk Makefile -dl ../../include/sys/ipc.dll -h ipcif.h
make -f Makefile

if test -r ../../include/sys/ipc.dll 
then
  echo
else
  makecint -mk Makefile -dl ../../include/sys/ipc.dll -h ipcif.h.old
  make -f Makefile
fi

rm G__* Makefile
