X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=30b92262b15e77807fcf08f675aa772627d469c7;hb=141759f8441d680a2eb8cea282acf3aeb3aec440;hp=af4551cde06a36890c4b949918d38f6abc0d540c;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index af4551c..30b9226 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -4,8 +4,10 @@ TARGET = ../libmltcore$(LIBSUF) OBJS = factory.o \ producer_colour.o \ + producer_framebuffer.o \ producer_noise.o \ producer_ppm.o \ + filter_boxblur.o \ filter_brightness.o \ filter_channelcopy.o \ filter_data_feed.o \ @@ -14,11 +16,14 @@ OBJS = factory.o \ filter_greyscale.o \ filter_luma.o \ filter_mirror.o \ + filter_mono.o \ filter_obscure.o \ filter_region.o \ filter_rescale.o \ filter_resize.o \ + filter_transition.o \ filter_watermark.o \ + filter_wave.o \ transition_composite.o \ transition_luma.o \ transition_mix.o \ @@ -44,15 +49,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) "$(prefix)/share/mlt/modules" - install -m 644 ../data_fx.properties "$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 644 ../data_fx.properties "$(DESTDIR)$(prefix)/share/mlt/modules" ifneq ($(wildcard .depend),) include .depend