The R Project SVN R-packages

Rev

Blame | Last modification | View Log | Download | RSS feed

#!/bin/sh

CPP="@CPP_FILES@"

if test -n "$CPP" ; then 
  echo "Removing the CPP files copied from libjson into src: $CPP"
  (cd src ; rm -f $CPP)
  if test -e src/JSONOptions.h ; then 
      rm src/JSONOptions.h
  fi
fi

rm -f src/Makevars config.log config.status