Ignore:
Timestamp:
Feb 3, 2006 3:23:28 PM (18 years ago)
Author:
bennylp
Message:

Added gcov-report build target and fixed bug in string test under gcov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/build/rules.mak

    r65 r136  
    138138endif 
    139139 
     140gcov-report: 
     141        for file in $(FULL_SRCS); do \ 
     142                gcov $$file -n -o $(OBJDIR); \ 
     143        done 
     144 
    140145realclean: clean 
    141146        $(subst @@,$(subst /,$(HOST_PSEP),$(LIB)) $(subst /,$(HOST_PSEP),$(EXE)),$(HOST_RM)) 
Note: See TracChangeset for help on using the changeset viewer.