From 674e98fe350d24254bc9948cea7b146426457282 Mon Sep 17 00:00:00 2001 From: lilo_booter Date: Thu, 25 Nov 2004 13:49:54 +0000 Subject: [PATCH] Install makefile for swig git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@538 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt++/swig/Makefile | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 mlt++/swig/Makefile diff --git a/mlt++/swig/Makefile b/mlt++/swig/Makefile new file mode 100644 index 0000000..ce38299 --- /dev/null +++ b/mlt++/swig/Makefile @@ -0,0 +1,10 @@ +SUBDIRS = java perl python ruby tcl + +all clean install: + list='$(SUBDIRS)'; \ + for subdir in $$list; do \ + if [ -f $$subdir/Makefile -a -f .$$subdir ] ; \ + then $(MAKE) -C $$subdir $@ || exit 1; \ + fi \ + done + -- 1.7.4.4