]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
c6304fe7ba7d3ed4a7f827c8a4f1781eb403009f
[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         sgVec3Slider.cxx sgVec3Slider.hxx \
12         trackball.c trackball.h \
13         puList.cxx puList.hxx \
14         AirportList.cxx AirportList.hxx \
15         property_list.cxx property_list.hxx \
16         layout.cxx layout-props.cxx layout.hxx
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
19
20 layout_test_SOURCES = layout-test.cxx
21
22 layout_test_LDADD = libGUI.a \
23                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
24                     -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)