2005-11-30 00:48:01 +00:00
|
|
|
SUBDIRS = KLN89
|
|
|
|
|
2002-09-24 14:51:37 +00:00
|
|
|
noinst_LIBRARIES = libInstrumentation.a
|
|
|
|
|
2003-05-27 19:12:33 +00:00
|
|
|
libInstrumentation_a_SOURCES = \
|
|
|
|
instrument_mgr.cxx instrument_mgr.hxx \
|
2004-10-18 19:58:37 +00:00
|
|
|
adf.cxx adf.hxx \
|
|
|
|
airspeed_indicator.cxx airspeed_indicator.hxx \
|
|
|
|
altimeter.cxx altimeter.hxx \
|
2003-05-27 19:12:33 +00:00
|
|
|
annunciator.cxx annunciator.hxx \
|
2004-10-18 19:58:37 +00:00
|
|
|
attitude_indicator.cxx attitude_indicator.hxx \
|
|
|
|
clock.cxx clock.hxx \
|
2003-05-27 19:12:33 +00:00
|
|
|
dme.cxx dme.hxx \
|
2004-10-26 12:06:45 +00:00
|
|
|
encoder.cxx encoder.hxx \
|
2003-05-27 19:12:33 +00:00
|
|
|
gps.cxx gps.hxx \
|
|
|
|
gyro.cxx gyro.hxx \
|
|
|
|
heading_indicator.cxx heading_indicator.hxx \
|
2004-10-18 19:58:37 +00:00
|
|
|
kr_87.hxx kr_87.cxx \
|
2004-11-19 23:01:34 +00:00
|
|
|
kt_70.cxx kt_70.hxx \
|
2003-06-27 08:46:57 +00:00
|
|
|
mag_compass.cxx mag_compass.hxx \
|
2004-11-19 23:01:34 +00:00
|
|
|
marker_beacon.cxx marker_beacon.hxx \
|
|
|
|
navradio.cxx navradio.hxx \
|
2004-10-18 19:58:37 +00:00
|
|
|
slip_skid_ball.cxx slip_skid_ball.hxx \
|
2004-10-26 12:06:45 +00:00
|
|
|
transponder.cxx transponder.hxx \
|
2004-10-18 19:58:37 +00:00
|
|
|
turn_indicator.cxx turn_indicator.hxx \
|
2005-06-25 08:46:58 +00:00
|
|
|
vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
|
2005-10-01 09:56:53 +00:00
|
|
|
inst_vertical_speed_indicator.cxx inst_vertical_speed_indicator.hxx \
|
2005-10-08 11:55:18 +00:00
|
|
|
od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \
|
2006-03-04 20:21:32 +00:00
|
|
|
tacan.cxx tacan.hxx mk_viii.cxx mk_viii.hxx \
|
2005-11-30 00:48:01 +00:00
|
|
|
dclgps.cxx dclgps.hxx \
|
|
|
|
render_area_2d.cxx render_area_2d.hxx
|
2002-09-24 14:51:37 +00:00
|
|
|
|
2006-03-08 12:01:45 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src
|