subdirs=account
targets=mailer
cflags_force=-W `pkg-config gtk+-2.0 --cflags`
cflags=-Wall -g -O2 -ansi
ldflags_force=`pkg-config gtk+-2.0 --libs`
ldlflags=
dist=Makefile,callbacks.h,common.h,compose.h,mailer.h

[mailer]
type=binary
sources=account.c,callbacks.c,common.c,compose.c,mailer.c,main.c

[account.c]
depends=account/account.h

[callbacks.c]
depends=account/account.h,callbacks.h,compose.h,mailer.h

[compose.c]
depends=callbacks.h,mailer.h,compose.h

[mailer.c]
depends=account/account.h,callbacks.h,compose.h,mailer.h

[main.c]
depends=mailer.h