Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 369453 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 1-10 Link Here
1
all: gromit
1
all: gromit
2
2
3
proptest: proptest.c
3
proptest: proptest.c
4
	gcc -o proptest proptest.c `gtk-config --libs --cflags`
4
	$(CC) -o proptest proptest.c `gtk-config --libs --cflags`
5
5
6
propertywatch: propertywatch.c
6
propertywatch: propertywatch.c
7
	gcc -o propertywatch propertywatch.c `gtk-config --libs --cflags`
7
	$(CC) -o propertywatch propertywatch.c `gtk-config --libs --cflags`
8
8
9
gromit: gromit.c Makefile
9
gromit: gromit.c Makefile
10
	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`
10
	$(CC) -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -o gromit gromit.c -Wall $(CFLAGS) $(LDFLAGS) `pkg-config --libs --cflags gtk+-2.0` -lX11 -lm

Return to bug 369453