Blame | Last modification | View Log | Download | RSS feed
#!/bin/shCPP="@CPP_FILES@"if test -n "$CPP" ; thenecho "Removing the CPP files copied from libjson into src: $CPP"(cd src ; rm -f $CPP)if test -e src/JSONOptions.h ; thenrm src/JSONOptions.hfifirm -f src/Makevars config.log config.status