blob: 151ed77aece27527ddfc93458bb22061a37719cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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)
|