Blame test/mpi/io/Makefile.am

Packit 0848f5
# -*- Mode: Makefile; -*-
Packit 0848f5
# vim: set ft=automake :
Packit 0848f5
#
Packit 0848f5
# (C) 2011 by Argonne National Laboratory.
Packit 0848f5
#     See COPYRIGHT in top-level directory.
Packit 0848f5
#
Packit 0848f5
Packit 0848f5
include $(top_srcdir)/Makefile.mtest
Packit 0848f5
Packit 0848f5
EXTRA_DIST = testlist.in
Packit 0848f5
Packit 0848f5
## for all programs that are just built from the single corresponding source
Packit 0848f5
## file, we don't need per-target _SOURCES rules, automake will infer them
Packit 0848f5
## correctly
Packit 0848f5
noinst_PROGRAMS = \
Packit 0848f5
    rdwrord       \
Packit 0848f5
    rdwrzero      \
Packit 0848f5
    getextent     \
Packit 0848f5
    setinfo       \
Packit 0848f5
    setviewcur    \
Packit 0848f5
    i_noncontig   \
Packit 0848f5
    async         \
Packit 0848f5
    async_any     \
Packit 0848f5
    userioerr     \
Packit 0848f5
    resized       \
Packit 0848f5
    resized2      \
Packit 0848f5
    bigtype       \
Packit 0848f5
    hindexed_io   \
Packit 0848f5
    simple_collective \
Packit 0848f5
    external32-derived-dtype
Packit 0848f5
Packit 0848f5
Packit 0848f5
if BUILD_MPIX_TESTS
Packit 0848f5
noinst_PROGRAMS +=      \
Packit 0848f5
    i_bigtype           \
Packit 0848f5
    i_hindexed_io       \
Packit 0848f5
    i_rdwrord           \
Packit 0848f5
    i_setviewcur        \
Packit 0848f5
    i_aggregation1      \
Packit 0848f5
    i_aggregation2      \
Packit 0848f5
    i_coll_test         \
Packit 0848f5
    i_darray_read       \
Packit 0848f5
    i_hindexed          \
Packit 0848f5
    i_noncontig_coll    \
Packit 0848f5
    i_noncontig_coll2   \
Packit 0848f5
    i_types_with_zeros
Packit 0848f5
endif
Packit 0848f5
Packit 0848f5
clean-local:
Packit 0848f5
	-rm -f testfile testfile.*