941e4bf967
2008-06-10 Thomas Thurman <tthurman@gnome.org> * test/tokentest: A preliminary attempt at a test for the theme expression tokeniser. svn path=/trunk/; revision=3753
8 lines
329 B
Makefile
8 lines
329 B
Makefile
# completely hacked-up makefile, proceed at your own risk, etc
|
|
|
|
default:
|
|
@echo "Try 'make tp' or 'make glib'"
|
|
|
|
tp: tokentest.c
|
|
gcc `pkg-config --cflags --libs glib-2.0 gdk-2.0 atk` -DMETACITY_DATADIR=\"/usr/share/metacity\" -I../.. -I../../src -I../../src/include tokentest.c ../../src/ui/theme.c ../../src/ui/gradient.c -o tp
|