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

27 lines
925 B
Text
Raw Normal View History

noinst_LIBRARIES = libInstrumentation.a
libInstrumentation_a_SOURCES = \
instrument_mgr.cxx instrument_mgr.hxx \
adf.cxx adf.hxx \
airspeed_indicator.cxx airspeed_indicator.hxx \
altimeter.cxx altimeter.hxx \
annunciator.cxx annunciator.hxx \
attitude_indicator.cxx attitude_indicator.hxx \
clock.cxx clock.hxx \
dme.cxx dme.hxx \
encoder.cxx encoder.hxx \
gps.cxx gps.hxx \
gyro.cxx gyro.hxx \
heading_indicator.cxx heading_indicator.hxx \
kr_87.hxx kr_87.cxx \
kt_70.cxx kt_70.hxx \
mag_compass.cxx mag_compass.hxx \
marker_beacon.cxx marker_beacon.hxx \
navradio.cxx navradio.hxx \
slip_skid_ball.cxx slip_skid_ball.hxx \
transponder.cxx transponder.hxx \
turn_indicator.cxx turn_indicator.hxx \
vertical_speed_indicator.cxx vertical_speed_indicator.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src