Last change
on this file since 2583 was
2580,
checked in by bensch, 20 years ago
|
orxonox/trunk/gui: Image now Pressable; added Class EventBox to but the Image inside
|
File size:
842 bytes
|
Rev | Line | |
---|
[2018] | 1 | AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) |
---|
| 2 | #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
[1945] | 3 | |
---|
| 4 | bin_PROGRAMS=gui |
---|
[2018] | 5 | gui_SOURCES=orxonox_gui.cc orxonox_gui.h \ |
---|
| 6 | orxonox_gui_video.cc orxonox_gui_video.h \ |
---|
| 7 | orxonox_gui_audio.cc orxonox_gui_audio.h \ |
---|
| 8 | orxonox_gui_exec.cc orxonox_gui_exec.h \ |
---|
[2580] | 9 | orxonox_gui_flags.cc orxonox_gui_flags.h \ |
---|
| 10 | orxonox_gui_banner.cc orxonox_gui_banner.h |
---|
[2018] | 11 | #orxonox_gui_file.cc |
---|
[1945] | 12 | |
---|
| 13 | # uncomment the following if bencoder requires the math library |
---|
| 14 | #gui_LDADD=-lm |
---|
| 15 | |
---|
| 16 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 17 | |
---|
| 18 | # if you write a self-test script named `chk', uncomment the |
---|
| 19 | # following and add `chk' to the EXTRA_DIST list |
---|
| 20 | #TESTS=chk |
---|
[2024] | 21 | EXTRA_DIST = rc banner.xpm |
---|
[1945] | 22 | |
---|
| 23 | # build and install the .info pages |
---|
| 24 | #info_TEXINFOS = orxonox.texinfo |
---|
| 25 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 26 | |
---|
| 27 | # install the man pages |
---|
| 28 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.