Files
ocserv/Makefile.am
2013-11-05 19:45:00 +01:00

32 lines
453 B
Makefile

EXTRA_DIST = LICENSE
SUBDIRS = gl
if NEED_LIBOPTS
SUBDIRS += libopts
endif
SUBDIRS += src doc tests
ACLOCAL_AMFLAGS = -I gl/m4 -I libopts/m4
gl:
gnulib-tool --add-import --lgpl=2
clang:
make clean
scan-build ./configure
rm -rf scan.tmp
scan-build -o scan.tmp make
ctags:
find . -type f -name "*.[ch]*" | xargs @CTAGS@
cscope:
@CSCOPE@ -b -R
cref: ctags cscope
dist-hook:
cd $(distdir)/src/ && for i in *.def;do \
autogen $$i; \
done