File: cmake_clean.sh

package info (click to toggle)
kernelshark 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,744 kB
  • sloc: cpp: 12,517; ansic: 11,546; makefile: 89; sh: 89
file content (20 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
make clean
rm CMakeCache.txt
rm cmake_install.cmake
rm Makefile
rm -f CTestTestfile.cmake
rm -f DartConfiguration.tcl
rm -rf CMakeFiles/
rm -rf src/
rm -rf examples/
rm -rf tests/
rm -rf Testing/
rm -f ../tests/*.dat
rm -f ../lib/*
rm ../kernelshark.desktop
rm ../libkshark.pc
rm ../org.freedesktop.kshark-record.policy
rm -f ../src/KsCmakeDef.hpp
rm -f CMakeDoxyfile.in
rm -f CMakeDoxygenDefaults.cmake
rm -rf .qt/