libDesktop/tests/project.conf

14 lines
363 B
Plaintext

targets=widget
cppflags_force=-I ../include
cflags_force=`pkg-config --cflags libSystem gtk+-2.0`
cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all
ldflags_force=`pkg-config --libs libSystem gtk+-2.0` $(OBJDIR)../src/libDesktop.a
dist=Makefile
[widget]
type=binary
sources=widget.c
[widget.c]
depends=$(OBJDIR)../src/libDesktop.a