summaryrefslogtreecommitdiff
path: root/qa/pmdas/bigun/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'qa/pmdas/bigun/GNUmakefile')
-rw-r--r--qa/pmdas/bigun/GNUmakefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/qa/pmdas/bigun/GNUmakefile b/qa/pmdas/bigun/GNUmakefile
new file mode 100644
index 0000000..a4160d9
--- /dev/null
+++ b/qa/pmdas/bigun/GNUmakefile
@@ -0,0 +1,32 @@
+#
+# Copyright (c) 2012 Red Hat.
+# Copyright (c) 2011 Ken McDonell. All Rights Reserved.
+#
+
+TOPDIR = ../../..
+include $(TOPDIR)/src/include/builddefs
+
+TESTDIR = $(PCP_VAR_DIR)/testsuite/pmdas/bigun
+
+CFILES = bigun.c
+LIBTARGET = bigun.$(DSOSUFFIX)
+TARGETS = $(LIBTARGET)
+MYFILES = domain.h help pmns root
+MYSCRIPTS = Install Remove
+LSRCFILES = $(MYFILES) $(MYSCRIPTS) GNUmakefile.install
+LDIRT = help.pag help.dir
+
+LLDFLAGS = $(PCP_LIBS)
+LLDLIBS = $(PCP_PMDALIB)
+
+default default_pcp setup: $(TARGETS)
+
+$(LIBTARGET): bigun.o
+
+install install_pcp:
+ $(INSTALL) -m 755 -d $(TESTDIR)
+ $(INSTALL) -m 644 $(CFILES) $(MYFILES) $(TESTDIR)
+ $(INSTALL) -m 755 $(MYSCRIPTS) $(TARGETS) $(TESTDIR)
+ $(INSTALL) -m 644 GNUmakefile.install $(TESTDIR)/GNUmakefile
+
+include $(BUILDRULES)