comparison src/filters/Makefile.am @ 45:f6ff410a87fd

using libtool for convienence libraries
author Robert McIntyre <rlm@mit.edu>
date Tue, 06 Mar 2012 22:07:22 -0600
parents f9f4f1b99eed
children
comparison
equal deleted inserted replaced
44:9d3769896d66 45:f6ff410a87fd
1 SUFFIXES = .asm 1 SUFFIXES = .asm
2 2
3 noinst_LIBRARIES = lib386.a libfilter.a 3 noinst_LTLIBRARIES = lib386.la libfilter.la
4 4
5 lib386_a_SOURCES = 2xSaImmx.asm 5 lib386_la_SOURCES = 2xSaImmx.asm
6 6
7 .asm.o: 7 .asm.o:
8 $(NASM) -f elf -o $@ $< 8 $(NASM) -f elf -o $@ $<
9 9
10 libfilter_a_SOURCES = \ 10 libfilter_la_SOURCES = \
11 2xSaI.cpp \ 11 2xSaI.cpp \
12 admame.cpp \ 12 admame.cpp \
13 bilinear.cpp \ 13 bilinear.cpp \
14 hq2x.cpp \ 14 hq2x.cpp \
15 hq2x.h \ 15 hq2x.h \