about summary refs log tree commit diff
path: root/Imakefile
diff options
context:
space:
mode:
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)