#!/bin/sh cd ${0%/*} || exit 1 # Run from this directory # Source the wmake functions . $WM_PROJECT_DIR/wmake/scripts/wmakeFunctions # Cleanup client-server and/or combined plugins rm -f $FOAM_LIBBIN/libPVFoamReader* 2>/dev/null rm -rf PVFoamReader/Make # safety: old build location wclean libso vtkPVFoam # Cleanup generated files - remove entire top-level removeObjectDir $PWD #------------------------------------------------------------------------------