File: Imakefile

package info (click to toggle)
9wm 1.2-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 128 kB
  • ctags: 215
  • sloc: ansic: 2,569; makefile: 55
file content (26 lines) | stat: -rw-r--r-- 703 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
       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
           OBJS = main.o event.o manage.o menu.o client.o grab.o cursor.o error.o
         HFILES = dat.h fns.h patchlevel.h
         MFILES = README 9wm.man Imakefile Makefile.no-imake

ComplexProgramTarget(9wm)

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