X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=Makefile;h=afc885efae95b2debe2aa4c249242159e3859c8a;hb=cb4fe9e9f9f279dce4ed45467cdc5c6c62970605;hp=2c4766e02161bb917aaa82f9609247bece2e4c94;hpb=013ec34df506310f38c13002f196feca1b1f9eea;p=melted diff --git a/Makefile b/Makefile index 2c4766e..afc885e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,8 @@ SUBDIRS = src/framework \ src/miracle \ src/humperdink \ src/albino \ - src/modules + src/modules \ + profiles all clean: list='$(SUBDIRS)'; \ @@ -29,8 +30,9 @@ install: install -d "$(DESTDIR)$(prefix)/bin" install -d "$(DESTDIR)$(prefix)/include" install -d "$(DESTDIR)$(libdir)" + install -d "$(DESTDIR)$(libdir)/mlt" install -d "$(DESTDIR)$(libdir)/pkgconfig" - install -d "$(DESTDIR)$(prefix)/share/mlt/modules" + install -d "$(DESTDIR)$(prefix)/share/mlt" install -c -m 755 mlt-config "$(DESTDIR)$(bindir)" install -c -m 644 *.pc "$(DESTDIR)$(libdir)/pkgconfig" install -m 644 packages.dat "$(DESTDIR)$(prefix)/share/mlt/" @@ -54,5 +56,6 @@ uninstall: dist: [ -d "mlt-$(version)" ] && rm -rf "mlt-$(version)" || echo - svn export . "mlt-$(version)" + svn export http://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt "mlt-$(version)" + svn log > "mlt-$(version)/ChangeLog" tar -cvzf "mlt-$(version).tar.gz" "mlt-$(version)"