]> rtime.felk.cvut.cz Git - orte.git/blob - orte/manager/Makefile.am
RTNet and MinGW compilation correction
[orte.git] / orte / manager / Makefile.am
1 if CONFIG_ORTE_RT
2   module_PROGRAMS = ortemanager_rt.ko 
3   ortemanager_rt_ko_CFLAGS = $(ORTE_CFLAGS) 
4   ortemanager_rt_ko_SOURCES = ortemanager.c  
5   ortemanager_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
6 else
7 bin_PROGRAMS = ortemanager
8 ortemanager_SOURCES = ortemanager.c
9 if CONFIG_ORTE_WIN
10   ortemanager_SOURCES += service.c
11 endif
12 ortemanager_LDADD   = $(top_builddir)/orte/liborte/liborte.la 
13 ortemanager_LDFLAGS = -static
14 endif