1998-06-12 14:27:25 +00:00
|
|
|
noinst_LIBRARIES = libGUI.a
|
2004-05-12 15:36:07 +00:00
|
|
|
noinst_PROGRAMS = layout-test
|
1998-06-12 01:07:06 +00:00
|
|
|
|
2001-01-08 20:55:16 +00:00
|
|
|
libGUI_a_SOURCES = \
|
2002-11-07 16:27:47 +00:00
|
|
|
new_gui.cxx new_gui.hxx \
|
2003-01-18 15:16:34 +00:00
|
|
|
dialog.cxx dialog.hxx \
|
2003-01-16 18:06:27 +00:00
|
|
|
menubar.cxx menubar.hxx \
|
2002-08-08 23:25:47 +00:00
|
|
|
gui.cxx gui.h gui_funcs.cxx \
|
2008-07-27 09:39:10 +00:00
|
|
|
fonts.cxx \
|
2004-05-12 15:36:07 +00:00
|
|
|
AirportList.cxx AirportList.hxx \
|
2006-05-22 14:34:59 +00:00
|
|
|
property_list.cxx property_list.hxx \
|
2008-05-06 21:31:01 +00:00
|
|
|
layout.cxx layout-props.cxx layout.hxx \
|
|
|
|
SafeTexFont.cxx SafeTexFont.hxx
|
1998-06-12 01:07:06 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
2004-05-12 15:36:07 +00:00
|
|
|
|
|
|
|
layout_test_SOURCES = layout-test.cxx
|
|
|
|
|
|
|
|
layout_test_LDADD = libGUI.a \
|
|
|
|
-lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
|
2005-02-10 09:01:51 +00:00
|
|
|
-lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)
|