Skip to content
Snippets Groups Projects
Commit e013fad2 authored by Niels Möller's avatar Niels Möller
Browse files

(tags, tags-here): New targets.

Rev: src/nettle/Makefile.in:1.20.2.1
parent e4fc069d
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ all check install uninstall:
set -e; for d in $(SUBDIRS); do \
echo "Making $@ in $$d" ; (cd $$d && $(MAKE) $@); done
clean distclean mostlyclean maintainer-clean:
clean distclean mostlyclean maintainer-clean tags:
set -e; for d in $(SUBDIRS); do \
echo "Making $@ in $$d" ; (cd $$d && $(MAKE) $@); done
$(MAKE) $@-here
......@@ -323,5 +323,8 @@ distclean-here: clean-here
-rm -f config.h stamp-h config.log config.status \
config.make config.m4 Makefile nettle-types.h *.d
tags-here:
etags $(srcdir)/*.c $(srcdir)/*.h
DEP_FILES = $(SOURCES:.c=.$(OBJEXT).d) $(SOURCES:.c=.p$(OBJEXT).d)
@DEP_INCLUDE@ $(DEP_FILES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment