]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/Makefile.am
Initial revision of code to read MicroGear serial output and parse,
[flightgear.git] / utils / GPSsmooth / Makefile.am
index c1fd2209613fa032db26cd14098c814b90203f5a..326e6317c2bb43c9aab095b483bb257a5e2e1feb 100644 (file)
@@ -1,11 +1,30 @@
-noinst_PROGRAMS = GPSsmooth
+noinst_PROGRAMS = GPSsmooth MIDGsmooth UGsmooth
 
 GPSsmooth_SOURCES = \
        gps.cxx gps.hxx \
-       main.cxx
+       gps_main.cxx
 
 GPSsmooth_LDADD = \
-       -lsgtiming -lsgmisc -lsgdebug -lplibnet \
-       $(joystick_LIBS) $(base_LIBS) -lz
+       -lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
+       $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
+
+MIDGsmooth_SOURCES = \
+       MIDG-II.cxx MIDG-II.hxx \
+       MIDG_main.cxx
+
+MIDGsmooth_LDADD = \
+       -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
+       -lplibnet -lplibul \
+       $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
+
+UGsmooth_SOURCES = \
+        UGear.cxx UGear.hxx \
+        UGear_main.cxx
+
+UGsmooth_LDADD = \
+        -lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
+        -lplibnet -lplibul \
+        $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
+
 
 INCLUDES = -I$(top_srcdir)/src