2007-07-12 23:53:18 +04:00
|
|
|
# -*- makefile -*-
|
2005-07-28 21:18:33 +04:00
|
|
|
#
|
2007-07-12 23:53:18 +04:00
|
|
|
# Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana
|
2005-11-05 22:57:48 +03: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 21:18:33 +04: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 22:38:37 +04:00
|
|
|
|
2007-07-12 23:53:18 +04: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 22:36:33 +04:00
|
|
|
orted/orted_main.c \
|
|
|
|
orted/orted_comm.c
|
2005-07-29 00:49:17 +04:00
|
|
|
|