Mercurial > audlegacy
comparison Plugins/Input/console/libjma/Makefile @ 1194:0c0a5ff7b20b trunk
[svn] - add libjma (a hopefully portable snapshot of the ZSNES JMA implementation)
author | nenolod |
---|---|
date | Tue, 13 Jun 2006 20:37:25 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1193:03414b9d2507 | 1194:0c0a5ff7b20b |
---|---|
1 include ../../../../mk/rules.mk | |
2 include ../../../../mk/objective.mk | |
3 | |
4 OBJECTIVE_LIBS_NOINST = libjma.a | |
5 | |
6 SOURCES = \ | |
7 7zlzma.cpp \ | |
8 crc32.cpp \ | |
9 iiostrm.cpp \ | |
10 inbyte.cpp \ | |
11 jma.cpp \ | |
12 lzma.cpp \ | |
13 lzmadec.cpp \ | |
14 winout.cpp | |
15 | |
16 OBJECTS = ${SOURCES:.cpp=.o} | |
17 | |
18 LIBADD += -lstdc++ | |
19 CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. |