head	1.2;
access;
symbols;
locks;
comment	@# @;


1.2
date	93.02.13.01.51.58;	author jdd;	state Exp;
branches;
next	1.1;

1.1
date	93.02.13.01.51.43;	author jdd;	state Exp;
branches;
next	;


desc
@@


1.2
log
@patch for SunOS 5.x
@
text
@        DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

#if defined(MACH)
  SYS_LIBRARIES = -lmach
#endif /* MACH */

#if SunOSPlatform && OSMajorVersion == 4
  SYS_LIBRARIES = -lkvm
        SYSTYPE = -DSUNOS4
#endif

#if defined(SparcArchitecture) && OSMajorVersion == 5
  SYS_LIBRARIES = -lkvm -lelf
        SYSTYPE = -DSUNOS5
#endif

           SRCS = xcpustate.c Bar.c s.c
           OBJS = xcpustate.o Bar.o s.o
   INSTPGMFLAGS = InstPgmFlags InstKmemFlags
        DEFINES = $(SYSTYPE)

ComplexProgramTarget(xcpustate)

s.o: s-bsd.c s-cray-xmp.c s-gould-np1.c s-iris4d.c s-kvm.c s-mach.c s-sol.c
s.o: s-ultrix.c s-sunos5.c s.h
@


1.1
log
@Initial revision
@
text
@a8 4
/*
 * No other way to tell SunOS3.x from SunOS4.x and there's a lot of
 * people running 3.x -- I wonder why :-)
 */
d13 5
d26 1
a26 1
s.o: s-ultrix.c s.h
@
