Mercurial > pidgin
view console/libgnt/test/Makefile @ 14516:3c8b4bcb68fb
[gaim-migrate @ 17236]
Remove // comments.
committer: Tailor Script <tailor@pidgin.im>
| author | Geoff Foster <g-off_> |
|---|---|
| date | Mon, 11 Sep 2006 01:39:25 +0000 |
| parents | cb6bbd248941 |
| children | 62bb53609a36 |
line wrap: on
line source
CC=gcc CFLAGS=`pkg-config --cflags gobject-2.0 gmodule-2.0` -g -I../ -DSTANDALONE LDFLAGS=`pkg-config --libs gobject-2.0 gmodule-2.0 gnt` -pg EXAMPLES=combo focus tv multiwin keys all: make examples clean: rm -f $(EXAMPLES) *.so wm WM: wm for i in $(EXAMPLES); do gcc -shared $(CFLAGS) -USTANDALONE $(LDFLAGS) $${i}.c -o $${i}.so ; done examples: $(EXAMPLES)
