2007-07-12 19:53:18 +00:00
|
|
|
# -*- makefile -*-
|
2005-07-28 17:18:33 +00:00
|
|
|
#
|
2007-07-12 19:53:18 +00:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 19:57:48 +00:00
|
|
|
# University Research and Technology
|
|
|
|
# Corporation. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
|
|
|
# of Tennessee Research Foundation. All rights
|
|
|
|
# reserved.
|
2005-07-28 17:18:33 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
2005-07-28 18:38:37 +00:00
|
|
|
|
2007-07-12 19:53:18 +00:00
|
|
|
# This makefile.am does not stand on its own - it is included from orte/Makefile.am
|
|
|
|
|
|
|
|
dist_pkgdata_DATA += orted/help-orted.txt
|
|
|
|
|
|
|
|
headers += \
|
|
|
|
orted/orted.h
|
|
|
|
|
|
|
|
libopen_rte_la_SOURCES += \
|
2007-07-23 18:36:33 +00:00
|
|
|
orted/orted_main.c \
|
|
|
|
orted/orted_comm.c
|
2005-07-28 20:49:17 +00:00
|
|
|
|