summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/omap/Makefile.am
blob: 2132563f38154947d7f7d0d3766ba622fd555352 (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
## Makefile.am for DirectFB/gfxdrivers/omap

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

omap_LTLIBRARIES = libdirectfb_omap.la

if BUILD_STATIC
omap_DATA = $(omap_LTLIBRARIES:.la=.o)
endif

omapdir = $(MODULEDIR)/gfxdrivers

libdirectfb_omap_la_SOURCES = \
	omap.c \
	omap.h \
	omapfb.h \
	omap_primary.c

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

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

include $(top_srcdir)/rules/libobject.make