]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/hello/Makefile.am
upgrade to new version 0.3.1
[orte.git] / orte / examples / hello / Makefile.am
1 if CONFIG_ORTE_RT
2   module_PROGRAMS = h_subscriber_rt.ko h_publisher_rt.ko
3   h_subscriber_rt_ko_SOURCES = h_subscriber.c  
4   h_subscriber_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
5   h_publisher_rt_ko_SOURCES = h_publisher.c  
6   h_publisher_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
7 else
8   noinst_PROGRAMS = h_publisher h_subscriber
9   h_publisher_SOURCES = h_publisher.c
10   h_publisher_LDADD   = -L$(top_builddir)/orte/liborte/ -lorte 
11   h_subscriber_SOURCES = h_subscriber.c
12   h_subscriber_LDADD   = -L$(top_builddir)/orte/liborte/ -lorte 
13 endif
14
15 EXTRA_DIST = Makefile Makefile.omk \
16 msvc
17
18 dist-hook:
19         cp -f  $(srcdir)/Makefile $(distdir)/Makefile