Mercurial > vba-clojure
comparison src/filters/Makefile.am @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children | f6ff410a87fd |
comparison
equal
deleted
inserted
replaced
0:8ced16adf2e1 | 1:f9f4f1b99eed |
---|---|
1 SUFFIXES = .asm | |
2 | |
3 noinst_LIBRARIES = lib386.a libfilter.a | |
4 | |
5 lib386_a_SOURCES = 2xSaImmx.asm | |
6 | |
7 .asm.o: | |
8 $(NASM) -f elf -o $@ $< | |
9 | |
10 libfilter_a_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 |