File: Makefile

package info (click to toggle)
gromit 20041213-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 176 kB
  • ctags: 109
  • sloc: ansic: 1,342; makefile: 56
file content (10 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
all: gromit

proptest: proptest.c
	gcc -o proptest proptest.c `gtk-config --libs --cflags`

propertywatch: propertywatch.c
	gcc -o propertywatch propertywatch.c `gtk-config --libs --cflags`

gromit: gromit.c Makefile
	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`