summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/sh772x/Makefile.am
blob: 462aa03bd59f2e795230dbde1880f4d17adc3dc2 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
## Makefile.am for DirectFB/src/core/gfxcards/sh7722

EXTRA_DIST = \
	directfbrc.sh7722		\
	directfbrc.sh7723		\
	Makefile.kernel			\
	README.sh7722			\
	kernel-module/sh772x_driver.c	\
	kernel-module/sh772x_gfx.h	\
	kernel-module/sh7722.c		\
	kernel-module/sh7722.h		\
	kernel-module/sh7723.c		\
	kernel-module/sh7723.h		\
	kernel-module/Makefile

INCLUDES = \
	-I$(top_srcdir)/include		\
	-I$(top_builddir)/lib		\
	-I$(top_srcdir)/lib		\
	-I$(top_srcdir)/src		\
	-I$(top_srcdir)/systems		\
	-I$(srcdir)/kernel-module


lib_LTLIBRARIES = libsh7722_jpeg.la

libsh7722_jpeg_la_SOURCES =	\
	sh7722_jpeglib.c	\
	sh7722_jpeglib.h


bin_PROGRAMS = sh7722_jpegtool

sh7722_jpegtool_SOURCES = \
	sh7722_jpegtool.c

sh7722_jpegtool_LDADD = \
	$(top_builddir)/src/libdirectfb.la	\
	libsh7722_jpeg.la


sh7722_LTLIBRARIES = libdirectfb_sh7722.la

if BUILD_STATIC
sh7722_DATA = $(sh7722_LTLIBRARIES:.la=.o)
endif

sh7722dir = $(MODULEDIR)/gfxdrivers

libdirectfb_sh7722_la_SOURCES =	\
	sh7722.c		\
	sh7722.h		\
	sh7722_blt.c		\
	sh7722_blt.h		\
	sh7723_blt.c		\
	sh7723_blt.h		\
	sh7722_jpeg.c		\
	sh7722_layer.c		\
	sh7722_layer.h		\
	sh7722_lcd.c		\
	sh7722_lcd.h		\
	sh7722_multi.c		\
	sh7722_multi.h		\
	sh7722_regs.h		\
	sh7722_screen.c		\
	sh7722_screen.h		\
	sh7722_types.h

libdirectfb_sh7722_la_LDFLAGS = \
	-module			\
	-avoid-version		\
	$(DFB_LDFLAGS)

libdirectfb_sh7722_la_LIBADD = \
	$(top_builddir)/src/libdirectfb.la	\
	libsh7722_jpeg.la


include $(top_srcdir)/rules/libobject.make