repo.or.cz
/
pcp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git]
/
qa
/
lustre
/
GNUmakefile.install
blob
383512a60834c1dd3750198cc66ab72a6e73f45e
1
#!gmake
2
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
10
11
TESTDIR = $(PCP_VAR_DIR)/testsuite/lustre
12
13
SUBDIRS = llite lnet
14
15
default setup default_pcp:
16
17
install install_pcp:
18
19
include $(BUILDRULES)