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 |
---|
[2589] | 6 | console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc |
---|
| 7 | noinst_HEADERS=orxonox_console.h orxonox_console_entry.h orxonox_console_log.h |
---|
[1950] | 8 | |
---|
[3027] | 9 | # uncomment the following if orxonox requires the math library |
---|
[1950] | 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.