XCOMM $XFree86: mit/clients/xload/Imakefile,v 1.4 1993/05/05 13:43:44 dawes Exp $
XCOMM $XConsortium: Imakefile,v 1.26 91/07/17 00:46:30 gildea Exp $
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
#if i386Mach && !defined(i386Mach_BsdTree)
  SYS_LIBRARIES = -lsys
#endif
#if defined(SunArchitecture) && defined(i386Architecture)
  SYS_LIBRARIES = -lkvm
#endif
#if SystemV4
#ifdef SonyArchitecture
  SYS_LIBRARIES = -lmld
#else
  SYS_LIBRARIES = -lelf
#endif
#endif
#ifdef SGIArchitecture
  SYS_LIBRARIES = -lmld
#endif
#ifdef OsfArchitecture
  SYS_LIBRARIES = -lld
#endif
           SRCS = xload.c get_load.c
           OBJS = xload.o get_load.o
 OSMAJORVERSION = OSMajorVersion
 OSMINORVERSION = OSMinorVersion
      DEFINES = -DOSMAJORVERSION=$(OSMAJORVERSION) -DOSMINORVERSION=$(OSMINORVERSION) 

AllTarget(xload)
NormalProgramTarget(xload,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)
InstallProgramWithFlags(xload,$(BINDIR),$(INSTKMEMFLAGS))
InstallManPage(xload,$(MANDIR))

InstallAppDefaults(XLoad)

DependTarget()
