1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
##
## Copyright (C) by Argonne National Laboratory
## See COPYRIGHT in top-level directory
##
# this file exists to ensure that files in the "maint" dir get distributed
# properly when we "make dist"
dist_noinst_SCRIPTS += \
maint/configure.ac \
maint/checkbuilds.in \
maint/checkmake \
maint/clmake.in \
maint/createcoverage.in \
maint/decode_handle \
maint/extracterrmsgs \
maint/extractfixme.in \
maint/extractstrings.in \
maint/findunusederrtxt \
maint/gcovmerge.in \
maint/getcoverage.in \
maint/gen_subcfg_m4 \
maint/extractcvars \
maint/getcoverage.in \
maint/local_perl/lib/YAML/Tiny.pm \
maint/parse.sub \
maint/parsetest \
maint/release.pl \
maint/samplebuilds \
maint/testbuild \
maint/testpmpi
dist_noinst_DATA += \
maint/Version \
maint/Version.base.m4 \
maint/docnotes \
maint/errmsgdirs \
maint/gccimpgen.cpp \
maint/local_perl/README \
maint/local_perl/YAML-Tiny-1.41.tar.gz \
maint/mpi1.lst \
maint/setup.jpg \
maint/structalign.c \
maint/version.m4
### TODO FIXME what do we do about these?
##makedefs
##sampleconf.in
|