]> git.sesse.net Git - mlt/blob - profiles/Makefile
Merge pull request #37 from jliljebl/luma-lift-gain-gamma
[mlt] / profiles / Makefile
1 include ../config.mak
2
3 all:
4
5 depend:
6
7 distclean:
8
9 clean:
10
11 install:        all uninstall
12         install -d "$(DESTDIR)$(mltdatadir)/profiles"
13         install -m 644 * "$(DESTDIR)$(mltdatadir)/profiles"
14         rm -f "$(DESTDIR)$(mltdatadir)/profiles/"*~
15         rm -f "$(DESTDIR)$(mltdatadir)/profiles/Makefile"
16
17 uninstall:
18         rm -rf "$(DESTDIR)$(mltdatadir)/profiles"