]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
make FGFontCache independent of NewGUI and allow early construction in
[flightgear.git] / src / GUI / Makefile.am
1 noinst_LIBRARIES = libGUI.a
2 noinst_PROGRAMS = layout-test
3
4 libGUI_a_SOURCES = \
5         new_gui.cxx new_gui.hxx \
6         dialog.cxx dialog.hxx \
7         menubar.cxx menubar.hxx \
8         gui.cxx gui.h gui_funcs.cxx \
9         gui_local.cxx gui_local.hxx \
10         mouse.cxx fonts.cxx \
11         preset_dlg.cxx preset_dlg.hxx \
12         prop_picker.cxx prop_picker.hxx \
13         sgVec3Slider.cxx sgVec3Slider.hxx \
14         trackball.c trackball.h \
15         puList.cxx puList.hxx \
16         AirportList.cxx AirportList.hxx \
17         property_list.cxx property_list.hxx \
18         layout.cxx layout-props.cxx layout.hxx
19
20 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
21
22 layout_test_SOURCES = layout-test.cxx
23
24 layout_test_LDADD = libGUI.a \
25                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
26                     -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)