aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/Makefile.am
blob: 5f2aee9b0c7ded90df5132321bb8bb132ff21186 (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
41
42
43
44
45
46
47
48
49
50
51
52
AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/include \
	-include Python.h \
	-include $(top_builddir)/enigma2_config.h

AM_CXXFLAGS = \
	$(LIBSDL_CFLAGS)

noinst_LTLIBRARIES = libenigma_gdi.la

libenigma_gdi_la_SOURCES = \
	accel.cpp \
	accel.h \
	bcm.cpp \
	compositing.cpp \
	compositing.h \
	epng.cpp \
	epng.h \
	epoint.h \
	erect.cpp \
	erect.h \
	esize.h \
	fb.cpp \
	fb.h \
	font.cpp \
	font.h \
	font_arabic.cpp \
	gfbdc.cpp \
	gfbdc.h \
	gfont.cpp \
	gfont.h \
	glcddc.cpp \
	glcddc.h \
	gpixmap.cpp \
	gpixmap.h \
	grc.cpp \
	grc.h \
	lcd.cpp \
	lcd.h \
	picexif.cpp \
	picexif.h \
	picload.cpp \
	picload.h \
	region.cpp \
	region.h

if HAVE_LIBSDL
libenigma_gdi_la_SOURCES += \
	sdl.cpp \
	sdl.h
endif