mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
43f1873709
commit
3ad4afbe82
1 changed files with 0 additions and 27 deletions
|
@ -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
|
||||
|
Loading…
Reference in a new issue