2005-05-06 21:50:30 +00:00
|
|
|
# -*- makefile -*-
|
2004-01-16 00:35:44 +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-01-16 00:35:44 +00:00
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2004-07-24 17:06:21 +00:00
|
|
|
AM_CPPFLAGS = \
|
2005-01-24 19:02:47 +00:00
|
|
|
-I$(top_ompi_builddir)/include \
|
2004-10-28 22:25:06 +00:00
|
|
|
-I$(top_ompi_builddir)/src \
|
2004-07-24 17:06:21 +00:00
|
|
|
-I$(top_ompi_builddir)/src/include \
|
|
|
|
-I$(top_ompi_srcdir)/src \
|
2004-09-14 10:55:10 +00:00
|
|
|
-I$(top_ompi_srcdir)/src/include \
|
2004-10-28 22:25:06 +00:00
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(top_srcdir)/romio-dist/include \
|
|
|
|
-I$(top_builddir)
|
2004-07-24 17:06:21 +00:00
|
|
|
|
2005-05-06 21:50:30 +00:00
|
|
|
sources += \
|
|
|
|
src/io_romio.h \
|
|
|
|
src/io_romio_component.c \
|
|
|
|
src/io_romio_file_open.c \
|
|
|
|
src/io_romio_file_read.c \
|
|
|
|
src/io_romio_file_write.c \
|
|
|
|
src/io_romio_module.c \
|
|
|
|
src/io_romio_request.c
|
2004-07-24 17:06:21 +00:00
|
|
|
|