X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=ec8cd5ffd4bc86ec59fd37cd65e4ad30592cfdca;hb=1971a6aa9301e7c841b7dda42eab6fff7d69763c;hp=0c1b49afe095bbc55d643d7cbd30b48a237bb8f3;hpb=34c7916b96a65dbfb6d9414aca781d6292474f98;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index 0c1b49a..ec8cd5f 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -4,6 +4,7 @@ TARGET = ../libmltcore$(LIBSUF) OBJS = factory.o \ producer_colour.o \ + producer_consumer.o \ producer_noise.o \ producer_ppm.o \ filter_brightness.o \ @@ -14,6 +15,7 @@ OBJS = factory.o \ filter_greyscale.o \ filter_luma.o \ filter_mirror.o \ + filter_mono.o \ filter_obscure.o \ filter_region.o \ filter_rescale.o \ @@ -45,15 +47,15 @@ composite_line_yuv_mmx.o: composite_line_yuv_mmx.S depend: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend -dist-clean: clean +distclean: clean rm -f .depend clean: rm -f $(OBJS) $(ASM_OBJS) $(TARGET) install: all - install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" - install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" + install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt" ifneq ($(wildcard .depend),) include .depend