Panel/tests/project.conf

22 lines
497 B
Plaintext

targets=applets,applets2,tests.log
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
ldflags_force=-W `pkg-config --libs libDesktop`
ldflags=-Wl,-pie
dist=Makefile,tests.sh
[applets]
type=binary
sources=applets.c
[applets2]
type=binary
ldflags=-L../src -L$(OBJDIR). -Wl,-rpath,$(PREFIX)/lib -lPanel
sources=applets2.c
[tests.log]
type=script
script=./tests.sh
depends=$(OBJDIR)applets,$(OBJDIR)applets2,tests.sh