File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
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_oshmemdata_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 @@ -12,4 +12,6 @@ EXTRA_DIST =
1212headers += shmem/shmem_api_logger.h \
1313 shmem/shmem_lock.h
1414
15+ if PROJECT_OSHMEM
1516dist_oshmemdata_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_oshmemdata_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