27 lines
442 B
Plaintext
27 lines
442 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]
|
|
depends=../src/modems/hayes.c
|