summaryrefslogtreecommitdiff
path: root/Build/source/utils/lzma-utils/src/sdk/7zip/Compress/RangeCoder/Makefile.am
blob: 9ae8d78accf0eafa76943d8b62b75011d732f90a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

AM_CXXFLAGS = @SDK_CXXFLAGS@

noinst_LIBRARIES = libRangeCoder.a

libRangeCoder_a_SOURCES = RangeCoderBit.cpp \
	RangeCoderBit.h \
	RangeCoderBitTree.h \
	RangeCoder.h \
	RangeCoderOpt.h \
	StdAfx.h