about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Imakefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Imakefile b/Imakefile
deleted file mode 100644
index a40e57b..0000000
--- a/Imakefile
+++ /dev/null
@@ -1,12 +0,0 @@
-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)