summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/unichrome/Makefile.am
blob: 3d4c3f999436e8b52f102152adbbfded9aa9d333 (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
## Makefile.am for DirectFB/gfxdrivers/unichrome

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

AM_CFLAGS = $(DFB_CFLAGS)

unichrome_LTLIBRARIES = libdirectfb_unichrome.la

if BUILD_STATIC
unichrome_DATA = $(unichrome_LTLIBRARIES:.la=.o)
endif

unichromedir = $(MODULEDIR)/gfxdrivers

libdirectfb_unichrome_la_SOURCES =  \
	unichrome.c     unichrome.h     \
	uc_probe.h                      \
	uc_accel.c      uc_accel.h      \
	uc_hw.h                         \
	uc_hwset.c      uc_hwmap.c      \
	uc_state.c      uc_state.h      \
	uc_fifo.c       uc_fifo.h       \
	uc_overlay.c    uc_overlay.h    \
	uc_ovl_hwmap.c  uc_ovl_hwset.c  \
	uc_primary.c                    \
	uc_spic.c                       \
	uc_ioctl.h                      \
	mmio.h          vidregs.h       \
	regs2d.h        regs3d.h

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

libdirectfb_unichrome_la_LIBADD = \
	$(top_builddir)/lib/direct/libdirect.la \
	$(top_builddir)/lib/fusion/libfusion.la \
	$(top_builddir)/src/libdirectfb.la	\
	-lm


include $(top_srcdir)/rules/libobject.make