2006-11-11 18:43:17 +00:00
|
|
|
noinst_PROGRAMS = GPSsmooth MIDGsmooth UGsmooth
|
2005-07-02 20:53:42 +00:00
|
|
|
|
2009-09-17 17:03:26 +00:00
|
|
|
if HAVE_FRAMEWORK_PLIB
|
|
|
|
GPSsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
|
|
|
MIDGsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
|
|
|
UGsmooth_LDFLAGS = $(plib_FRAMEWORK)
|
|
|
|
else
|
2011-01-05 16:54:38 +00:00
|
|
|
GPSsmooth_PLIB_LIBS = -lplibul
|
|
|
|
MIDGsmooth_PLIB_LIBS = -lplibul
|
|
|
|
UGsmooth_PLIB_LIBS = -plibul
|
2009-09-17 17:03:26 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
|
2005-07-02 20:53:42 +00:00
|
|
|
GPSsmooth_SOURCES = \
|
|
|
|
gps.cxx gps.hxx \
|
2005-08-27 20:00:58 +00:00
|
|
|
gps_main.cxx
|
2005-07-02 20:53:42 +00:00
|
|
|
|
2005-07-06 11:51:32 +00:00
|
|
|
GPSsmooth_LDADD = \
|
2011-01-05 16:54:38 +00:00
|
|
|
$(GPSsmooth_PLIB_LIBS) -lsgtiming -lsgmisc -lsgdebug -lsgio \
|
2005-07-07 19:09:52 +00:00
|
|
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
2005-07-02 20:53:42 +00:00
|
|
|
|
2005-08-27 20:00:58 +00:00
|
|
|
MIDGsmooth_SOURCES = \
|
|
|
|
MIDG-II.cxx MIDG-II.hxx \
|
|
|
|
MIDG_main.cxx
|
|
|
|
|
|
|
|
MIDGsmooth_LDADD = \
|
2009-09-17 17:03:26 +00:00
|
|
|
$(MIDGsmooth_PLIB_LIBS) -lsgio -lsgserial -lsgtiming \
|
|
|
|
-lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure \
|
2005-08-27 20:00:58 +00:00
|
|
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
|
|
|
|
2006-11-11 18:43:17 +00:00
|
|
|
UGsmooth_SOURCES = \
|
|
|
|
UGear.cxx UGear.hxx \
|
2008-03-30 05:34:40 +00:00
|
|
|
UGear_command.cxx UGear_command.hxx \
|
|
|
|
UGear_main.cxx \
|
2008-04-04 22:34:19 +00:00
|
|
|
UGear_opengc.hxx \
|
|
|
|
UGear_telnet.cxx UGear_telnet.hxx
|
2006-11-11 18:43:17 +00:00
|
|
|
|
|
|
|
UGsmooth_LDADD = \
|
2009-09-17 17:03:26 +00:00
|
|
|
$(UGsmooth_PLIB_LIBS) -lsgio -lsgserial -lsgtiming \
|
|
|
|
-lsgmath -lsgbucket -lsgmisc -lsgdebug \
|
2006-11-11 18:43:17 +00:00
|
|
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
|
|
|
|
2005-07-02 20:53:42 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/src
|