2005-07-02 20:53:42 +00:00
|
|
|
noinst_PROGRAMS = GPSsmooth
|
|
|
|
|
|
|
|
GPSsmooth_SOURCES = \
|
|
|
|
gps.cxx gps.hxx \
|
|
|
|
main.cxx
|
|
|
|
|
2005-07-06 11:51:32 +00:00
|
|
|
GPSsmooth_LDADD = \
|
2005-07-07 09:06:02 +00:00
|
|
|
-lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
|
2005-07-06 11:51:32 +00:00
|
|
|
$(joystick_LIBS) $(base_LIBS) -lz
|
2005-07-02 20:53:42 +00:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/src
|