Last change
on this file since 2992 was
2983,
checked in by bensch, 20 years ago
|
orxonox/branches/osX: merged back from trunk. command svn merge trunk/ branches/osX/ -r 2977:HEAD
|
File size:
664 bytes
|
Line | |
---|
1 | AM_CXXFLAGS=$(GTK2_CFLAGS) $(MSBITFIELDS) |
---|
2 | AM_LDFLAGS=$(GTK2_LIBS) |
---|
3 | |
---|
4 | bin_PROGRAMS=console |
---|
5 | console_SOURCES=orxonox_console.cc orxonox_console_entry.cc orxonox_console_log.cc |
---|
6 | noinst_HEADERS=orxonox_console.h orxonox_console_entry.h orxonox_console_log.h |
---|
7 | |
---|
8 | # uncomment the following if bencoder requires the math library |
---|
9 | #gui_LDADD=-lm |
---|
10 | |
---|
11 | #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo |
---|
12 | |
---|
13 | # if you write a self-test script named `chk', uncomment the |
---|
14 | # following and add `chk' to the EXTRA_DIST list |
---|
15 | #TESTS=chk |
---|
16 | |
---|
17 | # build and install the .info pages |
---|
18 | #info_TEXINFOS = orxonox.texinfo |
---|
19 | #orxonox_TEXINFOS = gpl.texinfo |
---|
20 | |
---|
21 | # install the man pages |
---|
22 | #man_MANS=orxonox.1 |
---|
Note: See
TracBrowser
for help on using the repository browser.