forked from JeffersonLab/chroma
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
29 lines (21 loc) · 700 Bytes
/
Makefile.am
File metadata and controls
29 lines (21 loc) · 700 Bytes
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
#
# Recurse down into lib (to build the library)
# examples (build examples)
# includes (to install includes)
#
SUBDIRS = other_libs lib mainprogs
#
# The end user's configuration script
#
bin_SCRIPTS = chroma-config
#
# All the other goodies
#
EXTRA_DIST = install_scripts tests docs
# xmldiff targets
.PHONY: xcheck report
xcheck:
perl $(top_srcdir)/scripts/run_chroma_xmldiff.pl $(top_srcdir) $(top_builddir) @XMLDIFF@ $(top_builddir)/RUN
report:
perl $(top_srcdir)/scripts/check_regres_runner.pl $(top_srcdir) $(top_builddir) @XMLDIFF@
xsltproc $(top_srcdir)/scripts/regres_report_to_html.xsl $(top_builddir)/regres_report.xml > regres_report.html