rlm@1: SUFFIXES = .asm rlm@1: rlm@1: noinst_LIBRARIES = lib386.a libfilter.a rlm@1: rlm@1: lib386_a_SOURCES = 2xSaImmx.asm rlm@1: rlm@1: .asm.o: rlm@1: $(NASM) -f elf -o $@ $< rlm@1: rlm@1: libfilter_a_SOURCES = \ rlm@1: 2xSaI.cpp \ rlm@1: admame.cpp \ rlm@1: bilinear.cpp \ rlm@1: hq2x.cpp \ rlm@1: hq2x.h \ rlm@1: interframe.cpp \ rlm@1: interp.h \ rlm@1: lq2x.h \ rlm@1: motionblur.cpp \ rlm@1: pixel.cpp \ rlm@1: scanline.cpp \ rlm@1: simple2x.cpp