#include <GraphLib.tmpl>
INCLUDES = -I$(TOP)
DEPLIBS = GraphLibClientDepLibs
LOCAL_LIBRARIES = $(GLSUBLIB) GraphLibClientLibs
SRCS = perfmon.c moniterable.c get_load.c
OBJS = perfmon.o moniterable.o get_load.o
#ifdef UltrixArchitecture
#ifdef MipsArchitecture
#ifdef OSMajorVersion >= 4
#define ARCH Ultrix4
#endif
#endif
#endif
#ifndef ARCH
#define ARCH BSD-generic
#endif

DEFINES = $(GRAPHLIBDEFINES) -D/**/ARCH

AllTarget(perfmon)
NormalProgramTarget(perfmon,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES), /**/)
InstallProgramWithFlags(perfmon, $(BINDIR), $(INSTKMEMFLAGS))
InstallManPage(perfmon,$(MANDIR))

DependTarget()
