2 DIRS
:= include lib tools docs
4 include $(LEVEL
)/Makefile.common
6 ifneq ($(PROJ_SRC_ROOT
),$(PROJ_OBJ_ROOT
))
8 $(Verb
) if
[ ! -f
test/Makefile
]; then \
10 $(CP
) $(PROJ_SRC_DIR
)/test/Makefile
test/Makefile
; \
18 @
$(MAKE
) -C
test report
21 @
$(MAKE
) -C
test clean
24 $(Verb
) etags
`find . -type f -name \*.h | grep -v /lib/Headers | grep -v /test/` `find . -type f -name \*.cpp | grep -v /lib/Headers | grep -v /test/`
27 find tools lib
include -name
'*.cpp' \
30 -or
-name
'*.h' > cscope.files
32 .PHONY
: test report
clean cscope.files