qa: update 660 to generate index.html, fixing pcp-testsuite runs
[pcp.git] / qa / unbound / GNUmakefile.install
blob2ab958271eaa3bfee696688edaf0e92f4fd07a2b
1 #!gmake 
3 ifdef PCP_CONF
4 include $(PCP_CONF)
5 else
6 include $(PCP_DIR)/etc/pcp.conf
7 endif
8 PATH    = $(shell . $(PCP_DIR)/etc/pcp.env; echo $$PATH)
9 include $(PCP_INC_DIR)/builddefs
11 TESTDIR = $(PCP_VAR_DIR)/testsuite/unbound
13 SCRIPT = test.sh
14 METRICS = metrics.list
15 STATSFILES = $(shell echo unbound-control-stats-*)
17 default default_pcp setup:
19 install install_pcp:
21 include $(BUILDRULES)
23 %.py : %.python
24         (LN_S) $< $@