X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Flumas%2FMakefile;h=14079e0914fe6b968ec044be69581426767455fc;hb=728c83b4335c25e43f90eb5d4bab5b86107ca21c;hp=94a9fa7b2d855c1bf2f463a477109c25b5a0902d;hpb=24fd9b1360d877a8db8b3ef472c7651ec2cf71a2;p=melted diff --git a/src/modules/lumas/Makefile b/src/modules/lumas/Makefile index 94a9fa7..14079e0 100644 --- a/src/modules/lumas/Makefile +++ b/src/modules/lumas/Makefile @@ -1,4 +1,5 @@ include ../../../config.mak +LDFLAGS= all: luma create_lumas @./create_lumas @@ -9,14 +10,14 @@ create_lumas: depend: -dist-clean: +distclean: rm -rf PAL NTSC luma clean: rm -f luma install: all - install -d $(prefix)/share/mlt/modules/lumas/PAL - install -d $(prefix)/share/mlt/modules/lumas/NTSC - install -m 644 PAL/* $(prefix)/share/mlt/modules/lumas/PAL - install -m 644 NTSC/* $(prefix)/share/mlt/modules/lumas/NTSC + install -d $(DESTDIR)$(prefix)/share/mlt/lumas/PAL + install -d $(DESTDIR)$(prefix)/share/mlt/lumas/NTSC + install -m 644 PAL/* $(DESTDIR)$(prefix)/share/mlt/lumas/PAL + install -m 644 NTSC/* $(DESTDIR)$(prefix)/share/mlt/lumas/NTSC