15 lines
397 B
Plaintext
15 lines
397 B
Plaintext
targets=todo
|
|
cflags_force=`pkg-config --cflags libDesktop Mailer` -fPIC
|
|
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
|
ldflags_force=`pkg-config --libs libDesktop`
|
|
ldflags=-Wl,-z,relro -Wl,-z,now
|
|
dist=Makefile,subst.sh
|
|
|
|
[todo]
|
|
type=plugin
|
|
sources=todo.c
|
|
install=$(LIBDIR)/Mailer/plugins
|
|
|
|
[todo.c]
|
|
depends=../src/priority.c,../src/task.c,../src/taskedit.c,../src/todo.c
|