Phone/tests/project.conf

28 lines
528 B
Plaintext

targets=modems,plugins,ussd,tests.log
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags libDesktop`
cflags=-Wall -g -O2
ldflags_force=-W `pkg-config --libs libDesktop`
dist=Makefile,tests.sh
[modems]
type=binary
sources=modems.c
[plugins]
type=binary
sources=plugins.c
[tests.log]
type=script
script=./tests.sh
depends=modems,plugins,tests.sh,ussd
[ussd]
type=binary
sources=ussd.c
[ussd.c]
cppflags=-I ../src/modems
depends=../src/modems/hayes.c,../src/modems/hayes/command.c,../src/modems/hayes/command.h