about summary refs log tree commit diff
path: root/Imakefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-04 14:01:44 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-04 14:01:44 +0200
commit42b6dbbbde03ac9134658fc531a1294a96f1d33d (patch)
tree680286c2b2fe4511059791f27103f1237a5de35b /Imakefile
downloadxdu-42b6dbbbde03ac9134658fc531a1294a96f1d33d.tar.gz
xdu-42b6dbbbde03ac9134658fc531a1294a96f1d33d.tar.xz
xdu-42b6dbbbde03ac9134658fc531a1294a96f1d33d.zip
Initial import of xdu-3.0.orig
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Imakefile b/Imakefile
new file mode 100644
index 0000000..a40e57b
--- /dev/null
+++ b/Imakefile
@@ -0,0 +1,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)