2003-12-22 19:29:21 +03:00
|
|
|
#
|
2005-11-05 22:57:48 +03:00
|
|
|
# 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.
|
2005-09-07 22:52:28 +04:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
2004-11-28 23:09:25 +03:00
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 15:43:37 +03:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2007-02-06 15:03:56 +03:00
|
|
|
# Copyright (c) 2007 Cisco Systems, Inc. All rights reserved.
|
2004-11-22 04:38:40 +03:00
|
|
|
# $COPYRIGHT$
|
2005-09-07 22:52:28 +04:00
|
|
|
#
|
2004-11-22 04:38:40 +03:00
|
|
|
# Additional copyrights may follow
|
2005-09-07 22:52:28 +04:00
|
|
|
#
|
2004-01-07 11:03:01 +03:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2006-01-16 05:00:10 +03:00
|
|
|
SUBDIRS = keyval
|
2003-12-22 19:29:21 +03:00
|
|
|
|
2005-07-04 06:38:44 +04:00
|
|
|
AM_LFLAGS = -Popal_show_help_yy
|
|
|
|
LEX_OUTPUT_ROOT = lex.opal_show_help_yy
|
2004-09-05 20:05:37 +04:00
|
|
|
|
2005-07-02 18:08:19 +04:00
|
|
|
noinst_LTLIBRARIES = libopalutil.la
|
2003-12-22 19:29:21 +03:00
|
|
|
|
2004-01-09 00:43:53 +03:00
|
|
|
# Source code files
|
|
|
|
|
|
|
|
headers = \
|
2008-04-18 00:43:56 +04:00
|
|
|
arch.h \
|
2005-07-02 18:08:19 +04:00
|
|
|
argv.h \
|
|
|
|
basename.h \
|
|
|
|
bit_ops.h \
|
|
|
|
cmd_line.h \
|
2005-11-29 04:07:30 +03:00
|
|
|
crc.h \
|
2005-07-02 18:08:19 +04:00
|
|
|
convert.h \
|
|
|
|
daemon_init.h \
|
2005-09-07 22:52:28 +04:00
|
|
|
error.h \
|
2005-07-02 18:08:19 +04:00
|
|
|
few.h \
|
|
|
|
if.h \
|
2006-01-16 04:48:03 +03:00
|
|
|
keyval_parse.h \
|
2005-07-02 18:08:19 +04:00
|
|
|
malloc.h \
|
2007-05-17 05:17:59 +04:00
|
|
|
net.h \
|
2005-07-02 18:08:19 +04:00
|
|
|
numtostr.h \
|
2005-07-04 05:36:20 +04:00
|
|
|
opal_environ.h \
|
2008-02-28 04:57:57 +03:00
|
|
|
opal_getcwd.h \
|
|
|
|
opal_pty.h \
|
2006-07-04 02:23:07 +04:00
|
|
|
os_dirpath.h \
|
2005-07-02 18:08:19 +04:00
|
|
|
os_path.h \
|
|
|
|
output.h \
|
|
|
|
path.h \
|
|
|
|
pow2.h \
|
|
|
|
printf.h \
|
|
|
|
qsort.h \
|
|
|
|
show_help.h \
|
|
|
|
show_help_lex.h \
|
|
|
|
stacktrace.h \
|
2005-09-07 22:52:28 +04:00
|
|
|
strncpy.h \
|
2007-04-23 22:53:47 +04:00
|
|
|
sys_limits.h \
|
2005-09-07 22:52:28 +04:00
|
|
|
trace.h
|
2004-01-09 00:43:53 +03:00
|
|
|
|
2005-07-02 18:08:19 +04:00
|
|
|
libopalutil_la_SOURCES = \
|
|
|
|
$(headers) \
|
2008-04-18 00:43:56 +04:00
|
|
|
arch.c \
|
2005-07-02 18:08:19 +04:00
|
|
|
argv.c \
|
|
|
|
basename.c \
|
|
|
|
cmd_line.c \
|
2005-11-28 20:20:21 +03:00
|
|
|
crc.c \
|
2005-07-02 18:08:19 +04:00
|
|
|
convert.c \
|
|
|
|
daemon_init.c \
|
2005-09-07 22:52:28 +04:00
|
|
|
error.c \
|
2005-07-02 18:08:19 +04:00
|
|
|
few.c \
|
|
|
|
if.c \
|
2006-01-16 04:48:03 +03:00
|
|
|
keyval_parse.c \
|
2005-07-02 18:08:19 +04:00
|
|
|
malloc.c \
|
2007-05-17 05:17:59 +04:00
|
|
|
net.c \
|
2005-07-02 18:08:19 +04:00
|
|
|
numtostr.c \
|
2005-07-04 05:36:20 +04:00
|
|
|
opal_environ.c \
|
2008-02-28 04:57:57 +03:00
|
|
|
opal_getcwd.c \
|
|
|
|
opal_pty.c \
|
2006-07-04 02:23:07 +04:00
|
|
|
os_dirpath.c \
|
2005-07-02 18:08:19 +04:00
|
|
|
os_path.c \
|
|
|
|
output.c \
|
|
|
|
path.c \
|
|
|
|
pow2.c \
|
|
|
|
printf.c \
|
|
|
|
qsort.c \
|
|
|
|
show_help.c \
|
|
|
|
show_help_lex.l \
|
|
|
|
stacktrace.c \
|
2005-09-07 22:52:28 +04:00
|
|
|
strncpy.c \
|
2007-04-23 22:53:47 +04:00
|
|
|
sys_limits.c \
|
2005-09-07 22:52:28 +04:00
|
|
|
trace.c
|
2006-01-16 04:48:03 +03:00
|
|
|
libopalutil_la_LIBADD = \
|
|
|
|
keyval/libopalutilkeyval.la
|
|
|
|
libopalutil_la_DEPENDENCIES = \
|
|
|
|
keyval/libopalutilkeyval.la
|
2004-01-09 00:43:53 +03:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
2005-07-02 18:08:19 +04:00
|
|
|
ompidir = $(includedir)/openmpi/opal/util
|
2004-06-07 19:33:53 +04:00
|
|
|
ompi_HEADERS = $(headers)
|
2004-01-09 00:43:53 +03:00
|
|
|
else
|
2004-06-07 19:33:53 +04:00
|
|
|
ompidir = $(includedir)
|
2004-01-09 00:43:53 +03:00
|
|
|
endif
|