]> git.mxchange.org Git - flightgear.git/blob - src/Input/Makefile.am
df99e01f1de85f1b0ae52b22b5562235a33b2fc9
[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 -lplibul $(base_LIBS) $(joystick_LIBS) \
16         -lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/Main