Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/lib/gui/gl_gui/Makefile.am @ 5384

Last change on this file since 5384 was 5384, checked in by bensch, 19 years ago

orxonox/trunk: introducing the GLGuiMainWidget-class, that is the topmost of all widgets

File size: 808 bytes
Line 
1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS =
5
6noinst_LIBRARIES = libORXglgui.a
7
8libORXglgui_a_CPPFLAGS = -DBUILD_ORXONOX
9
10
11libORXglgui_a_SOURCES = glmenu/glmenu_imagescreen.cc \
12                        glgui_handler.cc \
13                        glgui_mainwidget.cc \
14                        glgui_widget.cc \
15                        glgui_button.cc \
16                        glgui_pushbutton.cc \
17                        glgui_container.cc \
18                        glgui_box.cc \
19                        glgui_frame.cc \
20                        glgui_window.cc
21
22
23noinst_HEADERS= glmenu/glmenu_imagescreen.h \
24                glgui.h \
25                glgui_handler.h \
26                glgui_mainwidget.h \
27                glgui_widget.h \
28                glgui_button.h \
29                glgui_pushbutton.h \
30                glgui_container.h \
31                glgui_box.h \
32                glgui_frame.h \
33                glgui_window.h
34
35
36
37
38EXTRA_DIST =
39
Note: See TracBrowser for help on using the repository browser.