438ff7358d
Association (NMEA) protocol. Features: * Analysis NMEA sentences and granting GPS data in C structures * Generate NMEA sentences * Supported sentences: GPGGA, GPGSA, GPGSV, GPRMC, GPVTG * Multilevel architecture of algorithms * Additional functions of geographical mathematics and work with navigation data WWW: http://nmea.sourceforge.net/
8 lines
200 B
Text
8 lines
200 B
Text
--- Makefile.orig 2015-07-16 13:27:40 UTC
|
|
+++ Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-CC = gcc
|
|
+CC?= gcc
|
|
|
|
BIN = lib/libnmea.a
|
|
MODULES = generate generator parse parser tok context time info gmath sentence
|