about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-04 15:24:24 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-04 15:24:24 +0200
commitfa5ff0d60a2de1c6d077e74a0e74894c8c939317 (patch)
tree0bc9c81e4585f8c66a85d4346e1a2f1c3bcea4db
parent53a837ea55891f26a1cdefd06a03ac54288b0e8d (diff)
downloadxdu-fa5ff0d60a2de1c6d077e74a0e74894c8c939317.tar.gz
xdu-fa5ff0d60a2de1c6d077e74a0e74894c8c939317.tar.xz
xdu-fa5ff0d60a2de1c6d077e74a0e74894c8c939317.zip
Imakefile: remove
-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)