]> git.mxchange.org Git - flightgear.git/blob - src/Input/Makefile.am
add <mod-meta> and <mod-super> XML elements for key bindings
[flightgear.git] / src / Input / Makefile.am
1 AM_CXXFLAGS = -DPKGLIBDIR=\"$(pkgdatadir)\"
2
3 noinst_LIBRARIES = libInput.a
4
5 libInput_a_SOURCES = input.cxx input.hxx
6
7 bin_PROGRAMS = js_demo fgjs
8
9 js_demo_SOURCES = js_demo.cxx
10
11 js_demo_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul
12
13 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
14
15 fgjs_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul \
16         -lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/Main