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

16 lines
309 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 jsinput.h jssuper.cxx jssuper.h
2001-06-04 21:26:53 +00:00
fgjs_LDADD = $(audio_LIBS)
2001-06-04 21:26:53 +00:00
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src