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

16 lines
344 B
Text
Raw Normal View History

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