Blame test/mpi/attr/Makefile.am
|
Packit Service |
c5cf8c |
## -*- Mode: Makefile; -*-
|
|
Packit Service |
c5cf8c |
## vim: set ft=automake :
|
|
Packit Service |
c5cf8c |
##
|
|
Packit Service |
c5cf8c |
## (C) 2011 by Argonne National Laboratory.
|
|
Packit Service |
c5cf8c |
## See COPYRIGHT in top-level directory.
|
|
Packit Service |
c5cf8c |
##
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
include $(top_srcdir)/Makefile.mtest
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
## for all programs that are just built from the single corresponding source
|
|
Packit Service |
c5cf8c |
## file, we don't need per-target _SOURCES rules, automake will infer them
|
|
Packit Service |
c5cf8c |
## correctly
|
|
Packit Service |
c5cf8c |
noinst_PROGRAMS = \
|
|
Packit Service |
c5cf8c |
attrt \
|
|
Packit Service |
c5cf8c |
attrend \
|
|
Packit Service |
c5cf8c |
attrend2 \
|
|
Packit Service |
c5cf8c |
attric \
|
|
Packit Service |
c5cf8c |
attrerr \
|
|
Packit Service |
c5cf8c |
attrerrcomm \
|
|
Packit Service |
c5cf8c |
attrerrtype \
|
|
Packit Service |
c5cf8c |
attrdeleteget \
|
|
Packit Service |
c5cf8c |
attr2type \
|
|
Packit Service |
c5cf8c |
attrorder \
|
|
Packit Service |
c5cf8c |
attrordercomm \
|
|
Packit Service |
c5cf8c |
attrordertype \
|
|
Packit Service |
c5cf8c |
baseattr2 \
|
|
Packit Service |
c5cf8c |
baseattrcomm \
|
|
Packit Service |
c5cf8c |
fkeyval \
|
|
Packit Service |
c5cf8c |
fkeyvalcomm \
|
|
Packit Service |
c5cf8c |
keyval_double_free \
|
|
Packit Service |
c5cf8c |
keyval_double_free_comm \
|
|
Packit Service |
c5cf8c |
keyval_double_free_type \
|
|
Packit Service |
c5cf8c |
keyval_double_free_win
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
EXTRA_DIST = testlist.in
|
|
Packit Service |
c5cf8c |
|
|
Packit Service |
c5cf8c |
include Makefile.dtp
|