]> git.mxchange.org Git - flightgear.git/blob - utils/GPSsmooth/Makefile.am
326e6317c2bb43c9aab095b483bb257a5e2e1feb
[flightgear.git] / utils / GPSsmooth / Makefile.am
1 noinst_PROGRAMS = GPSsmooth MIDGsmooth UGsmooth
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 UGsmooth_SOURCES = \
21         UGear.cxx UGear.hxx \
22         UGear_main.cxx
23
24 UGsmooth_LDADD = \
25         -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
26         -lplibnet -lplibul \
27         $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
28
29
30 INCLUDES = -I$(top_srcdir)/src