1 --- Makefile 2004-10-13 17:04:27.000000000 -0500
2 +++ Makefile-new 2011-03-22 15:56:51.216667332 -0500
11 gromit: gromit.c Makefile
12 gcc -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall `pkg-config --libs --cflags gtk+-2.0`
15 + install -Dm755 gromit $(DESTDIR)$(PREFIX)/bin/gromit
16 + install -Dm644 gromitrc $(DESTDIR)$(PREFIX)/share/gromit/gromitrc
17 + install -Dm644 erase_cursor_mask.xbm $(DESTDIR)$(PREFIX)/share/gromit/
18 + install -Dm644 erase_cursor.xbm $(DESTDIR)$(PREFIX)/share/gromit/
19 + install -Dm644 gromitrc_gsr $(DESTDIR)$(PREFIX)/share/gromit/
20 + install -Dm644 paint_cursor_mask.xbm $(DESTDIR)$(PREFIX)/share/gromit/
21 + install -Dm644 paint_cursor.xbm $(DESTDIR)$(PREFIX)/share/gromit/
22 + install README $(DESTDIR)$(PREFIX)/share/gromit/