4da111409bff396815815f6cb646032d2435f203
[melted] / 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)$(prefix)/share/mlt/profiles"
13 install -m 644 * "$(DESTDIR)$(prefix)/share/mlt/profiles"
14 rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/*~"
15 rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/Makefile"
16
17 uninstall:
18 rm -rf "$(DESTDIR)$(prefix)/share/mlt/profiles"