This repository was archived by the owner on Sep 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Original file line number Diff line number Diff line change 99
1010# This makefile.am does not stand on its own - it is included from oshmem/Makefile.am
1111
12+ if PROJECT_OSHMEM
1213dist_ompidata_DATA += runtime/help-shmem-runtime.txt
13-
14+ endif
1415
1516headers += \
1617 runtime/runtime.h \
Original file line number Diff line number Diff line change 1- # Copyright (c) 2013-2015 Mellanox Technologies, Inc.
2- # All rights reserved.
3- # $COPYRIGHT$
4- #
5- # Additional copyrights may follow
6- #
7- # $HEADER$
8- #
9-
10- EXTRA_DIST =
11-
12- headers += shmem/shmem_api_logger.h \
13- shmem/shmem_lock.h
14-
15- dist_ompidata_DATA += shmem/help-shmem-api.txt
1+ # Copyright (c) 2013-2015 Mellanox Technologies, Inc.
2+ # All rights reserved.
3+ # $COPYRIGHT$
4+ #
5+ # Additional copyrights may follow
6+ #
7+ # $HEADER$
8+ #
9+
10+ EXTRA_DIST =
11+
12+ headers += shmem/shmem_api_logger.h \
13+ shmem/shmem_lock.h
14+
15+ if PROJECT_OSHMEM
16+ dist_ompidata_DATA += shmem/help-shmem-api.txt
17+ endif
Original file line number Diff line number Diff line change 1010#
1111# $HEADER$
1212
13+ if PROJECT_OSHMEM
1314nodist_ompidata_DATA = \
1415 shmemcc-wrapper-data.txt \
1516 shmemfort-wrapper-data.txt
1617
17- if PROJECT_OSHMEM
1818# Only install / uninstall if we're building oshmem
1919install-exec-hook :
2020 test -z " $( bindir) " || $(mkdir_p ) " $( DESTDIR) $( bindir) "
You can’t perform that action at this time.
0 commit comments