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

Comparing root-tail/Makefile (file contents):
Revision 1.4 by chris_moore, Sun Apr 11 01:02:05 2004 UTC vs.
Revision 1.5 by pcg, Sun Apr 11 22:08:16 2004 UTC

1COPTS = -g 1COPTS = -g
2 2
3CFLAGS = -Wall $(COPTS) -DUSE_TOON_GET_ROOT_WINDOW 3CFLAGS = -Wall $(COPTS)
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 12SOURCES = root-tail.c
13all: root-tail man 13all: root-tail man
14 14
15root-tail: $(SOURCES) config.h 15root-tail: $(SOURCES) config.h
16 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SOURCES) 16 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SOURCES)
17 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines