mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
noone uses etags. Connected to PR1601
llvm-svn: 42344
This commit is contained in:
parent
5dad95ffa6
commit
a30e6609ec
@ -23,7 +23,7 @@ RecursiveTargets := all clean clean-all install uninstall install-bytecode
|
||||
LocalTargets := all-local clean-local clean-all-local check-local \
|
||||
install-local printvars uninstall-local \
|
||||
install-bytecode-local
|
||||
TopLevelTargets := check dist dist-check dist-clean tags dist-gzip dist-bzip2 \
|
||||
TopLevelTargets := check dist dist-check dist-clean dist-gzip dist-bzip2 \
|
||||
dist-zip
|
||||
UserTargets := $(RecursiveTargets) $(LocalTargets) $(TopLevelTargets)
|
||||
InternalTargets := preconditions distdir dist-hook
|
||||
@ -1439,25 +1439,6 @@ endif
|
||||
clean-all-local::
|
||||
-$(Verb) $(RM) -rf Debug Release Profile
|
||||
|
||||
# Build tags database for Emacs/Xemacs:
|
||||
tags:: TAGS CTAGS
|
||||
|
||||
TAGS:
|
||||
find $(PROJ_SRC_ROOT)/include $(PROJ_SRC_ROOT)/lib \
|
||||
$(PROJ_SRC_ROOT)/tools $(PROJ_SRC_ROOT)/examples \
|
||||
$(PROJ_OBJ_ROOT)/include $(PROJ_OBJ_ROOT)/lib \
|
||||
$(PROJ_OBJ_ROOT)/tools $(PROJ_OBJ_ROOT)/examples \
|
||||
-name '*.cpp' -o -name '*.h' | \
|
||||
$(ETAGS) $(ETAGSFLAGS) -
|
||||
|
||||
CTAGS:
|
||||
find $(PROJ_SRC_ROOT)/include $(PROJ_SRC_ROOT)/lib \
|
||||
$(PROJ_SRC_ROOT)/tools $(PROJ_SRC_ROOT)/examples \
|
||||
$(PROJ_OBJ_ROOT)/include $(PROJ_OBJ_ROOT)/lib \
|
||||
$(PROJ_OBJ_ROOT)/tools $(PROJ_OBJ_ROOT)/examples \
|
||||
\( -name '*.cpp' -o -name '*.h' \) -print | \
|
||||
ctags -ImtT -o $(PROJ_OBJ_ROOT)/CTAGS -L -
|
||||
|
||||
|
||||
###############################################################################
|
||||
# DEPENDENCIES: Include the dependency files if we should
|
||||
|
Loading…
Reference in New Issue
Block a user