1
0
Fork 0
flightgear/utils/GPSsmooth/Makefile.am

31 lines
753 B
Text
Raw Normal View History

noinst_PROGRAMS = GPSsmooth MIDGsmooth UGsmooth
GPSsmooth_SOURCES = \
gps.cxx gps.hxx \
gps_main.cxx
2005-07-06 11:51:32 +00:00
GPSsmooth_LDADD = \
2005-07-07 09:06:02 +00:00
-lsgtiming -lsgmisc -lsgdebug -lplibnet -lplibul \
2005-07-07 19:09:52 +00:00
$(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 \
2005-09-25 19:04:30 +00:00
-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