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

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

TESTDIR = $(PCP_VAR_DIR)/testsuite/pconf/cpu
CONFIGS = aggregate_util excess_fpe load_average \
	  single_util system_calls system_mode
LSRCFILES = $(CONFIGS)

default default_pcp setup: 

install install_pcp:
	$(INSTALL) -m 755 -d $(TESTDIR)
	$(INSTALL) -m 644 $(CONFIGS) $(TESTDIR)

include $(BUILDRULES)