File: Makefile.am

package info (click to toggle)
openmpi 5.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 202,076 kB
  • sloc: ansic: 614,605; makefile: 42,348; sh: 11,201; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,192; python: 1,862; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (29 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (c) 2013      Mellanox Technologies, Inc.
#                         All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#

# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am

if PROJECT_OSHMEM
dist_oshmemdata_DATA += runtime/help-shmem-runtime.txt
endif

headers += \
	runtime/runtime.h \
	runtime/params.h \
	runtime/oshmem_info_support.h \
	runtime/oshmem_shmem_preconnect.h

liboshmem_la_SOURCES += \
	runtime/oshmem_shmem_init.c \
	runtime/oshmem_shmem_finalize.c \
	runtime/oshmem_shmem_abort.c \
	runtime/oshmem_shmem_params.c \
	runtime/oshmem_shmem_exchange.c \
	runtime/oshmem_info_support.c