File: cleanup

package info (click to toggle)
rmatrix 1.7-5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,156 kB
  • sloc: ansic: 97,207; makefile: 280; sh: 165
file content (9 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

## INSTALL does not clean up after ./configure or in subdirectories of src/;
## we do not have a ./configure, hence we only need the following:

ssdir=SuiteSparse
for sslib in SuiteSparse_config CXSparse AMD COLAMD CAMD CCOLAMD CHOLMOD; do
	(cd src/${ssdir}/${sslib} && make clean)
done