Last change
on this file since 3171 was
3144,
checked in by bensch, 20 years ago
|
orxonox/trunk/gui: modularity improvement: taken the gtk-stuff out of the main GUI
|
File size:
978 bytes
|
Rev | Line | |
---|
[2980] | 1 | AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS) |
---|
[2989] | 2 | #AM_LDFLAGS=$(GTK2_LIBS) |
---|
| 3 | LIBS=$(GTK2_LIBS) |
---|
[1945] | 4 | |
---|
| 5 | bin_PROGRAMS=gui |
---|
[3144] | 6 | gui_SOURCES=orxonox_gui.cc \ |
---|
| 7 | orxonox_gui_gtk.cc \ |
---|
| 8 | orxonox_gui_video.cc \ |
---|
| 9 | orxonox_gui_audio.cc \ |
---|
| 10 | orxonox_gui_exec.cc \ |
---|
| 11 | orxonox_gui_flags.cc \ |
---|
| 12 | orxonox_gui_banner.cc \ |
---|
| 13 | orxonox_gui_keys.cc |
---|
[1945] | 14 | |
---|
[3144] | 15 | noinst_HEADERS=orxonox_gui.h \ |
---|
| 16 | orxonox_gui_gtk.h \ |
---|
| 17 | orxonox_gui_video.h \ |
---|
| 18 | orxonox_gui_audio.h \ |
---|
| 19 | orxonox_gui_exec.h \ |
---|
| 20 | orxonox_gui_flags.h \ |
---|
| 21 | orxonox_gui_banner.h \ |
---|
| 22 | orxonox_gui_keys.h |
---|
[2589] | 23 | |
---|
[3144] | 24 | # uncomment the following if orxonox requires the mathlibrary |
---|
[1945] | 25 | #gui_LDADD=-lm |
---|
| 26 | |
---|
| 27 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 28 | |
---|
| 29 | # if you write a self-test script named `chk', uncomment the |
---|
| 30 | # following and add `chk' to the EXTRA_DIST list |
---|
| 31 | #TESTS=chk |
---|
[2024] | 32 | EXTRA_DIST = rc banner.xpm |
---|
[1945] | 33 | |
---|
| 34 | # build and install the .info pages |
---|
| 35 | #info_TEXINFOS = orxonox.texinfo |
---|
| 36 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 37 | |
---|
| 38 | # install the man pages |
---|
| 39 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.