Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: some more definition of the GUI

File size: 718 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_widget.cc \
13                        glgui_button.cc \
14                        glgui_pushbutton.cc \
15                        glgui_container.cc \
16                        glgui_box.cc \
17                        glgui_frame.cc \
18                        glgui_window.cc
19
20
21noinst_HEADERS= glmenu/glmenu_imagescreen.h \
22                glgui.h \
23                glgui_widget.h \
24                glgui_button.h \
25                glgui_pushbutton.h \
26                glgui_container.h \
27                glgui_box.h \
28                glgui_frame.h \
29                glgui_window.h
30
31
32
33
34EXTRA_DIST =
35
Note: See TracBrowser for help on using the repository browser.