|
Last change
on this file since 3604 was
3423,
checked in by bensch, 21 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
|
| Line | |
|---|
| 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) |
|---|
| 4 | |
|---|
| 5 | bin_PROGRAMS=gui |
|---|
| 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 \ |
|---|
| 14 | orxonox_gui_update.cc |
|---|
| 15 | |
|---|
| 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 \ |
|---|
| 23 | orxonox_gui_keys.h \ |
|---|
| 24 | orxonox_gui_update.h |
|---|
| 25 | |
|---|
| 26 | # uncomment the following if orxonox requires the mathlibrary |
|---|
| 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 |
|---|
| 34 | EXTRA_DIST = rc banner.xpm |
|---|
| 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.