summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/i810/Makefile.am
blob: 76e3d952e2d66c42b6111fb5f03213d5aa6064ee (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
## Makefile.am for DirectFB/src/core/gfxcards/i810

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

i810_LTLIBRARIES = libdirectfb_i810.la

if BUILD_STATIC
i810_DATA = $(i810_LTLIBRARIES:.la=.o)
endif

i810dir = $(MODULEDIR)/gfxdrivers

libdirectfb_i810_la_SOURCES =	\
	i810.c	\
	i810.h \
	i810_overlay.c

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

libdirectfb_i810_la_LIBADD = \
	$(top_builddir)/lib/direct/libdirect.la \
	$(top_builddir)/src/libdirectfb.la


include $(top_srcdir)/rules/libobject.make