1
0
Fork 0
flightgear/src/Input/Makefile.am

16 lines
275 B
Text
Raw Normal View History

noinst_LIBRARIES = libInput.a
libInput_a_SOURCES = input.cxx input.hxx
2001-06-04 21:26:53 +00:00
bin_PROGRAMS = js_demo fgjs
js_demo_SOURCES = js_demo.cxx
js_demo_LDADD = $(audio_LIBS)
fgjs_SOURCES = fgjs.cxx jsinput.cxx jssuper.cxx
fgjs_LDADD =
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src