VALAC=valac CFLAGS=`pkg-config --cflags glib-2.0` -I./ -g -Wl,--export-dynamic -Wall -O1 -shared -fPIC `pkg-config --libs glib-2.0` CC=gcc xchat-helloworld: xchat-helloworld.c $(CC) $(CFLAGS) xchat-helloworld.c -o xchat-helloworld.so xchat-helloworld.c: xchat-helloworld.vala xchat-plugin.vapi $(VALAC) --vapidir ./ xchat-helloworld.vala --pkg xchat-plugin clean: rm -rf xchat-helloworld.c xchat-helloworld.h *.so *.o