2006-07-04 23:29:05 +00:00
|
|
|
AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkgdatadir)\"
|
|
|
|
|
2001-05-23 22:59:40 +00:00
|
|
|
noinst_LIBRARIES = libInput.a
|
|
|
|
|
|
|
|
libInput_a_SOURCES = input.cxx input.hxx
|
|
|
|
|
2001-07-06 21:38:28 +00:00
|
|
|
bin_PROGRAMS = js_demo fgjs
|
2001-06-04 21:26:53 +00:00
|
|
|
|
|
|
|
js_demo_SOURCES = js_demo.cxx
|
|
|
|
|
2005-01-24 10:17:14 +00:00
|
|
|
js_demo_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul
|
2001-06-04 21:26:53 +00:00
|
|
|
|
2001-07-06 21:38:28 +00:00
|
|
|
fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
|
2001-06-04 21:26:53 +00:00
|
|
|
|
2006-07-04 23:29:05 +00:00
|
|
|
fgjs_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul \
|
|
|
|
-lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz
|
2001-06-04 21:26:53 +00:00
|
|
|
|
2006-07-04 23:29:05 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/Main
|