1
0
Fork 0
flightgear/src/Instrumentation/Makefile.am
david f72891e113 Added magnetic compass instrument.
Removed some unused bind/unbind methods.

Improved responsiveness of slip-skid ball.

Some minor cleanups.
2003-01-26 15:56:11 +00:00

14 lines
803 B
Makefile

noinst_LIBRARIES = libInstrumentation.a
libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \
gyro.cxx gyro.hxx \
airspeed_indicator.cxx airspeed_indicator.hxx \
attitude_indicator.cxx attitude_indicator.hxx \
altimeter.cxx altimeter.hxx \
turn_indicator.cxx turn_indicator.hxx \
slip_skid_ball.cxx slip_skid_ball.hxx \
heading_indicator.cxx heading_indicator.hxx \
vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
mag_compass.cxx mag_compass.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src