]> git.sesse.net Git - mlt/blob - mlt++/swig/Makefile
26ae9ddb6f7471fb26076ccbb08987fdb1e1d3e3
[mlt] / mlt++ / swig / Makefile
1 SUBDIRS = perl python ruby tcl
2
3 all clean install:
4         list='$(SUBDIRS)'; \
5         for subdir in $$list; do \
6                 if [ -f $$subdir/Makefile -a -f .$$subdir ] ; \
7                 then $(MAKE) -C $$subdir $@ || exit 1; \
8                 fi \
9         done
10