/**/#
/**/# istat - workstation statistics display
/**/#

#if CompileInMachineDepSubdir && !defined(InMachineDepSubdir)
#define IHaveMachineDepSubdirs

MakeMachineDepSubdir()
DependMachineDepSubdir()

#else

LOCAL_LIBRARIES	= $(LIBINTERVIEWS)
#if defined(HPArchitecture) || defined(SunArchitecture)
SYS_LIBRARIES	= -l$X -lm -lrpcsvc
#else
SYS_LIBRARIES	= -l$X -lm
#endif

SRCS		= $(SRC)//**/*.c
OBJS		= \
	indicator.o \
	istat.o \
	log.o \
	stats.o

ComplexProgramTarget(istat)

MakeObjectFromSrc(indicator)
MakeObjectFromSrc(istat)
MakeObjectFromSrc(log)
MakeObjectFromSrc(stats)

#endif /* if compiling in subdirectory */
