summaryrefslogtreecommitdiff
path: root/qa/pmdas/bigun/Install
blob: 484542407ee50159427e02a2218120223651de41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#! /bin/sh

. $PCP_DIR/etc/pcp.env
. $PCP_SHARE_DIR/lib/pmdaproc.sh

if [ -f GNUmakefile.install ]
then
    # running within the source tree, not in the 'testsuite' directory
    #
    PCP_MAKE_PROG="$PCP_MAKE_PROG -f GNUmakefile.install"
fi

# Make sure DSO PMDA exists
make

iam=bigun
pmda_interface=4
dso_opt=true
dso_name=`pwd`/bigun.${dso_suffix}
daemon_opt=false

pmdaSetup
pmdaInstall
exit 0