plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 3ad4afbe821687bd77f8dffb0e0bf4947faf0a83
parent 43f1873709d39405b55f676ef21c42065cc1408d
Author: Russ Cox <rsc@swtch.com>
Date:   Fri,  1 Feb 2019 13:20:27 -0500

rio: delete ancient Imakefile (use mk instead)

Fixes #235.

Diffstat:
Dsrc/cmd/rio/Imakefile | 27---------------------------
1 file changed, 0 insertions(+), 27 deletions(-)

diff --git a/src/cmd/rio/Imakefile b/src/cmd/rio/Imakefile @@ -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 -