summaryrefslogtreecommitdiff
path: root/qa/qt/GNUmakefile
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/qt/GNUmakefile
downloadpcp-debian.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/qt/GNUmakefile')
-rw-r--r--qa/qt/GNUmakefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/qa/qt/GNUmakefile b/qa/qt/GNUmakefile
new file mode 100644
index 0000000..151ed77
--- /dev/null
+++ b/qa/qt/GNUmakefile
@@ -0,0 +1,22 @@
+#
+# Copyright (c) 2014 Red Hat.
+#
+
+TOPDIR = ../..
+include $(TOPDIR)/src/include/builddefs
+
+TESTDIR = $(PCP_VAR_DIR)/testsuite/qt
+SUBDIRS = qmc_context qmc_desc qmc_dynamic qmc_event qmc_format \
+ qmc_group qmc_hosts qmc_indom qmc_metric qmc_source
+LSRCFILES = GNUmakefile.install setup-executables
+
+default setup default_pcp: $(SUBDIRS)
+ $(SUBDIRS_MAKERULE)
+
+install install_pcp: $(SUBDIRS)
+ $(INSTALL) -m 755 -d $(TESTDIR)
+ $(INSTALL) -m 644 GNUmakefile.install $(TESTDIR)/GNUmakefile
+ $(INSTALL) -m 755 setup-executables $(TESTDIR)/setup-executables
+ $(SUBDIRS_MAKERULE)
+
+include $(BUILDRULES)