From b55afa61e5261ecd8d5447da04cd6cba42a2397d Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 18 Nov 2004 13:19:16 +0000 Subject: [PATCH] added depclean target, added flawfinder to doc target --- livesupport/Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/livesupport/Makefile b/livesupport/Makefile index 1c7086f19..6ce7f4054 100644 --- a/livesupport/Makefile +++ b/livesupport/Makefile @@ -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 +