e891f2ff05
instrument panel.
16 lines
451 B
Makefile
16 lines
451 B
Makefile
noinst_LIBRARIES = libCockpit.a
|
|
|
|
libCockpit_a_SOURCES = \
|
|
cockpit.cxx cockpit.hxx \
|
|
hud.cxx hud.hxx hud_opts.hxx \
|
|
hud_card.cxx hud_dnst.cxx hud_guag.cxx hud_inst.cxx \
|
|
hud_labl.cxx hud_ladr.cxx \
|
|
hud_lat.cxx hud_lon.cxx \
|
|
hud_scal.cxx hud_tbi.cxx \
|
|
panel.cxx panel.hxx \
|
|
panel_io.cxx panel_io.hxx \
|
|
radiostack.cxx radiostack.hxx \
|
|
sp_panel.cxx sp_panel.hxx \
|
|
steam.cxx steam.hxx
|
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
|