diff options
Diffstat (limited to 'qa/sadist/GNUmakefile')
-rw-r--r-- | qa/sadist/GNUmakefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/qa/sadist/GNUmakefile b/qa/sadist/GNUmakefile new file mode 100644 index 0000000..45cca77 --- /dev/null +++ b/qa/sadist/GNUmakefile @@ -0,0 +1,21 @@ +#!gmake + +TOPDIR = ../.. +include $(TOPDIR)/src/include/builddefs + +TESTDIR = $(PCP_VAR_DIR)/testsuite/sadist + +SADBIN = fche-csb6-rhel6.bin 859117-rhel5.bin f16-sa20.bin \ + rhel5-sa20.bin +SADXML = fche-csb6-rhel6.xml smash-rhel6.xml smash-rhel5.xml \ + 859117-rhel5.xml 891688-dash-time.xml + +LSRCFILES = $(SADBIN) $(SADXML) + +default default_pcp setup: + +install install_pcp: + $(INSTALL) -m 755 -d $(TESTDIR) + $(INSTALL) -m 644 $(SADBIN) $(SADXML) $(TESTDIR) + +include $(BUILDRULES) |