Mercurial > vba-linux
comparison src/filters/Makefile.am @ 50:690c44762f6f
enable proper optional mmx.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 21 Mar 2013 21:30:11 +0000 |
parents | f9f4f1b99eed |
children |
comparison
equal
deleted
inserted
replaced
49:9c1b4651b731 | 50:690c44762f6f |
---|---|
1 SUFFIXES = .asm | 1 SUFFIXES = .asm |
2 | 2 |
3 if USE_MMX | |
3 noinst_LIBRARIES = lib386.a libfilter.a | 4 noinst_LIBRARIES = lib386.a libfilter.a |
4 | |
5 lib386_a_SOURCES = 2xSaImmx.asm | 5 lib386_a_SOURCES = 2xSaImmx.asm |
6 else | |
7 noinst_LIBRARIES = libfilter.a | |
8 endif | |
6 | 9 |
7 .asm.o: | 10 .asm.o: |
8 $(NASM) -f elf -o $@ $< | 11 $(NASM) -f elf -o $@ $< |
9 | 12 |
10 libfilter_a_SOURCES = \ | 13 libfilter_a_SOURCES = \ |