Last change
on this file since 3918 was
3238,
checked in by bensch, 20 years ago
|
orxonox/branches: updated branches: buerli, nico, sound. And moved bezierTrack to old.bezierTrack. Conflicts resolved in a usefull order.
Conflics mostly resolved in favor of trunk
merge.
|
File size:
717 bytes
|
Rev | Line | |
---|
[2980] | 1 | AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS) |
---|
[2989] | 2 | #AM_LDFLAGS=$(GTK2_LIBS) |
---|
| 3 | LIBS=$(GTK2_LIBS) |
---|
[1950] | 4 | |
---|
| 5 | bin_PROGRAMS=console |
---|
[3182] | 6 | console_SOURCES= orxonox_console.cc \ |
---|
| 7 | orxonox_console_entry.cc \ |
---|
| 8 | orxonox_console_log.cc |
---|
[1950] | 9 | |
---|
[3182] | 10 | noinst_HEADERS= orxonox_console.h \ |
---|
| 11 | orxonox_console_entry.h \ |
---|
| 12 | orxonox_console_log.h |
---|
| 13 | |
---|
[3027] | 14 | # uncomment the following if orxonox requires the math library |
---|
[1950] | 15 | #gui_LDADD=-lm |
---|
| 16 | |
---|
| 17 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 18 | |
---|
| 19 | # if you write a self-test script named `chk', uncomment the |
---|
| 20 | # following and add `chk' to the EXTRA_DIST list |
---|
| 21 | #TESTS=chk |
---|
| 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.