Blame test/mpi/errors/rma/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
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
    winerr              \
Packit 0848f5
    winerr2             \
Packit 0848f5
    cas_type_check      \
Packit 0848f5
    win_sync_unlock     \
Packit 0848f5
    win_sync_free_pt    \
Packit 0848f5
    win_sync_free_at    \
Packit 0848f5
    win_sync_complete   \
Packit 0848f5
    win_sync_lock_at    \
Packit 0848f5
    win_sync_lock_pt    \
Packit 0848f5
    win_sync_lock_fence \
Packit 0848f5
    win_sync_nested     \
Packit 0848f5
    win_sync_op
Packit 0848f5