trio: delete ancient Imakefile (use mk instead) - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 3ad4afbe821687bd77f8dffb0e0bf4947faf0a83
parent 43f1873709d39405b55f676ef21c42065cc1408d
Author: Russ Cox 
Date:   Fri,  1 Feb 2019 13:20:27 -0500

rio: delete ancient Imakefile (use mk instead)

Fixes #235.

Diffstat:
  D src/cmd/rio/Imakefile               |      27 ---------------------------

1 file changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/src/cmd/rio/Imakefile b/src/cmd/rio/Imakefile
t@@ -1,27 +0,0 @@
-INCLUDES = -I$(TOP)
-DEPLIBS = $(DEPXLIB)
-LOCAL_LIBRARIES = $(XLIB)
-DEFINES = -DSHAPE # -g3 -DDEBUG -DDEBUG_EV
-SRCS = main.c event.c manage.c menu.c client.c grab.c cursor.c error.c color.c
-OBJS = main.o event.o manage.o menu.o client.o grab.o cursor.o error.o color.o
-HFILES = dat.h fns.h patchlevel.h
-MFILES = README 9wm.man Imakefile Makefile.no-imake
-
-ComplexProgramTarget(rio)
-
-bun:
-        bundle $(MFILES) $(SRCS) $(HFILES) >bun
-
-dist:
-        bundle $(MFILES) main.c event.c manage.c >bun1
-        bundle menu.c client.c grab.c cursor.c error.c $(HFILES) >bun2
-
-trout: 9wm.man
-        troff -man 9wm.man >trout
-
-vu: trout
-        xditview trout
-
-clean::
-        $(RM) bun bun[12] trout core
-