Last change
on this file since 3456 was
3423,
checked in by bensch, 20 years ago
|
orxonox/trunk: merged branches/updater back into the trunk
merged with command: svn merge branches/updater trunk -r 3241:HEAD
resolved conflicts in debug.h in favor of the trunk.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[3423] | 1 | AM_CXXFLAGS=$(GTK2_CFLAGS) $(GTHREAD_CFLAGS) $(CURL_CFLAGS) $(MSBITFIELDS) |
---|
| 2 | #AM_LDFLAGS=$(GTK2_LIBS) $(GTHREAD_LIBS) |
---|
| 3 | LIBS=$(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_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 \ |
---|
[3423] | 13 | orxonox_gui_keys.cc \ |
---|
| 14 | orxonox_gui_update.cc |
---|
[1945] | 15 | |
---|
[3144] | 16 | noinst_HEADERS=orxonox_gui.h \ |
---|
| 17 | orxonox_gui_gtk.h \ |
---|
| 18 | orxonox_gui_video.h \ |
---|
| 19 | orxonox_gui_audio.h \ |
---|
| 20 | orxonox_gui_exec.h \ |
---|
| 21 | orxonox_gui_flags.h \ |
---|
| 22 | orxonox_gui_banner.h \ |
---|
[3423] | 23 | orxonox_gui_keys.h \ |
---|
| 24 | orxonox_gui_update.h |
---|
[2589] | 25 | |
---|
[3144] | 26 | # uncomment the following if orxonox requires the mathlibrary |
---|
[1945] | 27 | #gui_LDADD=-lm |
---|
| 28 | |
---|
| 29 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 30 | |
---|
| 31 | # if you write a self-test script named `chk', uncomment the |
---|
| 32 | # following and add `chk' to the EXTRA_DIST list |
---|
| 33 | #TESTS=chk |
---|
[2024] | 34 | EXTRA_DIST = rc banner.xpm |
---|
[1945] | 35 | |
---|
| 36 | # build and install the .info pages |
---|
| 37 | #info_TEXINFOS = orxonox.texinfo |
---|
| 38 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 39 | |
---|
| 40 | # install the man pages |
---|
| 41 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.