1998-06-12 01:01:14 +00:00
|
|
|
noinst_LIBRARIES = libJoystick.a
|
1998-04-03 22:07:27 +00:00
|
|
|
|
1999-04-05 21:32:32 +00:00
|
|
|
libJoystick_a_SOURCES = joystick.cxx joystick.hxx
|
1998-04-03 22:07:27 +00:00
|
|
|
|
1999-11-10 20:50:58 +00:00
|
|
|
noinst_PROGRAMS = js_demo
|
|
|
|
|
|
|
|
js_demo_SOURCES = js_demo.cxx
|
|
|
|
|
1999-04-03 04:20:22 +00:00
|
|
|
INCLUDES += -I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/Lib \
|
|
|
|
-I$(top_builddir)/Lib/plib/include \
|
|
|
|
-I$(top_builddir)/Simulator
|