#
# Imakefile for xdu : X11 display of du output
#
# Phillip Dykstra, phil@arl.army.mil
#

LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)
  SYS_LIBRARIES = -lm
        DEPLIBS = $(DEPXTOOLLIB) $(DEPXLIB)
           SRCS = xdu.c xwin.c 
           OBJS = xdu.o xwin.o

ComplexProgramTarget(xdu)
InstallAppDefaults(XDu)
