39 lines
743 B
Plaintext
39 lines
743 B
Plaintext
targets=panel-embed,panel-message,panel-notify,panel-test
|
|
cflags_force=-W `pkg-config --cflags libSystem libDesktop`
|
|
cflags=-Wall -g -O2
|
|
ldflags_force=`pkg-config --libs libSystem libDesktop`
|
|
dist=Makefile,helper.c
|
|
|
|
[panel-embed]
|
|
type=binary
|
|
sources=embed.c
|
|
install=$(BINDIR)
|
|
|
|
[panel-notify]
|
|
type=binary
|
|
cppflags=-D PREFIX=\"$(PREFIX)\"
|
|
sources=notify.c
|
|
install=$(BINDIR)
|
|
|
|
[panel-message]
|
|
type=binary
|
|
sources=message.c
|
|
install=$(BINDIR)
|
|
|
|
[panel-test]
|
|
type=binary
|
|
cppflags=-D PREFIX=\"$(PREFIX)\"
|
|
sources=test.c
|
|
|
|
[embed.c]
|
|
depends=../include/Panel.h,../config.h
|
|
|
|
[message.c]
|
|
depends=../include/Panel.h
|
|
|
|
[notify.c]
|
|
depends=helper.c,../src/helper.c,../src/panel.h,../config.h
|
|
|
|
[test.c]
|
|
depends=helper.c,../src/helper.c,../src/panel.h,../config.h
|