summaryrefslogtreecommitdiff
path: root/Source/FusionDale/src/coma/Makefile.am
blob: 8b4e8146cc968d4725a018f5bb0389d23860c8cd (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
## 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