update clean target of makefile and testprof/makefile
This commit is contained in:
parent
98893c077b
commit
6ac2d6141d
2
makefile
2
makefile
@ -351,6 +351,7 @@ clean:
|
|||||||
rm -f `find . -type f -name "*.obj" | xargs`
|
rm -f `find . -type f -name "*.obj" | xargs`
|
||||||
rm -f `find . -type f -name "*.lib" | xargs`
|
rm -f `find . -type f -name "*.lib" | xargs`
|
||||||
rm -f `find . -type f -name "*.exe" | xargs`
|
rm -f `find . -type f -name "*.exe" | xargs`
|
||||||
|
rm -f `find . -type f -name "*.gcov" | xargs`
|
||||||
rm -f `find . -type f -name "*.gcda" | xargs`
|
rm -f `find . -type f -name "*.gcda" | xargs`
|
||||||
rm -f `find . -type f -name "*.gcno" | xargs`
|
rm -f `find . -type f -name "*.gcno" | xargs`
|
||||||
rm -f `find . -type f -name "*.il" | xargs`
|
rm -f `find . -type f -name "*.il" | xargs`
|
||||||
@ -362,6 +363,7 @@ clean:
|
|||||||
rm -rf doc/doxygen
|
rm -rf doc/doxygen
|
||||||
rm -f `find . -type f -name "*.pdf" | grep -FL crypt.pdf | xargs`
|
rm -f `find . -type f -name "*.pdf" | grep -FL crypt.pdf | xargs`
|
||||||
rm -f *.txt
|
rm -f *.txt
|
||||||
|
cd testprof ; $(MAKE) clean
|
||||||
|
|
||||||
#build the doxy files (requires Doxygen, tetex and patience)
|
#build the doxy files (requires Doxygen, tetex and patience)
|
||||||
doxy:
|
doxy:
|
||||||
|
@ -20,5 +20,5 @@ $(LIBTEST_S): $(OBJECTS)
|
|||||||
$(RANLIB) $@
|
$(RANLIB) $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.a
|
rm -f *.o *.a *.gcov *.gcda *.gcno
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user