]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/hello/Makefile.am
New ORTE version 0.3.0 committed
[orte.git] / orte / examples / hello / Makefile.am
index 617516f3d872178abee7e8a14bdf40d2859fea85..0cf485b7f5d4b2223e643227f0a716228adf5861 100644 (file)
@@ -1,15 +1,15 @@
 if CONFIG_ORTE_RT
-  module_PROGRAMS = HelloWorldSubscriber_rt.ko HelloWorldPublisher_rt.ko
-  HelloWorldSubscriber_rt_ko_SOURCES = HelloWorldSubscriber.c  
-  HelloWorldSubscriber_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
-  HelloWorldPublisher_rt_ko_SOURCES = HelloWorldPublisher.c  
-  HelloWorldPublisher_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
+  module_PROGRAMS = h_subscriber_rt.ko h_publisher_rt.ko
+  h_subscriber_rt_ko_SOURCES = h_subscriber.c  
+  h_subscriber_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
+  h_publisher_rt_ko_SOURCES = h_publisher.c  
+  h_publisher_rt_ko_LINK = $(top_builddir)/modtool --link -o $@
 else
-  noinst_PROGRAMS = HelloWorldPublisher HelloWorldSubscriber
-  HelloWorldPublisher_SOURCES = HelloWorldPublisher.c
-  HelloWorldPublisher_LDADD   = $(top_builddir)/orte/liborte/liborte.la 
-  HelloWorldPublisher_LDFLAGS = -static
-  HelloWorldSubscriber_SOURCES = HelloWorldSubscriber.c
-  HelloWorldSubscriber_LDADD   = $(top_builddir)/orte/liborte/liborte.la 
-  HelloWorldSubscriber_LDFLAGS = -static
+  noinst_PROGRAMS = h_publisher h_subscriber
+  h_publisher_SOURCES = h_publisher.c
+  h_publisher_LDADD   = $(top_builddir)/orte/liborte/liborte.la 
+  h_publisher_LDFLAGS = -static
+  h_subscriber_SOURCES = h_subscriber.c
+  h_subscriber_LDADD   = $(top_builddir)/orte/liborte/liborte.la 
+  h_subscriber_LDFLAGS = -static
 endif
\ No newline at end of file