11 lines
236 B
Makefile
11 lines
236 B
Makefile
noinst_PROGRAMS = GPSsmooth
|
|
|
|
GPSsmooth_SOURCES = \
|
|
gps.cxx gps.hxx \
|
|
main.cxx
|
|
|
|
GPSsmooth_LDADD = \
|
|
-lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
|
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
|
|
|
INCLUDES = -I$(top_srcdir)/src
|