# Copyright (c) 1991, Bob Schwartzkopf
#
# Permission to use, copy, modify and distribute this software and its
# documentation for any purpose is hereby granted without fee, provided
# that the above copyright notice appear in all copies and that both the
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of the RAND Corporation not be used
# in advertising or publicity pertaining to distribution of the software
# without specific, written prior permission.  The RAND Corporation
# makes no representations about the suitability of this software for
# any purpose.  It is provided "as is" without express or implied
# warranty.
#
       INCLUDES = -I$(TOP) -I$(TOP)/X11
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
  SYS_LIBRARIES = -lrpcsvc
           SRCS = xmeter.c
           OBJS = xmeter.o
          SHARS = patchlevel.h README Imakefile xmeter.c xmeter.man XMeter.ad \
		  Makefile

ComplexProgramTarget(xmeter)
InstallAppDefaults(XMeter)

xmeter.shar:	$(SHARS)
	shar -o xmeter.shar $(SHARS)
