47 строки
1.4 KiB
Makefile
47 строки
1.4 KiB
Makefile
![]() |
# -*- 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 (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
|
||
|
# Copyright (c) 2016 IBM Corporation. All rights reserved.
|
||
|
# $COPYRIGHT$
|
||
|
#
|
||
|
# Additional copyrights may follow
|
||
|
#
|
||
|
# $HEADER$
|
||
|
#
|
||
|
|
||
|
lib_LTLIBRARIES = libompitrace.la
|
||
|
|
||
|
libompitrace_la_SOURCES = \
|
||
|
abort.c \
|
||
|
accumulate.c \
|
||
|
add_error_class.c \
|
||
|
add_error_code.c \
|
||
|
add_error_string.c \
|
||
|
address.c \
|
||
|
allgather.c \
|
||
|
allgatherv.c \
|
||
|
alloc_mem.c \
|
||
|
allreduce.c \
|
||
|
barrier.c \
|
||
|
bcast.c \
|
||
|
finalize.c \
|
||
|
init.c \
|
||
|
isend.c \
|
||
|
recv.c \
|
||
|
reduce.c \
|
||
|
request_free.c \
|
||
|
send.c \
|
||
|
sendrecv.c
|
||
|
|
||
|
libompitrace_la_LDFLAGS = -version-info $(libompitrace_so_version)
|