X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FInstrumentation%2FMakefile.am;h=fa7f85ea322590eafec56fbf1577ed6e57a3e4ee;hb=bc31bdbbbbd97f08bbcb77aea34b60de9fa9fb1f;hp=bf4a56875586f1afc9c439fa9eda1de9602152fa;hpb=2908bd995d439fca42acc2ff420b69cfc5545338;p=flightgear.git diff --git a/src/Instrumentation/Makefile.am b/src/Instrumentation/Makefile.am index bf4a56875..fa7f85ea3 100644 --- a/src/Instrumentation/Makefile.am +++ b/src/Instrumentation/Makefile.am @@ -1,16 +1,37 @@ +SUBDIRS = KLN89 HUD + noinst_LIBRARIES = libInstrumentation.a -libInstrumentation_a_SOURCES = instrument_mgr.cxx instrument_mgr.hxx \ - dme.cxx dme.hxx \ - gps.cxx gps.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 +libInstrumentation_a_SOURCES = \ + instrument_mgr.cxx instrument_mgr.hxx \ + adf.cxx adf.hxx \ + airspeed_indicator.cxx airspeed_indicator.hxx \ + altimeter.cxx altimeter.hxx \ + attitude_indicator.cxx attitude_indicator.hxx \ + clock.cxx clock.hxx \ + dme.cxx dme.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 \ + heading_indicator_dg.cxx heading_indicator_dg.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 \ + mrg.cxx mrg.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 \ + groundradar.cxx groundradar.hxx \ + agradar.cxx agradar.hxx rad_alt.cxx rad_alt.hxx -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_builddir)/src