diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2019-02-05 01:40:37 +0100 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2019-02-05 01:40:37 +0100 |
commit | 892efcdacf40182a99cf7e8f65e9208b7f39ba2c (patch) | |
tree | 2a7e9654b1cbad2be7c3352cf48b56c3218f7e86 /src/cmd/rio/Imakefile | |
parent | 98222694f92aeecfcbb216fd1cb835b9550aa6d6 (diff) | |
parent | 3ad4afbe821687bd77f8dffb0e0bf4947faf0a83 (diff) | |
download | plan9port-892efcdacf40182a99cf7e8f65e9208b7f39ba2c.tar.gz plan9port-892efcdacf40182a99cf7e8f65e9208b7f39ba2c.tar.bz2 plan9port-892efcdacf40182a99cf7e8f65e9208b7f39ba2c.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/cmd/rio/Imakefile')
-rw-r--r-- | src/cmd/rio/Imakefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/cmd/rio/Imakefile b/src/cmd/rio/Imakefile deleted file mode 100644 index 43a78931..00000000 --- a/src/cmd/rio/Imakefile +++ /dev/null @@ -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 - |