X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2FMakefile.am;h=f59e18db71f9ac33e03ee57549ba31c4b588d613;hb=42c3d8867f20ab46ebf014ea54b15d9f7c631d3a;hp=e66685e746716129d67b86c1d6f6af2938653bff;hpb=682feb8f2d4803444b5a95d956de3979a7a7fcc7;p=flightgear.git diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index e66685e74..f59e18db7 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,6 +1,35 @@ +SUBDIRS = KLN89 HUD + noinst_LIBRARIES = libInstrumentation.a -libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \ - attitude_indicator.cxx attitude_indicator.hxx +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 \ + gsdi.cxx gsdi.hxx \ + gyro.cxx gyro.hxx \ + heading_indicator.cxx heading_indicator.hxx \ + heading_indicator_fg.cxx heading_indicator_fg.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 \ + inst_vertical_speed_indicator.cxx inst_vertical_speed_indicator.hxx \ + od_gauge.hxx od_gauge.cxx wxradar.hxx wxradar.cxx \ + tacan.cxx tacan.hxx mk_viii.cxx mk_viii.hxx \ + dclgps.cxx dclgps.hxx \ + render_area_2d.cxx render_area_2d.hxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src