diff options
Diffstat (limited to 'man/html/cpuperf')
-rw-r--r-- | man/html/cpuperf/GNUmakefile | 29 | ||||
-rw-r--r-- | man/html/cpuperf/babylon.percpu.0 | bin | 0 -> 93752 bytes | |||
-rw-r--r-- | man/html/cpuperf/babylon.percpu.index | bin | 0 -> 192 bytes | |||
-rw-r--r-- | man/html/cpuperf/babylon.percpu.meta | bin | 0 -> 941 bytes | |||
-rw-r--r-- | man/html/cpuperf/moomba.pmkstat.0 | bin | 0 -> 6520 bytes | |||
-rw-r--r-- | man/html/cpuperf/moomba.pmkstat.index | bin | 0 -> 192 bytes | |||
-rw-r--r-- | man/html/cpuperf/moomba.pmkstat.meta | bin | 0 -> 1564 bytes |
7 files changed, 29 insertions, 0 deletions
diff --git a/man/html/cpuperf/GNUmakefile b/man/html/cpuperf/GNUmakefile new file mode 100644 index 0000000..76c7ab5 --- /dev/null +++ b/man/html/cpuperf/GNUmakefile @@ -0,0 +1,29 @@ +TOPDIR = ../../.. +include $(TOPDIR)/src/include/builddefs + +BUNDLE = cpuperf +BINTAR = $(BUNDLE).tar.gz +PCPLOGS = $(shell echo *.0 *.meta *.index) +CONFIGS = +LSRCFILES = $(PCPLOGS) $(CONFIGS) +LDIRT = $(BINTAR) manifest + +default: $(BINTAR) + +$(BINTAR): $(PCPLOGS) $(CONFIGS) + @ CDIR=`pwd`; cd ..; rm -f manifest; \ + for f in `echo $^`; do \ + echo $(BUNDLE)/$$f >> $$CDIR/manifest; \ + done; \ + $(TAR) -T $$CDIR/manifest -cf - | $(ZIP) --best > $$CDIR/$(BINTAR); \ + echo "Created $(BINTAR)" + +include $(BUILDRULES) + +install install-dev: default + $(INSTALL) -m 755 -d $(PCP_DEMOS_DIR)/tutorials + $(INSTALL) -m 644 $(BINTAR) $(PCP_DEMOS_DIR)/tutorials/$(BINTAR) + +default_pcp : default + +install_pcp : install diff --git a/man/html/cpuperf/babylon.percpu.0 b/man/html/cpuperf/babylon.percpu.0 Binary files differnew file mode 100644 index 0000000..6c5fddd --- /dev/null +++ b/man/html/cpuperf/babylon.percpu.0 diff --git a/man/html/cpuperf/babylon.percpu.index b/man/html/cpuperf/babylon.percpu.index Binary files differnew file mode 100644 index 0000000..938e63d --- /dev/null +++ b/man/html/cpuperf/babylon.percpu.index diff --git a/man/html/cpuperf/babylon.percpu.meta b/man/html/cpuperf/babylon.percpu.meta Binary files differnew file mode 100644 index 0000000..2eed638 --- /dev/null +++ b/man/html/cpuperf/babylon.percpu.meta diff --git a/man/html/cpuperf/moomba.pmkstat.0 b/man/html/cpuperf/moomba.pmkstat.0 Binary files differnew file mode 100644 index 0000000..e9ac65c --- /dev/null +++ b/man/html/cpuperf/moomba.pmkstat.0 diff --git a/man/html/cpuperf/moomba.pmkstat.index b/man/html/cpuperf/moomba.pmkstat.index Binary files differnew file mode 100644 index 0000000..5f165fd --- /dev/null +++ b/man/html/cpuperf/moomba.pmkstat.index diff --git a/man/html/cpuperf/moomba.pmkstat.meta b/man/html/cpuperf/moomba.pmkstat.meta Binary files differnew file mode 100644 index 0000000..457b35a --- /dev/null +++ b/man/html/cpuperf/moomba.pmkstat.meta |