Last change
on this file since 3028 was
2032,
checked in by bensch, 20 years ago
|
orxonox/branches: added branch john.
|
File size:
691 bytes
|
Rev | Line | |
---|
[2019] | 1 | AM_CXXFLAGS=`pkg-config --cflags gtk+-2.0` $(MSBITFIELDS) |
---|
| 2 | #AM_LDFLAGS=`pkg-config --libs gtk+-2.0` |
---|
[1950] | 3 | |
---|
| 4 | bin_PROGRAMS=console |
---|
[2019] | 5 | console_SOURCES=orxonox_console.cc orxonox_console.h \ |
---|
| 6 | orxonox_console_entry.cc orxonox_console_entry.h \ |
---|
| 7 | orxonox_console_log.cc orxonox_console_log.h |
---|
[1950] | 8 | |
---|
| 9 | # uncomment the following if bencoder requires the math library |
---|
| 10 | #gui_LDADD=-lm |
---|
| 11 | |
---|
| 12 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
| 13 | |
---|
| 14 | # if you write a self-test script named `chk', uncomment the |
---|
| 15 | # following and add `chk' to the EXTRA_DIST list |
---|
| 16 | #TESTS=chk |
---|
| 17 | |
---|
| 18 | # build and install the .info pages |
---|
| 19 | #info_TEXINFOS = orxonox.texinfo |
---|
| 20 | #orxonox_TEXINFOS = gpl.texinfo |
---|
| 21 | |
---|
| 22 | # install the man pages |
---|
| 23 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.