File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2013 Mellanox Technologies, Inc.
1+ # Copyright (c) 2013-2015 Mellanox Technologies, Inc.
22# All rights reserved.
33# $COPYRIGHT$
44#
1111headers = oshmem_config.h
1212nodist_headers =
1313
14+ if PROJECT_OSHMEM
1415# Install these in $(includedir)
1516include_HEADERS =
1617
17- # Install these in $(includedir)
18- mppincludedir = $(includedir ) /mpp
19- mppinclude_HEADERS = mpp/shmem.h \
20- mpp/shmem.fh
21-
2218# Always install these in $(pkgincludedir)
2319pkginclude_HEADERS =
2420
2521include_HEADERS += shmem.fh \
2622 shmemx.h \
2723 shmem-compat.h
2824
25+ nobase_include_HEADERS = mpp/shmem.h \
26+ mpp/shmem.fh
27+
2928# These files are always installed in $(includedir), but shouldn't be
3029# shipped since they are generated by configure from their .in
3130# counterparts (which AM automatically ships).
@@ -36,8 +35,10 @@ include_HEADERS += pshmem.h \
3635 pshmemx.h
3736endif
3837
39- nobase_dist_noinst_HEADERS = $(headers )
40- nobase_nodist_noinst_HEADERS = $(nodist_headers )
38+ oshmemdir =${includedir}/openshmem
39+ nobase_dist_oshmem_HEADERS = $(headers )
40+ nobase_nodist_oshmem_HEADERS = $(nodist_headers )
41+ endif
4142
4243distclean-local :
4344
You can’t perform that action at this time.
0 commit comments