summaryrefslogtreecommitdiff
path: root/qa/qt/GNUmakefile
diff options
context:
space:
mode:
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)