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.
mlt/src/modules/lumas/Makefile

24 lines
450 B

include ../../../config.mak
LDFLAGS=
all: luma create_lumas
@./create_lumas
luma: luma.c
create_lumas:
depend:
distclean:
rm -rf PAL NTSC luma
clean:
rm -f luma
install: all
install -d $(DESTDIR)$(prefix)/share/mlt/modules/lumas/PAL
install -d $(DESTDIR)$(prefix)/share/mlt/modules/lumas/NTSC
install -m 644 PAL/* $(DESTDIR)$(prefix)/share/mlt/modules/lumas/PAL
install -m 644 NTSC/* $(DESTDIR)$(prefix)/share/mlt/modules/lumas/NTSC