From 4cf69bad5b136c43888ce8a5f4cd6a50c5109dfb Mon Sep 17 00:00:00 2001 From: ge1 Date: Tue, 17 Jun 2008 15:39:38 +0000 Subject: [PATCH] Moved adios_lint to the utils directory --- utils/README | 4 ++++ utils/adios_lint/Makefile.am | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 utils/adios_lint/Makefile.am diff --git a/utils/README b/utils/README index 14cc4586b..6b617618e 100644 --- a/utils/README +++ b/utils/README @@ -1,4 +1,8 @@ executables: + adios_lint + -- check the XML file for correctness. No news is good news. + -- USAGE: ./adios_lint + bpdump -- convert bp format to netcdf format -- USAGE: ./bpdump [-d [var]|--dump [var]] diff --git a/utils/adios_lint/Makefile.am b/utils/adios_lint/Makefile.am new file mode 100644 index 000000000..1f78080f3 --- /dev/null +++ b/utils/adios_lint/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES = $(all_includes) + +bin_PROGRAMS=adios_lint + +adios_lint_SOURCES=adios_lint.c +adios_lint_CPPFLAGS=$(MXML_CPPFLAGS) +adios_lint_LDFLAGS=$(MXML_LDFLAGS) +adios_lint_LDADD=$(MXML_LIBS)