added depclean target, added flawfinder to doc target

This commit is contained in:
maroy 2004-11-18 13:19:16 +00:00
parent e5f7f2bed8
commit b55afa61e5
1 changed files with 10 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#
#
# Author : $Author: maroy $
# Version : $Revision: 1.11 $
# Version : $Revision: 1.12 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/Attic/Makefile,v $
#-------------------------------------------------------------------------------
@ -108,7 +108,7 @@ printusage:
${ECHO} " doc - build autogenerated documentation"
${ECHO} " doxygen - build autogenerated doxygen documentation only"
doc: doxygen testresults
doc: doxygen testresults flawfinder
doxygen:
${DOXYGEN} ${DOXYGEN_CONFIG}
@ -164,3 +164,11 @@ distclean:
${MAKE} -c ${EVENT_SCHEDULER_DIR} distclean
${MAKE} -c ${SCHEDULER_DIR} distclean
depclean:
${MAKE} -c ${CORE_DIR} clean
${MAKE} -c ${DB_DIR} clean
${MAKE} -c ${STORAGE_DIR} clean
${MAKE} -c ${PLAYLIST_EXECUTOR_DIR} clean
${MAKE} -c ${EVENT_SCHEDULER_DIR} clean
${MAKE} -c ${SCHEDULER_DIR} clean