2004-07-24 17:06:21 +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-24 17:06:21 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2004-09-14 10:55:10 +00:00
|
|
|
include $(top_ompi_srcdir)/config/Makefile.options
|
2004-07-24 17:06:21 +00:00
|
|
|
|
|
|
|
SUBDIRS = include adio mpi-io
|
2004-09-24 08:41:06 +00:00
|
|
|
DIST_SUBDIRS = $(SUBDIRS) doc util
|
2004-09-14 11:46:31 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = README COPYRIGHT README_OMPI
|
2004-07-24 17:06:21 +00:00
|
|
|
|
2004-09-14 10:55:10 +00:00
|
|
|
noinst_LTLIBRARIES = libromio_dist.la
|
|
|
|
libromio_dist_la_SOURCES =
|
|
|
|
libromio_dist_la_LIBADD = \
|
|
|
|
adio/libadio.la \
|
|
|
|
mpi-io/libmpi-io.la \
|
2004-07-24 17:06:21 +00:00
|
|
|
$(MCA_io_romio_STATIC_LTLIBS)
|
2004-09-14 10:55:10 +00:00
|
|
|
libromio_dist_la_DEPENDENCIES = \
|
2004-09-23 10:59:38 +00:00
|
|
|
$(libromio_dist_la_LIBADD)
|
2004-09-14 10:55:10 +00:00
|
|
|
libromio_dist_la_LDFLAGS = -module -avoid-version
|