15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
targets=keyboard
|
|
cflags_force=-W `pkg-config --cflags libDesktop x11` -fPIC
|
|
cflags=-Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
|
ldflags_force=`pkg-config --libs libDesktop x11` -lXtst -lintl
|
|
ldflags=-Wl,-z,relro -Wl,-z,now
|
|
dist=Makefile
|
|
|
|
[keyboard]
|
|
type=plugin
|
|
sources=keyboard.c
|
|
install=$(LIBDIR)/Desktop/widget
|
|
|
|
[keyboard.c]
|
|
depends=../keyboard.h,../keyboard.c
|