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

Makefile.am « libfreerdp-gdi - github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bda50bc19c3181db49e87b1468019ffc4a1b2cf9 (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
36
37
38
39
40
## Process this file with automake to produce Makefile.in

# libfreerdp-gdi
libfreerdp_gdidir = $(libdir)

libfreerdp_gdi_LTLIBRARIES = libfreerdp-gdi.la

libfreerdp_gdi_la_SOURCES = \
	gdi_bitmap.c gdi_bitmap.h \
	gdi_region.c gdi_region.h \
	gdi_drawing.c gdi_drawing.h \
	gdi_palette.c gdi_palette.h \
	gdi_clipping.c gdi_clipping.h \
	gdi_brush.c gdi_brush.h \
	gdi_shape.c gdi_shape.h \
	gdi_pen.c gdi_pen.h \
	gdi_dc.c gdi_dc.h \
	gdi_line.c gdi_line.h \
	gdi_32bpp.c gdi_32bpp.h \
	gdi_16bpp.c gdi_16bpp.h \
	gdi_8bpp.c gdi_8bpp.h \
	color.c color.h \
	decode.c decode.h \
	gdi.c gdi.h

libfreerdp_gdi_la_CFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-I$(top_srcdir)/libfreerdp-rfx

libfreerdp_gdi_la_LDFLAGS =

libfreerdp_gdi_la_LIBDADD = \
	../libfreerdp-rfx/libfreerdp-rfx.la

# extra
EXTRA_DIST =

DISTCLEANFILES =