diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/archives/GNUmakefile | |
download | pcp-debian/3.9.10.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/archives/GNUmakefile')
-rw-r--r-- | qa/archives/GNUmakefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/qa/archives/GNUmakefile b/qa/archives/GNUmakefile new file mode 100644 index 0000000..32372fd --- /dev/null +++ b/qa/archives/GNUmakefile @@ -0,0 +1,20 @@ +TOPDIR = ../.. +include $(TOPDIR)/src/include/builddefs + +TESTDIR = $(PCP_VAR_DIR)/testsuite/archives +SRCARCH = chartqa1.0 viewqa1.0 viewqa2.0 viewqa3.0 rattle.0 oview-short.0 \ + snort-disks.0 vldb-disks.0 moomba.pmkstat.0 gap.0 gap2.0 \ + 20071023-08-06-36.0 dm-io.0 mysql-1.0 +SRCEXTRAS = $(subst .0,.meta,$(SRCARCH)) $(subst .0,.index,$(SRCARCH)) +SCRIPTS = mk.gap.sh mk.mysql.sh +OTHERS = GNUmakefile.install + +default default_pcp setup: + +install install_pcp: + $(INSTALL) -m 755 -d $(TESTDIR) + $(INSTALL) -m 755 $(SCRIPTS) $(TESTDIR) + $(INSTALL) -m 644 GNUmakefile.install $(TESTDIR)/GNUmakefile + $(INSTALL) -m 644 $(OTHERS) $(SRCARCH) $(SRCEXTRAS) $(TESTDIR) + +include $(BUILDRULES) |