        DEFINES = -DSLIDERULE  /* Compile only as a sliderule */
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = MathLibrary
           SRCS = sr.c xcalc.c
           OBJS = sr.o xcalc.o

ComplexProgramTarget(sliderule)

