File: cleanup

package info (click to toggle)
r-cran-rinside 0.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 668 kB
  • sloc: cpp: 3,310; ansic: 117; xml: 57; ruby: 34; makefile: 2
file content (16 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

rm -vf  src/*.o src/*.so inst/lib/*.h \
   	src/RInsideEnvVars.h src/RInsideAutoloads.h \
	inst/lib/lib*.so inst/lib/lib*.a \
	Librinside.a

for d in standard mpi qt wt armadillo eigen threads
do
    cd inst/examples/${d}
    test -f Makefile && make clean
    test -f GNUmakefile && make -f GNUmakefile clean
    rm -f *~
    cd ../../..
done

rm -rf inst/examples/qt/build