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/FusionDale/src/coma/Makefile.am | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 Source/FusionDale/src/coma/Makefile.am (limited to 'Source/FusionDale/src/coma/Makefile.am') diff --git a/Source/FusionDale/src/coma/Makefile.am b/Source/FusionDale/src/coma/Makefile.am new file mode 100755 index 0000000..8b4e814 --- /dev/null +++ b/Source/FusionDale/src/coma/Makefile.am @@ -0,0 +1,32 @@ +## Makefile.am for FusionDale/src/coma + +INCLUDES = \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ + $(FUSION_CFLAGS) + +AM_CPPFLAGS = \ + -DMODULEDIR=\"${RUNTIME_SYSROOT}@MODULEDIR@\" + +noinst_LTLIBRARIES = \ + libfusiondalecoma.la + +comaincludedir = @INCLUDEDIR@/coma + +comainclude_HEADERS = \ + coma.h \ + coma_types.h \ + component.h \ + thread.h \ + policy.h \ + icoma.h \ + icomacomponent.h + +libfusiondalecoma_la_SOURCES = \ + coma.c \ + component.c \ + thread.c \ + policy.c \ + icoma.c \ + icomacomponent.c -- cgit