forked from len0rd/rockbox
tags target added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1752 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
15c401ec48
commit
f769e5306f
1 changed files with 5 additions and 0 deletions
|
|
@ -84,6 +84,11 @@ clean:
|
|||
DEPS:=.deps
|
||||
DEPDIRS:=$(DEPS) $(DEPS)/recorder
|
||||
|
||||
DIRS = $(subst $(DEPS),".",$(DEPDIRS))
|
||||
|
||||
tags:
|
||||
@$(SHELL) -c 'for d in $(DIRS); do { etags -o $(OBJDIR)/TAGS -a $$d/*.[ch]; }; done'
|
||||
|
||||
$(OBJDIR)/$(DEPS)/%.d: %.c
|
||||
@$(SHELL) -c 'for d in $(DEPDIRS); do { if [ ! -d $(OBJDIR)/$$d ]; then mkdir $(OBJDIR)/$$d; fi; }; done'
|
||||
@echo "Updating dependencies for $(OBJDIR)/$<"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue