]> git.mxchange.org Git - flightgear.git/blob - utils/GPSsmooth/Makefile.am
396245e94d532a6beb96b5e418957b74fc2f2c07
[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         -lsgtiming -lsgmath -lsgmisc -lsgdebug -lplibnet -lplibul \
17         $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
18
19 INCLUDES = -I$(top_srcdir)/src