You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
362 B
19 lines
362 B
include ../config.mak
|
|
|
|
all:
|
|
|
|
depend:
|
|
|
|
distclean:
|
|
|
|
clean:
|
|
|
|
install: all uninstall
|
|
install -d "$(DESTDIR)$(prefix)/share/mlt/profiles"
|
|
install -m 644 * "$(DESTDIR)$(prefix)/share/mlt/profiles"
|
|
rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/*~"
|
|
rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/Makefile"
|
|
|
|
uninstall:
|
|
rm -rf "$(DESTDIR)$(prefix)/share/mlt/profiles"
|