Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions oshmem/include/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (c) 2013-2015 Mellanox Technologies, Inc.
# All rights reserved.
# Copyright (c) 2016 Research Organization for Information Science
# and Technology (RIST). All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand All @@ -22,9 +24,16 @@ include_HEADERS += shmem.fh \
shmemx.h \
shmem-compat.h

nobase_include_HEADERS = mpp/shmem.h \
mpp/shmem.fh
# Create symlinks for the (now deprecated) files in $(includedir)/mpp directory
install-exec-hook:
test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)/mpp"
(cd $(DESTDIR)$(includedir)/mpp; rm -f shmem.h; $(LN_S) ../shmem.h shmem.h)
(cd $(DESTDIR)$(includedir)/mpp; rm -f shmem.fh; $(LN_S) ../shmem.fh shmem.fh)

uninstall-local:
rm -f $(DESTDIR)/$(includedir)/mpp/shmem.h \
$(DESTDIR)/$(includedir)/mpp/shmem.fh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you need to remove the mpp directory as well?


# These files are always installed in $(includedir), but shouldn't be
# shipped since they are generated by configure from their .in
# counterparts (which AM automatically ships).
Expand Down
11 changes: 0 additions & 11 deletions oshmem/include/mpp/shmem.fh

This file was deleted.

16 changes: 0 additions & 16 deletions oshmem/include/mpp/shmem.h

This file was deleted.