summaryrefslogtreecommitdiff
path: root/qa/pconf/GNUmakefile
blob: 5efad8aede71b7abf320365334e815f4717178f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!gmake

TOPDIR = ../..
include $(TOPDIR)/src/include/builddefs

TESTDIR = $(PCP_VAR_DIR)/testsuite/pconf
SUBDIRS = cpu disk filesys global memory network

default default_pcp: $(SUBDIRS)
	$(SUBDIRS_MAKERULE)

setup:

install install_pcp: $(SUBDIRS)
	$(INSTALL) -m 755 -d $(TESTDIR)
	$(SUBDIRS_MAKERULE)

include $(BUILDRULES)