]> rtime.felk.cvut.cz Git - orte.git/blob - orte/manager/Makefile.am
Update of ORTE. Configured to compile for Linux out of box.
[orte.git] / orte / manager / Makefile.am
1 if CONFIG_ORTE_RT
2   module_PROGRAMS = rt_ORTEManager.ko 
3   rt_ORTEManager_ko_CFLAGS = $(ORTE_CFLAGS) $(LINUX_CFLAGS) $(RTAI_CFLAGS) $(RTLINUX_CFLAGS)
4   rt_ORTEManager_ko_SOURCES = ORTEManager.c  
5   rt_ORTEManager_ko_LINK = $(top_builddir)/modtool --link -o $@
6 else
7 bin_PROGRAMS = ORTEManager
8 ORTEManager_SOURCES = ORTEManager.c
9 if CONFIG_ORTE_WIN
10   win_libs= $(top_srcdir)/orte/contrib/win_pthread/libpthreadGC.a 
11 endif
12 ORTEManager_LDADD   = ../liborte/liborte.a $(win_libs)
13 endif