Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « libfreerdp-rfx - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc60460183ca0703fa183b14203cf909752f777d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## Process this file with automake to produce Makefile.in

# libfreerdp-rfx
libfreerdp_rfxdir = $(libdir)

libfreerdp_rfx_LTLIBRARIES = libfreerdp-rfx.la

libfreerdp_rfx_la_SOURCES = \
	rfx_bitstream.c rfx_bitstream.h \
	rfx_rlgr.c rfx_rlgr.h \
	rfx_differential.c rfx_differential.h \
	rfx_quantization.c rfx_quantization.h \
	rfx_dwt.c rfx_dwt.h \
	rfx_decode.c rfx_decode.h \
	rfx_pool.c rfx_pool.h \
	librfx.c librfx.h

libfreerdp_rfx_la_CFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include

libfreerdp_rfx_la_LDFLAGS =

libfreerdp_rfx_la_LIBADD =

if WITH_SSE
libfreerdp_rfx_la_CFLAGS += -I$(top_srcdir)/libfreerdp-rfx/sse
libfreerdp_rfx_la_LIBADD += sse/libfreerdp-rfx-sse.la
endif

# extra
EXTRA_DIST =

DISTCLEANFILES =