mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-14 19:57:03 +00:00
Review: https://reviewboard.asterisk.org/r/1891/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369517 65c4cc65-6c06-0410-ace0-fbb531ad65f3
17 lines
266 B
Makefile
17 lines
266 B
Makefile
DIRS = resample milenage srtp
|
|
|
|
include ../../build.mak
|
|
include $(PJDIR)/build/common.mak
|
|
|
|
all clean dep depend distclean realclean:
|
|
for dir in $(DIRS); do \
|
|
if $(MAKE) $(MAKE_FLAGS) -C $$dir $@; then \
|
|
true; \
|
|
else \
|
|
exit 1; \
|
|
fi; \
|
|
done
|
|
|
|
doc:
|
|
|