1
1
openmpi/test/util/Makefile.am
Ralph Castain dc7f45dafd Remove the obsolete and largely unused orte_system_info structure. The only fields that were used in that struct were nodeid and nodename - these have been transferred to the orte_process_info structure.
Only one place used the user name field - session_dir, when formulating the name of the top-level directory. Accordingly, the code for getting the user's id has been moved to the session_dir code.

This commit was SVN r17926.
2008-03-23 23:10:15 +00:00

108 строки
3.5 KiB
Makefile

#
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
# 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.
# 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$
#
AM_CPPFLAGS = -I$(top_srcdir)/test/support
check_PROGRAMS = \
ompi_numtostr \
opal_error \
opal_if \
opal_os_path \
opal_timer \
opal_os_create_dirpath \
orte_session_dir \
opal_argv \
opal_basename \
orte_universe_setup_file_io
TESTS = \
$(check_PROGRAMS)
ompi_numtostr_SOURCES = ompi_numtostr.c
ompi_numtostr_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
ompi_numtostr_DEPENDENCIES = $(ompi_numtostr_LDADD)
opal_error_SOURCES = opal_error.c
opal_error_LDADD = \
$(top_builddir)/orte/libopen-rte.la \
$(top_builddir)/opal/libopen-pal.la
opal_error_DEPENDENCIES = $(opal_error_LDADD)
opal_if_SOURCES = opal_if.c
opal_if_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
opal_if_DEPENDENCIES = $(opal_if_LDADD)
opal_argv_SOURCES = opal_argv.c
opal_argv_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
opal_argv_DEPENDENCIES = $(opal_argv_LDADD)
opal_basename_SOURCES = opal_basename.c
opal_basename_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
opal_basename_DEPENDENCIES = $(opal_basename_LDADD)
opal_os_path_SOURCES = opal_os_path.c
opal_os_path_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
opal_os_path_DEPENDENCIES = $(opal_os_path_LDADD)
opal_timer_SOURCES = opal_timer.c
opal_timer_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
opal_timer_DEPENDENCIES = $(opal_timer_LDADD)
orte_sys_info_SOURCES = orte_sys_info.c
orte_sys_info_LDADD = \
$(top_builddir)/orte/libopen-rte.la \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
orte_sys_info_DEPENDENCIES = $(orte_sys_info_LDADD)
opal_os_create_dirpath_SOURCES = opal_os_create_dirpath.c
opal_os_create_dirpath_LDADD = \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
opal_os_create_dirpath_DEPENDENCIES = $(opal_os_create_dirpath_LDADD)
orte_session_dir_SOURCES = orte_session_dir.c
orte_session_dir_LDADD = \
$(top_builddir)/orte/libopen-rte.la \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
orte_session_dir_DEPENDENCIES = $(orte_session_dir_LDADD)
orte_universe_setup_file_io_SOURCES = orte_universe_setup_file_io.c
orte_universe_setup_file_io_LDADD = \
$(top_builddir)/orte/libopen-rte.la \
$(top_builddir)/opal/libopen-pal.la \
$(top_builddir)/test/support/libsupport.a
orte_universe_setup_file_io_DEPENDENCIES = $(orte_universe_setup_file_io_LDADD)
clean-local:
rm -f test_session_dir_out test-file