2006-11-11 18:43:17 +00:00
|
|
|
noinst_PROGRAMS = GPSsmooth MIDGsmooth UGsmooth
|
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 = \
|
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
|
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 = \
|
2005-09-26 21:02:48 +00:00
|
|
|
-lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
|
2005-09-25 19:04:30 +00:00
|
|
|
-lplibnet -lplibul \
|
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 \
|
|
|
|
UGear_opengc.hxx
|
2006-11-11 18:43:17 +00:00
|
|
|
|
|
|
|
UGsmooth_LDADD = \
|
|
|
|
-lsgio -lsgserial -lsgtiming -lsgmath -lsgbucket -lsgmisc -lsgdebug \
|
|
|
|
-lplibnet -lplibul \
|
|
|
|
$(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz
|
|
|
|
|
|
|
|
|
2005-07-02 20:53:42 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/src
|