|
|
|
@ -38,7 +38,9 @@ export CPPFLAGS+= -DUSE_GPSD
|
|
|
|
export LDFLAGS+= -lgps
|
|
|
|
export LDFLAGS+= -lgps
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ifeq ($(USE_DRATS), 1)
|
|
|
|
export CPPFLAGS+= -DUSE_DRATS
|
|
|
|
export CPPFLAGS+= -DUSE_DRATS
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: all
|
|
|
|
.PHONY: all
|
|
|
|
all: DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol DGWTextTransmit/dgwtexttransmit DGWTimeServer/dgwtimeserver DGWVoiceTransmit/dgwvoicetransmit #tests
|
|
|
|
all: DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol DGWTextTransmit/dgwtexttransmit DGWTimeServer/dgwtimeserver DGWVoiceTransmit/dgwvoicetransmit #tests
|
|
|
|
|