Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

File size: 864 bytes
RevLine 
[5312]1MAINSRCDIR=../../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
[5362]4AM_LDFLAGS =
[5312]5
[5450]6noinst_LTLIBRARIES = libORXglgui.la
[5312]7
[5450]8libORXglgui_la_CPPFLAGS = -DBUILD_ORXONOX
[5312]9
10
[5450]11libORXglgui_la_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
[5312]21
[5364]22
[5362]23noinst_HEADERS= glmenu/glmenu_imagescreen.h \
24                glgui.h \
[5384]25                glgui_handler.h \
26                glgui_mainwidget.h \
[5363]27                glgui_widget.h \
[5364]28                glgui_button.h \
29                glgui_pushbutton.h \
30                glgui_container.h \
31                glgui_box.h \
32                glgui_frame.h \
33                glgui_window.h
[5312]34
35
[5363]36
[5364]37
[5362]38EXTRA_DIST =
[5312]39
Note: See TracBrowser for help on using the repository browser.