]> git.sesse.net Git - mlt/blob - profiles/Makefile
Added new profiles system: mlt_profile, MLT_PROFILE, and profiles documents.
[mlt] / profiles / Makefile
1 include ../config.mak
2
3 all:
4
5 depend:
6
7 distclean:
8
9 clean:
10
11 install:        all
12         install -d $(DESTDIR)$(prefix)/share/mlt/profiles
13         install -m 644 * $(DESTDIR)$(prefix)/share/mlt/profiles
14         rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/{*~,Makefile}