Add cscope target to Makefile

This commit is contained in:
shemminger 2005-06-23 17:31:49 +00:00
parent 02d2ae55c6
commit f6aa8e00ac
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,7 @@ install: all
install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3
clean:
rm -f cscope.*
@for i in $(SUBDIRS) doc; \
do $(MAKE) $(MFLAGS) -C $$i clean; done
@ -65,4 +66,7 @@ clobber: clean
distclean: clobber
cscope:
cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc
.EXPORT_ALL_VARIABLES: