Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: should compile again after new Makefile-stuff

File size: 832 bytes
Line 
1MAINSRCDIR=../..
2include $(MAINSRCDIR)/defs/include_paths.am
3
4AM_LDFLAGS=$(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS)
5
6noinst_LIBRARIES = libORXgui.a
7
8libORXgui_a_CPPFLAGS = -DBUILD_ORXONOX \
9                        $(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS)
10
11libORXgui_a_SOURCES = gui.cc \
12                      gui_gtk.cc \
13                      gui_element.cc \
14                      gui_video.cc \
15                      gui_audio.cc \
16                      gui_exec.cc \
17                      gui_flags.cc \
18                      gui_banner.cc \
19                      gui_keys.cc \
20                      gui_update.cc
21
22noinst_HEADERS= gui.h \
23                gui_gtk.h \
24                gui_element.h \
25                gui_video.h \
26                gui_audio.h \
27                gui_exec.h \
28                gui_flags.h \
29                gui_banner.h \
30                gui_keys.h \
31                gui_update.h
32
33EXTRA_DIST = rc \
34             banner.xpm \
35             logo.xpm
Note: See TracBrowser for help on using the repository browser.