#
# XNTPHOME should point to the top of the source tree for
# xntp (needed for the include files and libntp.a).
#
       XNTPHOME = /common/src/etc/xntpd
#
# Definition "NO_SIGNED_CHAR_DECL" is required by the "borrowed" ntpq code.  
# If you defined it in the xntp sources, define it here.
#
        DEFINES = -DNO_SIGNED_CHAR_DECL
#
# Standard defines
#
   INSTALLFLAGS =  $(INSTKMEMFLAGS)
LOCAL_LIBRARIES =  $(XLIB) $(XNTPHOME)/lib/libntp.a  -lm
       INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(XNTPHOME)/include

           SRCS = xtw.c ntp_routines.c
           OBJS = xtw.o ntp_routines.o

ComplexProgramTarget(xtw)
