2002-09-24 14:51:37 +00:00
|
|
|
noinst_LIBRARIES = libInstrumentation.a
|
|
|
|
|
|
|
|
libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
|
2002-09-27 18:27:58 +00:00
|
|
|
altimeter.cxx altimeter.hxx \
|
2002-09-27 22:03:48 +00:00
|
|
|
attitude_indicator.cxx attitude_indicator.hxx \
|
|
|
|
heading_indicator.cxx heading_indicator.hxx \
|
|
|
|
vertical_speed_indicator.cxx vertical_speed_indicator.hxx
|
2002-09-24 14:51:37 +00:00
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|