XCOMM $XConsortium: Imakefile /main/30 1996/03/09 09:37:57 kaleb $ DEPLIBS = XawClientDepLibs LOCAL_LIBRARIES = XawClientLibs #if defined(SunArchitecture) && defined(i386Architecture) SYS_LIBRARIES = -lkvm #endif #ifdef SVR4Architecture #ifdef SGIArchitecture SYS_LIBRARIES = -lmld #else #ifdef SonyArchitecture SYS_LIBRARIES = -lmld #else SYS_LIBRARIES = -lelf #endif #endif #endif #ifdef i386BsdArchitecture SYS_LIBRARIES = -lutil -lkvm #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) #ifndef OSF1Architecture InstallProgramWithFlags(xload,$(BINDIR),$(INSTKMEMFLAGS)) #else InstallProgram(xload,$(BINDIR)) #endif InstallAppDefaults(XLoad) InstallManPage(xload,$(MANDIR)) DependTarget()