Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: more definitions of GLGui.
also a patch to the resource-manager

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