From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/gfxdrivers/i830/Makefile.am | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 Source/DirectFB/gfxdrivers/i830/Makefile.am (limited to 'Source/DirectFB/gfxdrivers/i830/Makefile.am') diff --git a/Source/DirectFB/gfxdrivers/i830/Makefile.am b/Source/DirectFB/gfxdrivers/i830/Makefile.am new file mode 100755 index 0000000..115f671 --- /dev/null +++ b/Source/DirectFB/gfxdrivers/i830/Makefile.am @@ -0,0 +1,35 @@ +## Makefile.am for DirectFB/src/core/gfxcards/i830 + +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 + +i830_LTLIBRARIES = libdirectfb_i830.la + +if BUILD_STATIC +i830_DATA = $(i830_LTLIBRARIES:.la=.o) +endif + +i830dir = $(MODULEDIR)/gfxdrivers + +libdirectfb_i830_la_SOURCES = \ + i830.c \ + i830.h \ + i830_overlay.c + +libdirectfb_i830_la_LDFLAGS = \ + -module \ + -avoid-version \ + $(DFB_LDFLAGS) + +libdirectfb_i830_la_LIBADD = -lm \ + $(top_builddir)/lib/direct/libdirect.la \ + $(top_builddir)/src/libdirectfb.la + + +include $(top_srcdir)/rules/libobject.make + -- cgit