blob: 73d6ab2d575f8f591d953d7bb298d407a99548a5 [file] [log] [blame]
Benny Prijono8a0ab282008-01-23 20:17:42 +00001DIRS = resample milenage srtp
Benny Prijono5aeed442007-05-15 10:42:56 +00002
Benny Prijonod9627842007-04-18 09:24:31 +00003include ../../build.mak
4include $(PJDIR)/build/common.mak
5
6all clean dep depend distclean realclean:
7 for dir in $(DIRS); do \
8 if $(MAKE) $(MAKE_FLAGS) -C $$dir $@; then \
9 true; \
10 else \
11 exit 1; \
12 fi; \
13 done
14