]> git.mxchange.org Git - flightgear.git/blob - src/Instrumentation/Makefile.am
Jean-Yves Lefort :
[flightgear.git] / src / Instrumentation / Makefile.am
1 SUBDIRS = KLN89
2
3 noinst_LIBRARIES = libInstrumentation.a
4
5 libInstrumentation_a_SOURCES = \
6         instrument_mgr.cxx instrument_mgr.hxx \
7         adf.cxx adf.hxx \
8         airspeed_indicator.cxx airspeed_indicator.hxx \
9         altimeter.cxx altimeter.hxx \
10         annunciator.cxx annunciator.hxx \
11         attitude_indicator.cxx attitude_indicator.hxx \
12         clock.cxx clock.hxx \
13         dme.cxx dme.hxx \
14         encoder.cxx encoder.hxx \
15         gps.cxx gps.hxx \
16         gyro.cxx gyro.hxx \
17         heading_indicator.cxx heading_indicator.hxx \
18         kr_87.hxx kr_87.cxx \
19         kt_70.cxx kt_70.hxx \
20         mag_compass.cxx mag_compass.hxx \
21         marker_beacon.cxx marker_beacon.hxx \
22         navradio.cxx navradio.hxx \
23         slip_skid_ball.cxx slip_skid_ball.hxx \
24         transponder.cxx transponder.hxx \
25         turn_indicator.cxx turn_indicator.hxx \
26         vertical_speed_indicator.cxx vertical_speed_indicator.hxx \
27         inst_vertical_speed_indicator.cxx inst_vertical_speed_indicator.hxx \
28         od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \
29         tacan.cxx tacan.hxx mk_viii.cxx mk_viii.hxx \
30         dclgps.cxx dclgps.hxx \
31         render_area_2d.cxx render_area_2d.hxx   
32
33 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src