1#!/bin/sh 2rm -f Makefile 3rm -f Makefile.in 4rm -f aclocal.m4 5rm -fr autom4te.cache 6rm -f btstack_config.h 7rm -f config.* 8rm -fr config 9rm -f configure 10rm -fr m4 11rm -rf src/*.dSYM 12rm -f src/BTdaemon 13rm -f src/Makefile 14rm -rf example/*.dSYM 15rm -f example/le_scan 16rm -f example/l2cap_server 17rm -f example/l2cap_throughput 18rm -f example/rfcomm_cat 19rm -f example/rfcomm_echo 20rm -f example/rfcomm_test 21rm -f example/inquiry 22rm -f example/test 23rm -f example/Makefile 24