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

17 lines
338 B
Text
Raw Normal View History

noinst_LIBRARIES = libInput.a
libInput_a_SOURCES = input.cxx input.hxx
2001-06-18 20:13:23 +00:00
# bin_PROGRAMS = js_demo fgjs
bin_PROGRAMS = js_demo
2001-06-04 21:26:53 +00:00
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