]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
Vivian MEAZZA:
[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         layout.cxx layout-props.cxx layout.hxx
18
19 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
20
21 layout_test_SOURCES = layout-test.cxx
22
23 layout_test_LDADD = libGUI.a \
24                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
25                     -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)