about summary refs log tree commit diff
path: root/Imakefile
blob: a40e57b9f9e5b11ea8586369e7252a1a8bf9b0cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
XCOMM
XCOMM  Imakefile for xdu : X11 display of du output
XCOMM
XCOMM  Phillip Dykstra, phil@arl.mil
XCOMM
        DEPLIBS = XawClientDepLibs
LOCAL_LIBRARIES = XawClientLibs
           SRCS = xdu.c xwin.c 
           OBJS = xdu.o xwin.o

ComplexProgramTarget(xdu)
InstallAppDefaults(XDu)