]> git.mxchange.org Git - flightgear.git/blob - utils/GPSsmooth/Makefile.am
Add some initial support for reading live data from a serial port (and
[flightgear.git] / utils / GPSsmooth / Makefile.am
1 noinst_PROGRAMS = GPSsmooth MIDGsmooth
2
3 GPSsmooth_SOURCES = \
4         gps.cxx gps.hxx \
5         gps_main.cxx
6
7 GPSsmooth_LDADD = \
8         -lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
9         $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
10
11 MIDGsmooth_SOURCES = \
12         MIDG-II.cxx MIDG-II.hxx \
13         MIDG_main.cxx
14
15 MIDGsmooth_LDADD = \
16         -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
17         -lplibnet -lplibul \
18         $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
19
20 INCLUDES = -I$(top_srcdir)/src