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/unichrome/Makefile.am | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100755 Source/DirectFB/gfxdrivers/unichrome/Makefile.am (limited to 'Source/DirectFB/gfxdrivers/unichrome/Makefile.am') diff --git a/Source/DirectFB/gfxdrivers/unichrome/Makefile.am b/Source/DirectFB/gfxdrivers/unichrome/Makefile.am new file mode 100755 index 0000000..3d4c3f9 --- /dev/null +++ b/Source/DirectFB/gfxdrivers/unichrome/Makefile.am @@ -0,0 +1,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 + -- cgit