2004-07-07 20:59:20 +00:00
|
|
|
#
|
2004-11-22 01:38:40 +00:00
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
2004-11-28 20:09:25 +00:00
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2005-03-24 12:43:37 +00:00
|
|
|
# Copyright (c) 2004-2005 The Regents of the University of California.
|
|
|
|
# All rights reserved.
|
2004-11-22 01:38:40 +00:00
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
2004-07-07 20:59:20 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
|
2005-04-04 14:23:35 +00:00
|
|
|
SUBDIRS = alpha amd64 ia32 ia64 mips powerpc sparc sparcv9 win32
|
2004-08-16 01:13:25 +00:00
|
|
|
|
2005-08-18 05:34:22 +00:00
|
|
|
noinst_HEADERS = architecture.h \
|
|
|
|
atomic.h \
|
|
|
|
atomic_impl.h \
|
|
|
|
cache.h \
|
|
|
|
timer.h
|
2004-08-16 01:13:25 +00:00
|
|
|
|
|
|
|
# Conditionally install the header files
|
|
|
|
|
|
|
|
if WANT_INSTALL_HEADERS
|
|
|
|
ompidir = $(includedir)/openmpi/include/sys
|
|
|
|
ompi_HEADERS = $(noinst_HEADERS)
|
|
|
|
else
|
|
|
|
ompidir = $(includedir)
|
|
|
|
endif
|