Mercurial > audlegacy
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Input/console/libjma/Makefile Tue Jun 13 20:37:25 2006 -0700 @@ -0,0 +1,19 @@ +include ../../../../mk/rules.mk +include ../../../../mk/objective.mk + +OBJECTIVE_LIBS_NOINST = libjma.a + +SOURCES = \ + 7zlzma.cpp \ + crc32.cpp \ + iiostrm.cpp \ + inbyte.cpp \ + jma.cpp \ + lzma.cpp \ + lzmadec.cpp \ + winout.cpp + +OBJECTS = ${SOURCES:.cpp=.o} + +LIBADD += -lstdc++ +CXXFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..