Blame | Last modification | View Log | Download | RSS feed
#!/bin/shCPP="JSONAllocator.cppJSONChildren.cppJSONDebug.cppJSONIterators.cppJSONMemory.cppJSONNode.cppJSONNode_Mutex.cppJSONPreparse.cppJSONStream.cppJSONValidator.cppJSONWorker.cppJSONWriter.cppinternalJSONNode.cpplibjson.cpp"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