Mercurial > vba-clojure
view src/filters/Makefile.am @ 347:ff65ee0944fe
more progess: now rom.org tangles into hxc.clj; i'll be subdividing the code blocks as I write more.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Sun, 08 Apr 2012 06:13:39 -0500 |
parents | f6ff410a87fd |
children |
line wrap: on
line source
1 SUFFIXES = .asm3 noinst_LTLIBRARIES = lib386.la libfilter.la5 lib386_la_SOURCES = 2xSaImmx.asm7 .asm.o:8 $(NASM) -f elf -o $@ $<10 libfilter_la_SOURCES = \11 2xSaI.cpp \12 admame.cpp \13 bilinear.cpp \14 hq2x.cpp \15 hq2x.h \16 interframe.cpp \17 interp.h \18 lq2x.h \19 motionblur.cpp \20 pixel.cpp \21 scanline.cpp \22 simple2x.cpp