ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/root-tail/Makefile
(Generate patch)

Comparing root-tail/Makefile (file contents):
Revision 1.3 by chris_moore, Wed Apr 7 12:35:13 2004 UTC vs.
Revision 1.4 by chris_moore, Sun Apr 11 01:02:05 2004 UTC

1COPTS = -g 1COPTS = -g
2 2
3CFLAGS = -Wall $(COPTS) 3CFLAGS = -Wall $(COPTS) -DUSE_TOON_GET_ROOT_WINDOW
4 4
5LDFLAGS = -L/usr/X11R6/lib -lX11 5LDFLAGS = -L/usr/X11R6/lib -lX11
6 6
7PREFIX = /usr 7PREFIX = /usr
8BINDIR = $(PREFIX)/bin 8BINDIR = $(PREFIX)/bin
9MANDIR = $(PREFIX)/share/man/man1 9MANDIR = $(PREFIX)/share/man/man1
10DOCDIR = $(PREFIX)/share/doc/root-tail 10DOCDIR = $(PREFIX)/share/doc/root-tail
11 11
12SOURCES = root-tail.c toon_root.c
12all: root-tail man 13all: root-tail man
13 14
14root-tail: root-tail.c config.h 15root-tail: $(SOURCES) config.h
15 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< 16 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SOURCES)
16 17
17man: root-tail.1.gz 18man: root-tail.1.gz
18 19
19root-tail.1.gz: root-tail.man 20root-tail.1.gz: root-tail.man
20 cp root-tail.man root-tail.1 21 cp root-tail.man root-tail.1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines