2004-01-16 00:35:44 +00:00
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
2004-06-07 15:33:53 +00:00
|
|
|
include $(top_ompi_srcdir)/config/Makefile.options
|
2004-01-16 00:35:44 +00:00
|
|
|
|
2004-07-24 17:06:21 +00:00
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-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 \
|
|
|
|
-I$(top_srcdir)
|
2004-07-24 17:06:21 +00:00
|
|
|
|
2004-01-16 00:35:44 +00:00
|
|
|
noinst_LTLIBRARIES = libmca_io_romio.la
|
2004-07-24 17:06:21 +00:00
|
|
|
libmca_io_romio_la_SOURCES = \
|
2004-07-27 12:02:24 +00:00
|
|
|
io_romio.h \
|
2004-08-02 00:24:22 +00:00
|
|
|
io_romio_component.c \
|
2004-07-27 12:02:24 +00:00
|
|
|
io_romio_file_open.c \
|
|
|
|
io_romio_file_read.c \
|
|
|
|
io_romio_file_request.c \
|
2004-09-14 10:55:10 +00:00
|
|
|
io_romio_file_write.c \
|
|
|
|
io_romio_module.c
|
2004-07-24 17:06:21 +00:00
|
|
|
|