You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/res/pjproject/third_party/build/Makefile

17 lines
266 B

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: