]> rtime.felk.cvut.cz Git - orte.git/blob - orte/examples/ping/Makefile.omk
OCERA SF CVS tree of ORTE framework updated to
[orte.git] / orte / examples / ping / Makefile.omk
1 bin_PROGRAMS = orteping
2
3 INCLUDES = -I $(srcdir)/../../include -DORTE_OMK_UNIX
4
5 orteping_SOURCES = orteping.c
6
7 lib_LOADLIBES =  orte pthread
8