]> git.mxchange.org Git - flightgear.git/blob - utils/GPSsmooth/Makefile.am
* add support for self-contained tags like <test/>
[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         -lsgstructure \
18         -lplibnet -lplibul \
19         $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
20
21 UGsmooth_SOURCES = \
22         UGear.cxx UGear.hxx \
23         UGear_command.cxx UGear_command.hxx \
24         UGear_main.cxx \
25         UGear_opengc.hxx \
26         UGear_telnet.cxx UGear_telnet.hxx
27
28 UGsmooth_LDADD = \
29         -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
30         -lplibnet -lplibul \
31         $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
32
33
34 INCLUDES = -I$(top_srcdir)/src