mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Newcomers to the code often use these tools to learn their way around. Integrate them into the build so that we don't accidentally track their files. Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
14 lines
207 B
Makefile
14 lines
207 B
Makefile
EXTRA_DIST = m4/lib-link.m4
|
|
|
|
SUBDIRS = gl libopts src doc
|
|
|
|
ACLOCAL_AMFLAGS = -I gl/m4 -I libopts/m4 -I m4
|
|
|
|
ctags:
|
|
find . -type f -name "*.[ch]*" | xargs @CTAGS@
|
|
|
|
cscope:
|
|
@CSCOPE@ -b -R
|
|
|
|
cref: ctags cscope
|