|
|
@ -6,8 +6,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread
|
|
|
|
LIBS = -lm -lpthread
|
|
|
|
LIBS = -lm -lpthread
|
|
|
|
|
|
|
|
|
|
|
|
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
|
|
|
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
|
|
|
CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
|
|
|
#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
|
|
|
LIBS = -lm -lpthread -lgps
|
|
|
|
#LIBS = -lm -lpthread -lgps
|
|
|
|
|
|
|
|
|
|
|
|
LDFLAGS = -g
|
|
|
|
LDFLAGS = -g
|
|
|
|
|
|
|
|
|
|
|
|