-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcleanup
executable file
·67 lines (67 loc) · 2.37 KB
/
cleanup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
rm -f confdefs.h config.log config.status a.out.dSYM
rm -rf src/bin
rm -f src/*.o src/*.so
rm -f src/*.gcda
rm -r src/*.gcno
rm -f src/RcppSrc/*.o src/RcppSrc/*.a inst/Rcpp-version.txt
rm -f inst/doc/*.cpp inst/doc/*.hpp inst/doc/*.R
rm -f inst/doc/*.Rd inst/doc/*.aux inst/doc/*.log inst/doc/*.tex
rm -f vignettes/*.aux vignettes/*.log vignettes/*.tex vignettes/*.toc vignettes/*.out
rm -f inst/Rcpp-license.txt
rm -rf inst/doc/auto
rm -rf autom4te.cache
rm -rf src/include src/lib src/ncl/auto4te.cache
cd src/ncl
test -f Makefile && make clean
rm -f stamp-h1
rm -f libtool
rm -f configure.lineno
rm -f Makefile
rm -rf ncl/.deps autom4te.cache
rm -f nclv2.1.pc config.log config.status config.h
find . -name \*~ -exec rm {} \;
find . -name \*.flc -exec rm {} \;
rm -f src/ncl/config.log
rm -f src/ncl/config.h
rm -f src/ncl/Makefile
rm -f src/ncl/nclv2.1.pc
rm -f src/ncl/config.status
rm -f src/ncl/stamp-h1
rm -f src/ncl/libtool
rm -f src/ncl/example/Makefile
rm -f src/ncl/example/gapcode/NEXUSgapcode
rm -f src/ncl/example/gapcode/.deps
rm -f src/ncl/example/gapcode/Makefile
rm -f src/ncl/example/normalizer/NEXUSinspector
rm -f src/ncl/example/normalizer/NCLconverter
rm -f src/ncl/example/normalizer/NEXUSnormalizer
rm -f src/ncl/example/normalizer/NEXUSvalidator
rm -f src/ncl/example/normalizer/.deps
rm -f src/ncl/example/normalizer/NEXUSunion
rm -f src/ncl/example/normalizer/NEX_us2ml
rm -f src/ncl/example/normalizer/Makefile
rm -f src/ncl/example/patristic/patristicmat
rm -f src/ncl/example/patristic/.deps
rm -f src/ncl/example/patristic/Makefile
rm -f src/ncl/example/splitsinfile/NEXUStosplits
rm -f src/ncl/example/splitsinfile/.deps
rm -f src/ncl/example/splitsinfile/Makefile
rm -f src/ncl/example/basicfactory/basicfactory
rm -f src/ncl/example/basicfactory/.deps
rm -f src/ncl/example/basicfactory/Makefile
rm -f src/ncl/example/ncltest/.deps
rm -f src/ncl/example/ncltest/ncltest
rm -f src/ncl/example/ncltest/Makefile
rm -f src/ncl/example/basiccmdline/.deps
rm -f src/ncl/example/basiccmdline/basiccmdline
rm -f src/ncl/example/basiccmdline/Makefile
rm -f src/ncl/example/nclsimplest/.deps
rm -f src/ncl/example/nclsimplest/Makefile
rm -f src/ncl/example/nclsimplest/nclsimplest
rm -f src/ncl/example/translate/NEXUStranslate
rm -f src/ncl/example/translate/.deps
rm -f src/ncl/example/translate/Makefile
rm -f src/ncl/ncl/.deps
rm -f src/ncl/ncl/Makefile
rm -f tests/.RData
rm -f tests/Rplots.pdf